-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.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
{
"name": "my-svelte-app",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@egjs/hammerjs": "^2.0.17",
"@popperjs/core": "^2.11.8",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@vitejs/plugin-legacy": "^5.3.2",
"autoprefixer": "^10.4.19",
"binary-search-bounds": "^2.0.5",
"buffer": "^6.0.3",
"cbor-x": "^1.5.9",
"colormap": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
"core-js": "^3.36.1",
"cssnano": "^6.1.2",
"denque": "^2.1.0",
"efficient-rolling-stats": "^0.1.1",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-svelte": "^2.35.1",
"fzstd": "^0.1.1",
"is-number": "^7.0.0",
"live-moving-average": "^1.1.0",
"nanoid": "^5.0.6",
"postcss": "^8.4.38",
"postcss-load-config": "^5.0.3",
"qs": "^6.12.0",
"resolve": "^1.22.8",
"rollup-plugin-visualizer": "^5.12.0",
"source-map": "^0.7.4",
"standardized-audio-context": "^25.3.68",
"svelte": "^4.2.12",
"svelte-preprocess": "^5.1.3",
"tailwindcss": "^3.4.3",
"typedarray-to-buffer": "^4.0.0",
"vite": "^5.2.7",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0"
}
}