-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.49 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.49 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
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "openstack-survey-analytics",
"version": "1.0.0",
"description": "react app for survey analytics",
"main": "index.js",
"scripts": {
"build-dev": "./node_modules/.bin/webpack --mode=development --config webpack.config.js",
"build": "NODE_ENV=production ./node_modules/.bin/webpack --mode=production --config webpack.config.js",
"serve": "webpack-dev-server --open --https"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"font-awesome": "^4.7.0",
"html-webpack-plugin": "^3.2.0",
"less": "^2.7.3",
"less-loader": "^4.1.0",
"moment": "^2.22.0",
"openstack-uicore-foundation": "^1.0.59",
"postcss-loader": "^2.1.3",
"react-dnd": "^2.6.0",
"react-dnd-html5-backend": "^2.6.0",
"react-hot-loader": "^3.1.3",
"react-redux": "^5.0.7",
"react-select": "^2.4.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.19.1",
"superagent": "^3.8.2",
"sweetalert2": "7.3.5",
"urijs": "^1.19.1",
"url-loader": "^0.6.2",
"versioning-webpack-plugin": "^0.1.10",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"webpack-md5-hash": "0.0.6"
},
"dependencies": {
"awesome-bootstrap-checkbox": "^1.0.1",
"babel-polyfill": "^6.26.0",
"dotenv": "^4.0.0",
"history": "^4.7.2",
"i18n-react": "^0.6.4",
"idtoken-verifier": "^1.2.0",
"immutability-helper": "^2.6.6",
"js-yaml-loader": "^1.0.1",
"json2csv": "^4.3.5",
"lodash": "^4.17.14",
"moment-timezone": "^0.5.14",
"node-sass": "^4.9.0",
"react": "^16.6.3",
"react-bootstrap": "^0.31.5",
"react-breadcrumbs": "^2.1.4",
"react-burger-menu": "^2.5.2",
"react-csv": "^1.1.1",
"react-datetime": "^2.15.0",
"react-dom": "^16.3.1",
"react-dropzone": "^4.2.9",
"react-google-maps": "^9.4.5",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-rte": "^0.15.0",
"react-scroll": "^1.7.8",
"recharts": "^1.5.0",
"redux-persist": "^5.9.1",
"uglifyjs-webpack-plugin": "^1.2.7",
"validator": "^9.4.1"
}
}