-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 815 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 815 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
28
29
30
31
32
33
{
"name": "ad-model-builder",
"private": true,
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.0",
"@tsconfig/svelte": "^3.0.0",
"gh-pages": "^4.0.0",
"highlight.js": "^11.7.0",
"svelte": "^3.54.0",
"svelte-check": "^2.10.0",
"svelte-highlight": "^6.2.1",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-plugin-pwa": "^0.14.0"
},
"dependencies": {
"@tomic/lib": "^0.34.0",
"@tomic/svelte": "^0.34.10",
"open-props": "^1.5.1",
"svelte-icon": "^1.3.0",
"svelte-select": "^5.0.0"
}
}