This repository was archived by the owner on Jan 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.52 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.52 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
{
"name": "mern-stack-client",
"version": "1.0.1",
"description": "Simple starter package for Redux with React and Babel support",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --open --config webpack.dev.js",
"start": "serve ../docs",
"build": "rm -rf ../docs && webpack --config webpack.prod.js"
},
"author": "amazingandyyy",
"license": "MIT",
"devDependencies": {
"atob": ">=2.1.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^2.30.1",
"husky": "^0.14.3",
"node-sass": "^4.11.0",
"sass-loader": "^6.0.6",
"serve": "^9.4.0",
"style-loader": "^0.20.3",
"tar": ">=4.4.2",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.8.2",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"axios": "^0.21.1",
"file-loader": "^3.0.1",
"lodash": "^4.17.13",
"mixin-deep": ">=2.0.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": ">=16.2.1",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-form": "^7.2.3",
"redux-thunk": "^2.1.0",
"url-loader": "^1.1.2",
"url-parse": ">=1.4.3"
}
}