-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "waffle",
"private": true,
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tsconfig/svelte": "^3.0.0",
"@types/highlight.js": "^10.1.0",
"@types/js-yaml": "^4.0.9",
"@types/semver": "^7.5.8",
"@types/validator": "^13.12.2",
"@types/xml2json": "^0.11.6",
"dotenv": "^16.4.7",
"svelte": "^4.2.19",
"svelte-check": "^2.9.2",
"svelte-navigator": "^3.2.2",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.8.1",
"typescript": "^4.6.4",
"vite": "^6.1.0"
},
"dependencies": {
"js-yaml": "^4.1.0",
"sass": "^1.83.0",
"semver": "^7.7.1",
"steady-xml": "^0.1.0",
"svelte-environment-variables": "^1.0.4",
"svelte-highlight": "^6.2.1",
"svelte-markdown": "^0.2.3",
"svelte-routing": "^1.6.0",
"validator": "^13.12.0",
"xml-formatter": "^3.6.4"
}
}