-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
55 lines (55 loc) · 1.94 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
{
"name": "ample-ampache-client",
"version": "3.0.0-beta5",
"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": {
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tsconfig/svelte": "^5.0.2",
"@types/lodash-es": "^4.17.12",
"autoprefixer": "^10.4.16",
"convert-to-oklch": "^1.2.8",
"copyfiles": "^2.4.1",
"postcss": "^8.4.24",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"renamer": "^5.0.0",
"svelte": "^4.0.0",
"svelte-check": "^3.6.2",
"svelte-preprocess": "^5.1.3",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.2.10"
},
"dependencies": {
"@floating-ui/dom": "^1.4.2",
"@shoelace-style/shoelace": "2.15.1",
"@tanstack/svelte-query": "^5.15.0",
"@tanstack/svelte-virtual": "^3.5.0",
"dompurify": "^3.0.6",
"fuse.js": "^7.0.0",
"javascript-ampache": "1.0.9",
"jssha": "^3.3.1",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"material-symbols": "^0.17.3",
"nouislider": "^15.7.2",
"sortablejs": "^1.15.1",
"svelte-dnd-action": "^0.9.43",
"svelte-i18n": "^4.0.0",
"svelte-portal": "^2.2.0",
"svelte-spa-router": "^4.0.0",
"tabulator-tables": "^6.2.1",
"uuid": "^9.0.1",
"wavesurfer.js": "7.8.0"
}
}