-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.08 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
{
"name": "tocpc2021",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@types/bcryptjs": "^2.4.2",
"bcryptjs": "^2.4.3",
"classnames": "^2.3.1",
"firebase": "^9.2.0",
"firebase-admin": "^10.0.0",
"formik": "^2.2.9",
"framer-motion": "^4.1.17",
"js-cookie": "^3.0.1",
"next": "^12.0.3",
"promptpay-qr": "^0.4.4",
"qrcode.react": "^1.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dropzone": "^11.4.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.4.1",
"@types/react": "17.0.26",
"@types/uuid": "^8.3.1",
"autoprefixer": "^10.3.6",
"chrome-aws-lambda": "^10.1.0",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"husky": "^7.0.0",
"postcss": "^8.3.8",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"puppeteer-core": "^12.0.1",
"tailwindcss": "^2.2.16",
"typescript": "4.4.3"
}
}