-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 746 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 746 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
{
"name": "toolbarr",
"private": true,
"version": "0.1.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "6.7.2",
"@fortawesome/free-regular-svg-icons": "6.7.2",
"@fortawesome/free-solid-svg-icons": "6.7.2",
"@sveltejs/vite-plugin-svelte": "3.1.1",
"@tsconfig/svelte": "5.0.4",
"svelte": "4.2.18",
"svelte-check": "3.8.1",
"svelte-fa": "4.0.2",
"svelte-preprocess": "6.0.1",
"svelte-toasts": "1.1.2",
"@sveltestrap/sveltestrap": "6.2.7",
"tslib": "2.6.3",
"typescript": "5.4.5",
"vite": "5.3.1"
},
"dependencies": {
"svelte-i18n": "4.0.0"
}
}