-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.62 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "boxd_client_react",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server",
"build": "rm -rf dist && webpack --config webpack.config.production.js --progress",
"test": "NODE_ENV=test NODE_PATH=./src mocha",
"start-prod": "pm2 start server.js"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "3.5.0",
"css-loader": "^6.8.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"html-webpack-inline-chunk-plugin": "^1.1.1",
"node-sass": "^9.0.0",
"postcss-loader": "^7.0.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"webpack": "^5.94.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"core-js": "^2.5.7",
"express": "^4.19.2",
"express-history-api-fallback": "^2.2.1",
"html-webpack-plugin": "^5.5.0",
"jsdom": "^16.7.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"prop-types": "^15.6.0",
"query-string": "^5.0.1",
"react": "^16.0.0",
"react-datepicker": "0.55.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-textarea-autosize": "^5.1.0",
"react-transition-group": "^2.2.1",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"superagent": "^9.0.1",
"sweet-pubsub": "^1.1.2"
}
}