forked from rtCamp/rt-react-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 937 Bytes
/
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
{
"name": "rt-react-theme",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "node server.js",
"build": "next build app",
"start": "NODE_ENV=production node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"express": "^4.16.3",
"isomorphic-unfetch": "^2.1.1",
"next": "^8.0.4",
"node-sass": "^4.11.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.5",
"redux-thunk": "^2.3.0",
"underscore": "^1.9.1"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^4.19.1",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"lost": "^8.3.0",
"postcss": "^7.0.2",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.0",
"postcss-pxtorem": "^4.0.1"
}
}