This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·102 lines (102 loc) · 2.83 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
{
"name": "react-next-starter",
"version": "3.0.1",
"description": "A production-ready starter to build a SSR React app using NextJs and Material-ui.",
"main": "server/server.js",
"scripts": {
"dev": "NODE_ENV=development node server/",
"build": "NODE_ENV=production next build ./client",
"start": "NODE_ENV=production node server/",
"test": "NODE_ENV=test jest --silent --detectOpenHandles --config ./__tests__/jest.config.js",
"pm2:start": "node ./server/pm2.js",
"pm2:stop": "pm2 stop all",
"heroku-postbuild": "npm run build"
},
"engines": {
"npm": "^6.0.1",
"node": "^8.11.3"
},
"keywords": [
"react",
"nextjs",
"starter",
"js",
"JavaScript",
"node",
"express",
"material-ui",
"es6",
"headless",
"jss"
],
"author": "chuck-durst @ studiometa",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.5.4",
"@material-ui/core": "^4.2.1",
"@material-ui/icons": "^4.2.1",
"@material-ui/styles": "^4.2.1",
"@zeit/next-sass": "^1.0.1",
"autoprefixer": "^9.6.1",
"axios": "^0.19.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.8.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"basic-auth": "^2.0.1",
"chalk": "^2.4.2",
"classnames": "^2.2.6",
"compression": "^1.7.4",
"cors": "^2.8.5",
"deep-equal": "^1.0.1",
"deepmerge": "^4.0.0",
"dotenv": "^8.0.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"es7-object-polyfill": "1.0.0",
"eslint": "^6.0.1",
"eslint-loader": "^2.2.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^4.0.0",
"fileloader": "^2.0.0",
"germaine": "^1.0.4",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"isomorphic-fetch": "^2.2.1",
"jest": "^24.8.0",
"jss": "^9.8.7",
"jss-compose": "^5.0.0",
"keycode": "^2.2.0",
"markdown-loader": "^5.0.0",
"next": "^9.0.2",
"next-i18next": "^0.47.0",
"next-offline": "^4.0.2",
"next-redux-wrapper": "^3.0.0-alpha.3",
"next-workbox-webpack-plugin": "^1.1.0",
"node-sass": "^4.12.0",
"nprogress": "^0.2.0",
"pm2": "^3.5.1",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-sass": "^0.4.1",
"precss": "^4.0.0",
"prop-types": "^15.7.2",
"qs": "^6.7.0",
"react": "^16.8.6",
"react-dev-utils": "^9.0.1",
"react-dom": "^16.8.6",
"react-inspector": "^2.3.1",
"react-jss": "^8.6.1",
"react-no-ssr": "^1.1.0",
"react-redux": "^7.1.0",
"recompose": "^0.30.0",
"redux": "^4.0.4",
"redux-localstorage-simple": "^2.1.6",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"style-loader": "^0.23.1",
"url-join": "^4.0.1",
"url-loader": "^2.0.1",
"webpack-visualizer-plugin": "^0.1.11",
"express": "^4.17.1"
}
}