-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
58 lines (58 loc) · 1.39 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
58
{
"name": "simplest-offline-react-redux-starter",
"homepage": ".",
"version": "1.0.0",
"description": "Simplest Offline React Router Starter Boilerplate",
"repository": {
"type": "git",
"url": "https://vsc-github.github.io/simplest-offline-react-redux-starter/"
},
"keywords": [
"react",
"reactjs",
"redux",
"react-router",
"webpack",
"boilerplate",
"create-react-app",
"PWA",
"Progressive Web Apps",
"template",
"starter",
"simple"
],
"author": "Vishwas Singh Chouhan (https://github.com/vsc-github)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vsc-github/simplest-offline-react-redux-starter/issues"
},
"devDependencies": {
"gh-pages": "^1.0.0",
"react-scripts": "1.0.7"
},
"dependencies": {
"axios": "^0.16.2",
"express": "^4.15.3",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.1",
"redux": "^3.7.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"request": "^2.81.0"
},
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts build",
"start": "node server.js",
"deploy:github": "node github-deploy.js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"engines": {
"node": "8.0.0",
"npm": "5.1.0"
}
}