-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.42 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
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "vv",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test:integration": "playwright test",
"lint-staged": "lint-staged",
"test:unit": "vitest",
"prepare": "husky install",
"story:dev": "histoire dev",
"story:build": "histoire build",
"story:preview": "histoire preview"
},
"lint-staged": {
"**/*.{svelte,ts,js}": "eslint --fix"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@histoire/plugin-svelte": "^0.17.6",
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.27.4",
"@types/color": "^3.0.6",
"@types/compute-gcd": "^1.2.3",
"@types/dom-speech-recognition": "^0.0.4",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@zerodevx/svelte-toast": "^0.9.5",
"autoprefixer": "^10.4.14",
"eslint": "^8.28.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-svelte": "^2.30.0",
"flowbite": "^2.2.0",
"flowbite-svelte": "^0.44.20",
"flowbite-svelte-icons": "^0.4.5",
"histoire": "^0.17.6",
"husky": "^8.0.3",
"postcss": "^8.4.24",
"postcss-import": "^15.1.0",
"postcss-load-config": "^4.0.1",
"postcss-pxtorem": "^6.0.0",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"tailwindcss": "^3.3.2",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.4.2",
"vite-svg-loader": "^5.1.0",
"vitest": "^0.32.2"
},
"type": "module",
"dependencies": {
"@svelte-bin/clipboard": "^0.1.4",
"@types/lodash-es": "^4.17.12",
"akaneko": "^5.2.8",
"browser-image-compression": "^2.0.2",
"color": "^4.2.3",
"compute-gcd": "^1.2.1",
"lint-staged": "^15.1.0",
"lodash-es": "^4.17.21",
"nswfparse": "^1.3.0",
"ofetch": "^1.3.3",
"postcss-preset-env": "^9.3.0",
"svelte-infinite-scroll": "^2.0.1",
"svelte-select": "^5.8.1",
"swiper": "^11.0.5",
"ufo": "^1.3.2",
"unsplash-js": "^7.0.18",
"uuid": "^9.0.1"
},
"volta": {
"node": "21.2.0"
}
}