-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1.08 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
{
"name": "fmsite-svkit",
"version": "0.5.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint ."
},
"devDependencies": {
"@bismuthsoft/svelte-dj-knob": "^0.2.1",
"@sveltejs/adapter-auto": "1.0.0-next.74",
"@sveltejs/kit": "1.0.0-next.482",
"@types/audioworklet": "^0.0.32",
"@types/webmidi": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"esbuild": "^0.15.18",
"eslint": "^8.57.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^3.59.2",
"svelte-check": "^2.10.3",
"svelte-feather-icons": "^4.1.0",
"svelte-headlessui": "^0.0.15",
"svelte-preprocess": "^4.10.7",
"svelte2tsx": "^0.5.23",
"tslib": "^2.6.3",
"typescript": "^4.9.5",
"vite": "^3.2.10"
},
"type": "module"
}