-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
65 lines (65 loc) · 1.67 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
{
"name": "cfp-vote",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"predev": "docker-compose up -d",
"dev": "next dev",
"postdev": "docker-compose down",
"clean": "rm -rf .next build",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production next build",
"heroku-postbuild": "npm run build",
"start": "next start"
},
"cacheDirectories": [".next/cache"],
"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": "18.18"
},
"homepage": "https://github.com/necccc/piosk-site#readme",
"devDependencies": {
"@redux-devtools/extension": "^3.3.0",
"casual": "^1.6.2",
"pino-pretty": "^10.2.3"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.14.19",
"@mui/material": "^5.14.20",
"body-parser": "^1.20.2",
"boom": "^7.3.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"csv": "^6.3.6",
"dayjs": "^1.11.10",
"debounce": "^2.0.0",
"dotenv": "^16.3.1",
"googleapis": "^129.0.0",
"install": "^0.13.0",
"jsrsasign": "^10.9.0",
"nanoid": "^5.0.4",
"next": "^14.0.4",
"next-auth": "^4.24.5",
"next-compose-plugins": "^2.2.1",
"nextjs-progressbar": "^0.0.16",
"npm": "^10.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recharts": "^2.10.3",
"redis": "^4.6.11",
"xlsx": "^0.18.5"
}
}