forked from multiplehats/sveltekit-sanity-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.57 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
{
"name": "daghappie",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev --port 3100",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "^1.0.1",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.8.1",
"prettier-plugin-svelte": "^2.9.0",
"svelte": "^3.55.0",
"svelte-check": "^2.10.3",
"svelte-preprocess": "^4.10.7",
"svelte2tsx": "^0.5.23",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"vite": "^4.0.3",
"vite-plugin-windicss": "^1.8.10",
"windicss": "^3.5.6"
},
"dependencies": {
"@sanity/client": "^3.4.1",
"@sanity/groq-store": "^1.1.4",
"@sanity/icons": "^1.3.10",
"@sanity/image-url": "^1.0.1",
"@sanity/ui": "^0.37.22",
"@sanity/vision": "3.0.0-dev-preview.22",
"@sanity/webhook": "^2.0.0",
"groq": "^2.33.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "^3.1.2",
"sanity-plugin-asset-source-unsplash": "^1.0.1"
},
"type": "module"
}