-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 862 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 862 Bytes
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": "native-web-chatbot-ui",
"version": "1.0.1",
"main": "dist/main.js",
"module": "dist/main.js",
"scripts": {
"build": "webpack --mode production",
"start": "webpack serve --mode development",
"prepublish": "npm run build"
},
"devDependencies": {
"@babel/preset-env": "^7.26.9",
"babel-loader": "^10.0.0",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^4.2.2",
"html-webpack-plugin": "^5.5.0",
"postcss-loader": "^7.0.2",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"files": [
"dist/**/*"
],
"keywords": [
"chatbot",
"web-component",
"ai"
],
"author": "Philip Mutua",
"license": "MIT"
}