-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 694 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 694 Bytes
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
{
"name": "web-ui",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"deploy": "yarn build --outDir ./dist && yarn gh-pages -d dist",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@node-core/caritat": "workspace:^",
"@sveltejs/vite-plugin-svelte": "^2.0.1",
"@tsconfig/svelte": "^4.0.0",
"@types/js-yaml": "^4",
"gh-pages": "^4.0.0",
"js-yaml": "^4.1.0",
"svelte": "^4.0.0",
"svelte-check": "^3.0.0",
"svelte-preprocess": "^5.0.0",
"tslib": "^2.3.1",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}