-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 992 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
39
40
{
"name": "devList",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"-": "^0.0.1",
"@heroicons/react": "^2.0.12",
"@next-auth/firebase-adapter": "^1.0.1",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-icons": "^1.1.1",
"@reduxjs/toolkit": "^1.8.5",
"@stitches/react": "^1.2.8",
"@types/jest": "^28.1.1",
"@types/node": "^17.0.41",
"@types/react-dom": "^18.0.5",
"body-parser": "^1.20.1",
"f": "^1.4.0",
"firebase": "^9.10.0",
"next": "12.1.6",
"next-auth": "^4.10.3",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-redux": "^8.0.2",
"typescript": "^4.7.3"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24"
}
}