-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 912 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
{
"name": "nibmcs.org",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "^2.1.13",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.16.7",
"@vercel/analytics": "^1.1.1",
"find-cache-dir": "^5.0.0",
"framer-motion": "^10.16.4",
"next": "^13.5.6",
"next-sanity": "^5.5.4",
"react": "latest",
"react-dom": "latest",
"sanity": "^3.16.7",
"styled-components": "5.2"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.40.0",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "^10.4.16",
"eslint": "latest",
"eslint-config-next": "latest",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"typescript": "latest"
}
}