-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (38 loc) · 921 Bytes
/
package.json
File metadata and controls
40 lines (38 loc) · 921 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
35
36
37
38
39
40
{
"name": "mesh",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.18",
"@sanity/client": "^6.18.2",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.38.0",
"dotenv": "^16.4.5",
"next": "^14.2.3",
"next-sanity": "^7.1.4",
"react": "^18",
"react-bootstrap": "^2.10.2",
"react-dom": "^18",
"react-slick": "^0.30.2",
"reactjs-popup": "^2.0.6",
"sanity": "^3.38.0",
"sanity-plugin-media": "^2.2.5",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.8"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}