-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.12 KB
/
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
34
35
36
37
38
39
40
41
{
"name": "chatbot",
"version": "0.1.0",
"scripts": {
"build:prod": "webpack --config webpack/prod.config.js --mode production",
"build": "webpack --config webpack/dev.config.js --mode development",
"watch": "webpack --config webpack/dev.config.js --watch --mode development"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/de-hub/chatbot"
},
"dependencies": {
"bootstrap": "^4.4.1",
"jquery": "^3.4.0",
"js-cookie": "^2.2.1",
"marked": "^0.8.0",
"npm-font-open-sans": "^1.1.0",
"popper.js": "^1.16.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.1.0",
"css-loader": "^2.1.1",
"file-loader": "^4.3.0",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.13.1",
"sass-loader": "^7.1.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-merge": "4.2.1"
}
}