-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
89 lines (89 loc) · 2.25 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
{
"name": "react-redux-nextjs-bootstrap-starter",
"version": "0.3.0",
"description": "react + redux + next js + bootstrap starter",
"author": "Erwan DATIN (http://www.erwan-datin.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/MacKentoch/react-redux-nextjs-bootstrap-starter.git"
},
"bugs": {
"url": "https://github.com/MacKentoch/react-redux-nextjs-bootstrap-starter/issues"
},
"keywords": [
"react",
"next",
"zeit",
"next.js",
"next js",
"now",
"redux",
"react-redux",
"ES6",
"ES7",
"ES8",
"ES2015",
"ES2016",
"ES2017",
"bootstrap",
"starter",
"persist",
"redux-persist",
"hot-reload"
],
"engines": {
"node": ">=8.6.0",
"npm": ">=5.4.2"
},
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"deploy": "now --public"
},
"dependencies": {
"axios": "^0.16.2",
"jwt-decode": "^2.2.0",
"localforage": "^1.5.2",
"moment": "^2.19.1",
"next": "^4.0.3",
"next-redux-wrapper": "^1.3.4",
"normalize.css": "^7.0.0",
"react": "^16.0.0",
"react-bootstrap": "^0.31.3",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-persist": "^4.10.1",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/jwt-decode": "^2.2.1",
"@types/moment": "^2.13.0",
"@types/next": "^2.4.3",
"@types/next-redux-wrapper": "^1.3.3",
"@types/react": "^16.0.10",
"@types/react-bootstrap": "^0.31.4",
"@types/react-dom": "^16.0.1",
"@types/react-redux": "^5.0.10",
"@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",
"eslint": "^4.8.0",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-react": "^7.4.0",
"flow-bin": "^0.57.2",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.6"
}
}