-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 870 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
{
"name": "webn",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ramonak/react-progress-bar": "^5.0.3",
"@sanity/client": "^3.4.1",
"@sanity/image-url": "^1.0.1",
"firebase": "^9.13.0",
"framer-motion": "^7.5.3",
"next": "12.2.5",
"next-sanity": "^1.0.0",
"next-seo": "^5.14.1",
"react": "18.2.0",
"react-animated-progress-bar": "^1.1.1",
"react-circular-progressbar": "^2.1.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.39.3",
"react-portable-text": "^0.5.1",
"react-toastify": "^9.1.1"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8"
}
}