-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.18 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": "ddx-react",
"version": "1.0.0",
"description": "dynamic-distributed-template",
"main": "index.js",
"author": "orpheus",
"contributors": [
"Prue Rees-lee"
],
"license": "MIT",
"scripts": {
"dev": "./node_modules/.bin/nodemon node server/server.js --watch server --exec",
"build": "next build",
"start": "NODE_ENV=production node server/server.js"
},
"dependencies": {
"@emotion/babel-preset-css-prop": "^10.0.7",
"@emotion/core": "^10.0.7",
"@emotion/styled": "^10.0.7",
"chroma-js": "^2.0.3",
"dotenv": "^6.2.0",
"emotion-theming": "^10.0.7",
"express": "^4.16.4",
"helmet": "^3.15.1",
"next": "^8.0.3",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-jss": "[email protected]:/cssinjs/jss/tree/master/packages/react-jss",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"roboto-fontface": "^0.10.0",
"typeface-roboto": "0.0.54"
},
"devDependencies": {
"eslint": "^5.15.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "^1.4.0",
"nodemon": "^1.18.10",
"redux-logger": "^3.0.6"
}
}