-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 947 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": "my-library",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^0.1.7",
"@radix-ui/react-popover": "^0.1.6",
"@radix-ui/react-switch": "^0.1.5",
"@stitches/react": "^1.2.7",
"axios": "^0.26.1",
"firebase": "^9.6.10",
"next": "12.1.0",
"next-themes": "^0.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-redux": "^7.2.6",
"react-spinners-kit": "^1.9.1",
"react-toastify": "^8.2.0",
"react-use": "^17.3.2",
"redux": "^4.1.2"
},
"devDependencies": {
"@types/node": "^17.0.21",
"@types/react": "^17.0.41",
"@types/react-redux": "^7.1.23",
"@types/redux": "^3.6.0",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"typescript": "^4.6.2"
}
}