-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.01 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
{
"name": "deeplo",
"version": "0.0.1",
"private": true,
"engines": {
"node": "22"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "DEBUG=deezer-playlist* 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",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"test:integration": "playwright test",
"test:unit": "vitest",
"clean": "rm -rf build .svelte-kit"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@iconify-json/jam": "^1.2.1",
"@iconify-json/ph": "^1.2.1",
"@playwright/test": "^1.48.2",
"@skeletonlabs/skeleton": "^2.10.3",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.7.3",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/forms": "^0.5.9",
"@types/debug": "4.1.12",
"@types/humanize-duration": "^3.27.4",
"@types/js-cookie": "^3.0.6",
"@types/memory-cache": "^0.2.6",
"@types/node": "^22.8.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"autoprefixer": "^10.4.20",
"bottleneck": "^2.19.5",
"debug": "4.3.7",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.0",
"fetch-jsonp": "1.3.0",
"globals": "^15.11.0",
"humanize-duration": "^3.32.1",
"js-cookie": "^3.0.5",
"memory-cache": "^0.2.0",
"postcss": "^8.4.47",
"postcss-load-config": "^6.0.1",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"svelte": "5.1.3",
"svelte-check": "^4.0.5",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"unplugin-icons": "^0.19.3",
"vite": "^5.4.10",
"vite-plugin-tailwind-purgecss": "^0.3.3",
"vitest": "^2.1.3"
},
"type": "module"
}