-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.13 KB
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
{
"name": "nut-el",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@heroicons/react": "^2.0.16",
"@next/font": "13.1.6",
"@portabletext/react": "^2.0.1",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.0.0",
"@stripe/stripe-js": "^1.46.0",
"date-fns": "^2.29.3",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"framer-motion": "^9.0.2",
"next": "^13.4.1",
"next-sanity": "^4.1.2",
"react": "18.2.0",
"react-calendly": "^4.1.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.1",
"react-simple-typewriter": "^5.0.1",
"react-social-icons": "^5.15.0",
"sanity": "^3.0.0",
"stripe": "^11.10.0",
"styled-components": "^5.2.0",
"tailwind-scrollbar": "^2.1.0"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^2.0.1",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}