-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.36 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
{
"name": "next-redux-styled-components",
"version": "1.0.0",
"description": "Project",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"babel-jest": "^22.4.1",
"babel-plugin-inline-import": "^2.0.6",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.24.1",
"enzyme": "^3.3.0",
"eslint": "^4.18.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-react": "^7.7.0",
"jest": "^22.4.2"
},
"dependencies": {
"axios": "^0.21.1",
"js-cookie": "^2.1.4",
"moment": "^2.19.3",
"next": "^11.1.1",
"next-redux-saga": "^2.0.1",
"next-redux-wrapper": "^1.3.2",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
"react-modal": "^3.3.1",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-form": "^7.2.3",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.0",
"redux-wait-for-action": "^0.0.7",
"store": "^2.0.12",
"styled-components": "^3.1.6"
}
}