-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 866 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "ai-doc-bot",
"version": "1.0.0",
"description": "AI Documentation Bot",
"main": "dist/index.html",
"scripts": {
"start": "lite-server -c bs-config.json",
"clean": "rimraf dist/bot.bundle.js",
"build": "npm run clean && npx webpack"
},
"author": "Chance Coleman",
"dependencies": {
"axios": "^1.3.0",
"dotenv": "^16.4.5",
"fuse.js": "^6.4.6"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"babel-loader": "^9.1.3",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^12.0.2",
"crypto-browserify": "^3.12.0",
"dotenv-webpack": "^8.1.0",
"lite-server": "^2.6.1",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"stream-browserify": "^3.0.0",
"vm-browserify": "^1.1.2",
"webpack": "^5.94.0",
"webpack-cli": "^4.10.0"
}
}