-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.5 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.5 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
{
"name": "react-templete",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack -d --watch",
"build": "NODE_ENV=production webpack -p",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ramanamatya/react-template.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ramanamatya/react-template/issues"
},
"homepage": "https://github.com/ramanamatya/react-template#readme",
"dependencies": {
"express": "^4.15.3",
"node-cron": "^1.2.0",
"prop-types": "^15.5.9",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"webpack": "^4.28.2",
"webpack-cli": "^3.2.2"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"compression-webpack-plugin": "^2.0.0",
"css-loader": "^0.26.4",
"enzyme": "^2.4.1",
"eslint": "^3.4.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.4.0",
"react-test-renderer": "^15.6.1",
"sass-loader": "^7.0.3",
"style-loader": "^0.16.0"
}
}