forked from multiplehats/sveltekit-sanity-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.72 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
{
"name": "daghappie",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"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=. .",
"cy:open": "cypress open",
"cy:run": "cypress run",
"test": "pnpm cy:run"
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"cypress": "^10.11.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.8.0",
"svelte": "^3.52.0",
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.7",
"svelte2tsx": "^0.5.20",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.8.4",
"vite": "^3.2.2",
"vite-plugin-windicss": "^1.8.8",
"windicss": "^3.5.6"
},
"dependencies": {
"@sanity/client": "^3.4.1",
"@sanity/groq-store": "^1.0.3",
"@sanity/icons": "^1.3.6",
"@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.0.0-dev-preview.22",
"sanity-plugin-asset-source-unsplash": "3.0.0-v3-studio.10"
},
"type": "module"
}