forked from mitchray/ample
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
{
"name": "ample.fm",
"version": "2.1.4",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"start": "vite preview",
"deploy": "wrangler deploy",
"validate": "svelte-check"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.0",
"@tsconfig/svelte": "^4.0.1",
"copyfiles": "^2.4.1",
"renamer": "^5.0.0",
"rollup-plugin-svelte-svg": "^1.0.0-beta.6",
"svelte": "^3.59.2",
"svelte-check": "^3.4.4",
"svelte-i18n": "^3.6.0",
"svelte-preprocess": "^5.0.4",
"tslib": "^2.3.0",
"typescript": "^5.1.3",
"vite": "^4.5.2"
},
"dependencies": {
"@floating-ui/dom": "^1.2.7",
"autoprefixer": "^10.3.1",
"color-converters": "^0.1.1",
"fast-average-color": "^9.3.0",
"howler": "^2.2.4",
"javascript-ampache": "^1.0.6",
"jssha": "^3.2.0",
"lodash-es": "^4.17.21",
"postcss": "^8.4.31",
"svelte-dnd-action": "^0.9.8",
"svelte-portal": "^2.2.0",
"svelte-spa-router": "^3.3.0",
"throttle-wait": "0.0.5",
"uuid": "^9.0.0"
}
}