-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
66 lines (66 loc) · 1.87 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "mvp-nextjs-sanity",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"db:backup": "sanity dataset export production prod-copy.tar.gz"
},
"dependencies": {
"@callstack/react-theme-provider": "^3.0.9",
"@focus-reactive/sanity-ai-toolkit": "^0.0.2",
"@focus-reactive/sanity-plugin-inline-svg-input": "^0.1.0",
"@linaria/babel-preset": "^4.5.4",
"@linaria/core": "^4.5.4",
"@linaria/react": "^4.5.4",
"@portabletext/react": "^3.0.7",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/client": "^6.4.9",
"@sanity/color-input": "^3.1.0",
"@sanity/image-url": "^1.0.2",
"@sanity/preview-kit": "^3.1.6",
"@sanity/ui": "^1.8.2",
"@sanity/vision": "^3.16.5",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"body-scroll-lock": "^4.0.0-beta.0",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"lodash.debounce": "^4.0.8",
"next": "13.4.19",
"next-sanity": "^5.5.3",
"next-with-linaria": "^0.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-intersection-observer": "^9.5.2",
"react-spring": "^9.7.2",
"sanity": "^3.16.7",
"sanity-plugin-media": "^2.2.2",
"styled-components": "^6.1.8",
"suspend-react": "^0.1.3",
"swiper": "^10.3.1",
"typescript": "5.2.2"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^3.0.1",
"@types/body-scroll-lock": "^3.1.0",
"@types/lodash.debounce": "^4.0.7",
"@types/react": "^18.0.25",
"@types/styled-components": "^5.1.26",
"eslint": "^8.6.0",
"prettier": "^3.0.3",
"typescript": "^5.1.6"
},
"engines": {
"pnpm": ">=8"
},
"volta": {
"node": "18.18.0"
}
}