-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.36 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
{
"name": "next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier . --check --write"
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"@types/react-color": "^3.0.6",
"@types/reactcss": "^1.2.6",
"chrome-aws-lambda": "^10.1.0",
"classnames": "^2.3.1",
"detect-inapp": "^1.4.0",
"dotenv": "^16.0.1",
"firebase": "^9.8.1",
"firebase-admin": "^10.2.0",
"framer-motion": "^5.0.0",
"jszip": "^3.10.0",
"next": "^12.0.1",
"react": "17.0.2",
"react-color": "^2.19.3",
"react-dom": "17.0.2",
"react-dropdown": "^1.9.2",
"reactcss": "^1.2.3",
"tucmc-auth": "^0.3.9",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/react": "^16.14.51",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.0",
"copy-webpack-plugin": "^9.0.1",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"postcss": "^8.3.11",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"puppeteer": "^10.4.0",
"sass": "^1.43.4",
"tailwindcss": "^2.2.19",
"typescript": "4.4.2"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}