-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.49 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
{
"name": "portfolio",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "npx eslint . && prettier --check .",
"format": "prettier --write ."
},
"devDependencies": {
"@portabletext/svelte": "2.0.0-0",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.22.5",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.47.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-svelte3": "^4.0.0",
"node-sass": "^9.0.0",
"phosphor-svelte": "^1.3.0",
"postcss": "^8.4.27",
"prettier": "~2.8.3",
"prettier-plugin-svelte": "^2.9.0",
"prettier-plugin-tailwindcss": "^0.2.2",
"sass": "^1.65.1",
"svelte": "^3.59.2",
"svelte-check": "^3.5.0",
"svelte-highlight": "^7.3.0",
"svelte-intersection-observer": "^0.10.1",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"vite": "^4.4.9"
},
"type": "module",
"dependencies": {
"@sanity/client": "^6.4.6",
"@sanity/image-url": "^1.0.2",
"@vercel/analytics": "^1.0.2",
"cva": "npm:class-variance-authority@^0.7.0",
"tailwind-merge": "^1.14.0"
}
}