forked from focusreactive/Demo-NextJS13-Sanity
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
66 lines (66 loc) · 1.88 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": "demo-visual-editing-sanity",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@callstack/react-theme-provider": "^3.0.9",
"@focus-reactive/sanity-plugin-inline-svg-input": "^1.0.1",
"@linaria/core": "^6.1.0",
"@linaria/react": "^6.1.0",
"@portabletext/react": "^3.0.11",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/client": "^6.15.1",
"@sanity/color-input": "^3.1.1",
"@sanity/image-url": "^1.0.2",
"@sanity/overlays": "^2.0.1",
"@sanity/preview-kit": "^5.0.27",
"@sanity/react-loader": "^1.9.0",
"@sanity/ui": "^1.9.3",
"@sanity/vision": "^3.30.1",
"@types/node": "20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "18.2.19",
"@wyw-in-js/babel-preset": "^0.4.1",
"@wyw-in-js/transform": "^0.4.1",
"body-scroll-lock": "^4.0.0-beta.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.0",
"lodash.debounce": "^4.0.8",
"next": "14.1.0",
"next-sanity": "^8.1.3",
"next-with-linaria": "^0.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.0.1",
"react-intersection-observer": "^9.8.1",
"react-spring": "^9.7.3",
"rxjs": "^7.8.1",
"sanity": "^3.30.1",
"sanity-plugin-media": "^2.2.5",
"styled-components": "^6.1.8",
"suspend-react": "^0.1.3",
"swiper": "^11.0.7",
"typescript": "^5.3.3"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^3.0.1",
"@types/body-scroll-lock": "^3.1.2",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.0.25",
"@types/styled-components": "^5.1.34",
"eslint": "^8.6.0",
"prettier": "^3.2.5",
"typescript": "^5.1.6"
},
"volta": {
"node": "20.11.1",
"yarn": "1.22.21"
}
}