-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
57 lines (57 loc) · 1.54 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
56
57
{
"name": "type-kana",
"version": "1.0.0",
"homepage": "https://github.com/furudean/type-kana#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/furudean/type-kana.git"
},
"author": "furudean (https://github.com/furudean)",
"type": "module",
"scripts": {
"build": "vite build",
"check": "svelte-check --compiler-warnings css-unused-selector:ignore",
"dev": "vite dev",
"format": "prettier --write .",
"lint": "prettier --check .",
"prepare": "svelte-kit sync",
"preview": "vite preview"
},
"dependencies": {
"@furudean/svelte-persistent-store": "^0.8.0",
"@mdi/js": "^6.1.95",
"body-scroll-lock": "^3.1.5",
"canvas-confetti": "^1.4.0",
"common-tags": "^1.8.0",
"dialog-polyfill": "^0.5.6",
"standardized-audio-context": "^25.1.11",
"svelte-hero-icons": "^4.0.1",
"wanakana": "^5.0.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^4.0.0",
"@sveltejs/adapter-vercel": "^1.0.0-next.50",
"@sveltejs/kit": "^1.0.0-next.322",
"@types/body-scroll-lock": "^3.1.0",
"@types/canvas-confetti": "^1.4.2",
"@types/common-tags": "^1.8.1",
"@types/node": "^17.0.5",
"@types/wanakana": "^4.0.3",
"autoprefixer": "^10.3.1",
"postcss": "^8.3.6",
"postcss-load-config": "^4.0.0",
"postcss-mixins": "^9.0.1",
"postcss-nested": "^5.0.6",
"postcss-pseudo-is": "^0.3.0",
"prettier": "^2.3.2",
"prettier-plugin-svelte": "^2.3.1",
"svelte": "^3.46.2",
"svelte-check": "^2.3.0",
"svelte-preprocess": "^4.7.4",
"tslib": "^2.0.1",
"typescript": "^4.3.5"
},
"engines": {
"node": "16.x"
}
}