-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 940 Bytes
/
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
{
"name": "queueup",
"version": "0.1.0",
"scripts": {
"dev": "netlify dev -c \"next dev\"",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.14",
"@chakra-ui/react": "^1.6.5",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"axios": "^0.21.2",
"bluebird": "^3.7.2",
"export-to-csv": "^0.2.1",
"framer-motion": "^4.1.0",
"is-url": "^1.2.4",
"jimp": "^0.16.1",
"moment": "^2.29.1",
"next": "^10.2.3",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.8.1",
"next-react-svg": "^1.1.2",
"next-translate": "^1.0.7",
"nric": "^1.2.0",
"qrcode.react": "^1.0.1",
"query-string": "^6.13.8",
"react": "^17.0.2",
"react-cookie": "^4.0.3",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0"
},
"license": "MIT",
"devDependencies": {
"@netlify/plugin-nextjs": "^3.9.0"
}
}