-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 851 Bytes
/
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
{
"name": "~TODO~",
"version": "0.0.1",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-vercel": "^1.0.0-next.28",
"@sveltejs/kit": "next",
"axios": "^0.21.3",
"embed-youtube": "^1.0.0",
"highlight.js": "^11.2.0",
"kumpulan-tools": "^1.0.0",
"marked": "^3.0.2",
"qs": "^6.10.1",
"randomatic": "^3.1.1",
"svelte": "^3.34.0",
"svelte-check": "^2.0.0",
"svelte-meta-text": "^0.0.1",
"svelte-preprocess": "^4.0.0",
"svelte-windicss-preprocess": "^4.0.12",
"tslib": "^2.0.0",
"typescript": "^4.0.0",
"windicss": "^3.1.7"
},
"type": "module"
}