-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
117 lines (117 loc) · 3.13 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "react-redux-nextjs-material-ui-pwa-starter",
"version": "0.0.1",
"description": "a progressive web app starter with next js redux + redux-persist + material ui",
"author": "Erwan DATIN (http://www.erwan-datin.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/MacKentoch/react-redux-nextjs-material-ui-pwa-starter"
},
"bugs": {
"url": "https://github.com/MacKentoch/react-redux-nextjs-material-ui-pwa-starter/issues"
},
"keywords": [
"react",
"next",
"pwa",
"progressive",
"progressive web app",
"web",
"app",
"zeit",
"next.js",
"next js",
"now",
"redux",
"react-redux",
"ES6",
"ES7",
"ES8",
"ES2015",
"ES2016",
"ES2017",
"material",
"material-ui",
"starter",
"persist",
"redux-persist",
"hot-reload"
],
"engines": {
"node": ">=8.1.4",
"npm": ">=5.4.2"
},
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development node server",
"build": "next build",
"start": "cross-env NODE_ENV=production node server",
"deploy": "now --public"
},
"dependencies": {
"axios": "^0.16.2",
"chalk": "^2.2.0",
"deepmerge": "^2.0.1",
"es6-promise-debounce": "^1.0.1",
"express": "^4.16.2",
"jss": "^9.2.0",
"jss-preset-default": "^4.0.1",
"jss-vendor-prefixer": "^7.0.0",
"jwt-decode": "^2.2.0",
"localforage": "^1.5.2",
"material-ui": "next",
"material-ui-icons": "^1.0.0-beta.17",
"moment": "^2.19.1",
"next": "latest",
"next-redux-wrapper": "^1.3.4",
"normalize.css": "^7.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-jss": "^7.2.0",
"react-overdrive": "^0.0.9",
"react-redux": "^5.0.6",
"recompose": "^0.26.0",
"redux": "^3.7.2",
"redux-persist": "^4.10.1",
"redux-thunk": "^2.2.0",
"smoothscroll-polyfill": "^0.4.3",
"styled-components": "^3.2.6",
"sw-precache-webpack-plugin": "^0.11.4"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/chalk": "^0.4.31",
"@types/express": "^4.0.37",
"@types/jss": "^0.6.28",
"@types/jwt-decode": "^2.2.1",
"@types/localforage": "0.0.34",
"@types/material-ui": "^0.18.4",
"@types/moment": "^2.13.0",
"@types/next": "^2.4.3",
"@types/next-redux-wrapper": "^1.3.3",
"@types/react": "^16.0.10",
"@types/react-dom": "^16.0.1",
"@types/react-redux": "^5.0.10",
"@types/recompose": "^0.24.2",
"@types/redux": "^3.6.0",
"@types/redux-persist": "^4.3.1",
"@types/redux-thunk": "^2.1.0",
"babel-eslint": "^8.0.1",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^5.1.0",
"eslint": "^4.8.0",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-react": "^7.4.0",
"flow-bin": "^0.59.0",
"nodemon": "^1.12.1",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.6",
"rimraf": "^2.6.2"
}
}