-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
63 lines (63 loc) · 2.25 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
{
"name": "ample-ampache-client",
"version": "3.5.0-beta1",
"type": "module",
"scripts": {
"build": "vite build && npm run copy",
"build-unminified": "vite build --minify false && npm run copy",
"build-demo": "vite build --minify false && npm run copy && npm run demo-config",
"dev": "vite",
"start": "vite preview",
"validate": "svelte-check",
"copy": "copyfiles README.md LICENSE CHANGELOG.md dist && copyfiles ample.json.dist dist/config",
"demo-config": "copyfiles ample-demo.json dist/config && renamer -f \"/ample-demo.json/\" -r \"ample.json\" \"dist/config/*\""
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@tsconfig/svelte": "^5.0.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.0",
"autoprefixer": "^10.4.20",
"convert-to-oklch": "^1.2.8",
"copyfiles": "^2.4.1",
"dotenv": "^16.4.5",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"renamer": "^5.0.2",
"rollup-plugin-visualizer": "^5.12.0",
"svelte": "^5.14.0",
"svelte-check": "^4.0.2",
"svelte-preprocess": "^6.0.2",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^6.0.0"
},
"dependencies": {
"@floating-ui/dom": "^1.6.11",
"@shoelace-style/shoelace": "2.19.0",
"@tanstack/svelte-query": "^5.56.2",
"@tanstack/svelte-virtual": "^3.10.9",
"butterchurn": "^2.6.7",
"butterchurn-presets": "^2.4.7",
"compare-versions": "^6.1.1",
"dompurify": "^3.1.6",
"fuse.js": "^7.0.0",
"javascript-ampache": "1.1.1",
"jssha": "^3.3.1",
"lodash-es": "^4.17.21",
"material-symbols": "^0.23.0",
"nouislider": "^15.8.1",
"sortablejs": "^1.15.3",
"svelte-dnd-action": "^0.9.50",
"svelte-i18n": "^4.0.1",
"svelte-persisted-store": "^0.12.0",
"svelte-portal": "^2.2.1",
"svelte-spa-router": "^4.0.1",
"tabulator-tables": "^6.3.0",
"throttle-wait": "^0.0.5",
"uuid": "^10.0.0",
"wavesurfer.js": "7.8.6"
}
}