This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.44 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": "wavetable-synth",
"description": "Online wavetable synthesizer.",
"version": "0.1.14",
"private": true,
"type": "module",
"repository": "[email protected]:eye-wave/online-synth.git",
"dependencies": {
"svelte": "^4.2.11"
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@originjs/vite-plugin-content": "^1.0.5",
"@poppanator/sveltekit-svg": "^4.2.1",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/svelte": "^5.0.2",
"@types/bun": "latest",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"autoprefixer": "^10.4.17",
"cssnano": "^6.0.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-svelte": "^3.2.1",
"svelte-check": "^3.6.4",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"unplugin-turbo-console": "^1.3.0",
"vite": "^5.1.3",
"vite-bundle-analyzer": "^0.7.0",
"vite-plugin-deadfile": "^1.2.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-html-inject": "^1.1.2",
"vite-plugin-pwa": "^0.19.0",
"vite-plugin-require-transform": "^1.0.21",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0"
},
"keywords": [
"music",
"serum",
"sound-processing",
"sound",
"sounddesign",
"synthesizer",
"vital",
"wavetable-synthesizer",
"wavetable"
],
"license": "GPL-3.0"
}