-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.42 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
50
51
52
53
{
"name": "animx",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@firebase/firestore": "^3.11.0",
"@hookform/resolvers": "^2.9.10",
"@radix-ui/react-avatar": "^1.0.2",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^1.0.0",
"@radix-ui/react-navigation-menu": "^1.0.0",
"@radix-ui/react-select": "^1.0.0",
"@radix-ui/react-slider": "^1.1.1",
"@radix-ui/react-slot": "^1.0.0",
"@radix-ui/react-toast": "^1.1.1",
"axios": "^1.1.3",
"date-fns": "^2.30.0",
"firebase": "^9.21.0",
"framer-motion": "^9.1.7",
"next": "^13.4.1",
"next-seo": "^6.0.0",
"nprogress": "^0.2.0",
"phosphor-react": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.40.0",
"react-query": "^3.39.2",
"react-toastify": "^9.1.2",
"sass": "^1.55.0",
"swiper": "^8.4.3",
"uuid": "^9.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@rocketseat/eslint-config": "^2.1.0",
"@types/axios": "^0.14.0",
"@types/node": "18.7.23",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/uuid": "^9.0.1",
"eslint": "^8.24.0",
"eslint-config-next": "^12.3.1",
"react-icons": "^4.4.0",
"typescript": "4.8.4"
}
}