-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "htboilerplate",
"version": "1.0.0",
"license": "ISC",
"scripts": {
"dev": "node index.js",
"build": "next build",
"start": "NODE_ENV=production node index.js"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^2.3.0",
"@material-ui/core": "^4.4.0",
"@material-ui/icons": "^4.2.1",
"@zeit/next-sass": "^1.0.1",
"autoprefixer": "^9.8.4",
"babel-plugin-styled-components": "latest",
"es6-promise": "4.1.1",
"express": "^4.17.1",
"immer": "^3.2.0",
"isomorphic-unfetch": "2.0.0",
"next": "latest",
"next-i18next": "^1.1.2",
"next-redux-saga": "4.0.0",
"next-redux-wrapper": "2.0.0",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-helmet": "^5.2.1",
"react-redux": "5.0.7",
"redux": "4.0.1",
"redux-saga": "1.0.1",
"reselect": "^4.0.0",
"styled-components": "^4.3.2",
"tailwindcss": "^1.4.6"
},
"devDependencies": {
"babel-plugin-styled-components": "latest",
"postcss-preset-env": "^6.7.0",
"redux-devtools-extension": "2.13.2",
"tailwindcss": "^1.4.6"
}
}