-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.92 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "chatbot-constructor",
"version": "0.1.1",
"description": "chatbots constructor for tamtam",
"private": true,
"main": "index.js",
"author": "technopolis",
"license": "UNLICENSED",
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^4.1.1",
"build": "^0.1.4",
"classnames": "^2.2.5",
"history": "^4.7.2",
"intl": "^1.2.5",
"primeflex": "^1.0.0-rc.1",
"primeicons": "^1.0.0-beta.10",
"primereact": "3.1.0",
"react": "^16.4.0",
"react-cookie": "^3.0.8",
"react-dom": "^16.4.0",
"react-dropzone": "^8.1.0",
"react-intl": "^2.4.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-spinners": "^0.4.5",
"react-stomp": "^3.2.0",
"react-transition-group": "^2.2.1",
"reactstrap": "^6.3.1",
"redux": "^3.7.2",
"react-cookies": "0.1.0",
"run": "^1.4.0",
"superagent": "^4.1.0",
"dateformat": "^3.0.3",
"shallowequal": "^1.1.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-react-intl": "^2.4.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"sass-loader": "^7.1.0",
"file-loader": "^1.1.11",
"html-loader": "^1.0.0-alpha.0",
"node-sass": "^4.11.0",
"html-webpack-plugin": "^3.2.0",
"html-webpack-template": "^6.2.0",
"favicons-webpack-plugin": "^0.0.9",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.0",
"redux-devtools-extension": "^2.13.2",
"style-loader": "^0.20.3",
"webpack": "4.19.1",
"webpack-cli": "2.1.4",
"webpack-dev-server": "^3.1.7"
},
"scripts": {
"build": "webpack --mode production",
"start": "webpack-dev-server --mode development"
}
}