-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.68 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
{
"name": "stage-control",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"predev": "docker-compose up -d",
"dev": "export NODE_ENV='development' ; nodemon index.js",
"postdev": "docker-compose down",
"clean": "rm -rf .next",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production npx next build",
"heroku-postbuild": "npm run build",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JSConfBp/stage-control.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/JSConfBp/stage-control/issues"
},
"homepage": "https://github.com/JSConfBp/stage-control#readme",
"devDependencies": {
"dotenv": "^8.0.0",
"nodemon": "^1.19.0",
"redux-devtools-extension": "^2.13.8"
},
"dependencies": {
"@material-ui/core": "^4.3.1",
"@material-ui/icons": "^4.2.1",
"@weco/next-plugin-transpile-modules": "^2.2.1",
"@zeit/next-sass": "^1.0.1",
"body-parser": "^1.19.0",
"classnames": "^2.2.6",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"dayjs": "^1.8.16",
"express": "^4.17.1",
"form-data": "^2.3.3",
"hiredis": "^0.5.0",
"isomorphic-unfetch": "^3.0.0",
"jsrsasign": "^8.0.12",
"jws": "^3.2.2",
"memoize-one": "^5.0.0",
"next": "^9.0.3",
"next-compose-plugins": "^2.2.0",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-jss": "^8.6.1",
"redis": "^2.8.0",
"route-cache": "^0.4.4",
"socket.io": "^2.2.0",
"styled-jsx": "^3.2.1",
"universal-cookie": "^4.0.0",
"uuid": "^3.3.2"
}
}