-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 2 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
67
68
69
70
{
"name": "sveltekit-sanity-starter",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "playwright test",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"keywords": [
"sanity"
],
"devDependencies": {
"@playwright/test": "^1.38.1",
"@sanity/eslint-config-studio": "^2.0.4",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-vercel": "^2.4.3",
"@sveltejs/kit": "^1.25.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/react": "^18.2.24",
"@types/styled-components": "^5.1.28",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.50.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.31",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"prettier-plugin-tailwindcss": "^0.2.8",
"svelte": "^3.59.2",
"svelte-check": "^3.5.2",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9"
},
"type": "module",
"dependencies": {
"@sanity/asset-utils": "^1.3.0",
"@sanity/client": "^5.4.2",
"@sanity/color-input": "^3.1.0",
"@sanity/icons": "^2.4.1",
"@sanity/image-url": "^1.0.2",
"@sanity/ui": "^1.8.2",
"@sanity/vision": "^3.16.7",
"@types/lodash.get": "^4.4.7",
"@types/photoswipe": "^4.1.3",
"@types/slug": "^5.0.5",
"@vercel/analytics": "^1.0.2",
"lodash.get": "^4.4.2",
"photoswipe": "^5.4.2",
"pluralize-esm": "^9.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"sanity": "^3.16.7",
"sanity-plugin-hotspot-array": "^1.0.1",
"sanity-plugin-media": "^2.2.2",
"slug": "^8.2.3",
"styled-components": "^5.3.11",
"vercel": "^29.4.0"
}
}