generated from henrikvilhelmberglund/sveltekit-unocss-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.71 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
{
"name": "keyboard",
"version": "0.0.13",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check .",
"format": "prettier --plugin-search-dir . --write .",
"release": "commit-and-tag-version",
"postrelease": "git push --follow-tags origin main",
"deploy": "npx gh-pages -d build --dotfiles"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.1",
"@iconify-json/noto": "^1.2.0",
"@iconify-json/tabler": "^1.2.4",
"@julr/unocss-preset-forms": "^0.0.5",
"@julr/unocss-preset-heropatterns": "^1.0.2",
"@sveltejs/adapter-auto": "^3.2.5",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.6.2",
"@unocss/preset-icons": "^0.52.7",
"@unocss/preset-web-fonts": "^0.52.7",
"@unocss/reset": "^0.52.7",
"@unocss/svelte-scoped": "^0.53.6",
"@unocss/transformer-directives": "^0.52.7",
"commit-and-tag-version": "^11.3.0",
"kit-query-params": "^0.0.26",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.3.0",
"prism-svelte": "^0.5.0",
"prismjs": "^1.29.0",
"smplr": "^0.15.1",
"soundfont2": "^0.5.0",
"spessasynth_lib": "^3.21.13",
"svelte": "^5.0.0",
"svelte-check": "^4.0.4",
"svelte-persisted-store": "^0.11.0",
"svelte-preprocess": "^6.0.3",
"svelte-sequential-preprocessor": "^2.0.2",
"typescript": "^5.6.2",
"unocss": "^0.53.6",
"unocss-preset-theme": "^0.7.0",
"vite": "latest",
"vite-plugin-mkcert": "^1.17.6",
"webmidi": "^3.1.11"
},
"type": "module"
}