-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 803 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 803 Bytes
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
{
"name": "accessinor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@portabletext/react": "^3.0.11",
"@sanity/asset-utils": "^1.3.0",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.18.1",
"dotenv": "^16.4.5",
"encoding": "^0.1.13",
"framer-motion": "^10.16.4",
"next": "^13.0.0",
"next-sanity": "^5.5.8",
"openai": "^4.58.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-intersection-observer": "^9.5.2",
"sanity": "^3.18.1",
"world-countries": "^5.0.0"
},
"devDependencies": {
"autoprefixer": "^10",
"postcss": "^8",
"tailwindcss": "^3"
}
}