-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
61 lines (61 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
{
"name": "vui3",
"version": "0.0.2",
"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 --check . && eslint .",
"format": "prettier --write .",
"build-md5": "find build -type f | sort | xargs md5sum | awk '{ print $1 }' | tr -d '\n' | md5sum| awk '{ print $1 }' > buildZip/md5sum "
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.16",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@skeletonlabs/skeleton": "^2.10.2",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@sveltejs/kit": "^2.7.2",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "0.5.15",
"@types/node": "^20.10.7",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"autoprefixer": "10.4.20",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.0",
"globals": "^15.11.0",
"postcss": "8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "3.2.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"svelte": "5",
"svelte-check": "^4.0.5",
"tailwindcss": "^3.4.14",
"typescript": "5.6.3",
"vite": "^5.4.10",
"vite-plugin-tailwind-purgecss": "^0.3.3"
},
"type": "module",
"dependencies": {
"@floating-ui/dom": "^1.6.11",
"@iconify/svelte": "^4.0.2",
"@iconify/types": "^2.0.0",
"@sveltejs/adapter-static": "^3.0.5",
"@urql/exchange-graphcache": "^7.2.1",
"@urql/svelte": "^4.2.1",
"caniuse-lite": "^1.0.30001669",
"devalue": "^4.3.2",
"gql.tada": "^1.8.10",
"graphql": "^16.9.0",
"graphql-ws": "^5.16.0",
"p-queue": "^8.0.1",
"svelte-skeleton-three-state-switch": "0.0.8",
"sveltekit-search-params": "^3.0.0"
}
}