forked from JSConfBp/cfp-vote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2 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
{
"name": "cfp-vote",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"predev": "docker-compose up -d",
"dev": "npx 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/necccc/piosk-site.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/necccc/piosk-site/issues"
},
"engines": {
"node": "10.14.0"
},
"homepage": "https://github.com/necccc/piosk-site#readme",
"devDependencies": {
"casual": "^1.6.2",
"pino-pretty": "^3.2.2",
"redux-devtools-extension": "^2.13.8"
},
"dependencies": {
"@material-ui/core": "^4.5.1",
"@material-ui/icons": "^4.5.1",
"@weco/next-plugin-transpile-modules": "^2.2.1",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"body-parser": "^1.19.0",
"boom": "^7.3.0",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"csv": "^5.1.3",
"dayjs": "^1.8.16",
"debounce": "^1.2.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-pino-logger": "^4.0.0",
"express-session": "^1.17.0",
"googleapis": "^46.0.0",
"helmet": "^3.21.2",
"isomorphic-unfetch": "^3.0.0",
"jsrsasign": "^8.0.12",
"jws": "^3.2.2",
"lodash.throttle": "^4.1.1",
"memoize-one": "^5.1.1",
"morgan": "^1.9.1",
"next": "^9.1.1",
"next-compose-plugins": "^2.2.0",
"node-sass": "^4.13.0",
"notification-hook": "^1.0.0",
"passport": "^0.4.0",
"passport-github": "^1.1.0",
"pino": "^5.13.5",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-jss": "^10.0.0",
"recharts": "^1.8.5",
"redis": "^2.8.0",
"shortid": "^2.2.15",
"uuid": "^3.3.3",
"xlsx": "^0.15.2"
}
}