-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.28 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.28 KB
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
42
43
{
"name": "neuralnetbuilder",
"type": "module",
"version": "0.0.2",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro check && astro build",
"build-android": "bun tauri android build --apk --target aarch64",
"preview": "astro preview --host",
"astro": "astro"
},
"dependencies": {
"@ameinhardt/unocss-preset-daisy": "^1.1.8",
"@astrojs/check": "0.9.4",
"@astrojs/svelte": "7.1.0",
"@fontsource-variable/inter": "^5.2.6",
"@iconify-json/fa-brands": "^1.2.1",
"@iconify-json/mdi": "^1.2.3",
"caniuse-lite": "^1.0.30001723",
"chart.js": "^4.5.0",
"svelte": "^5.34.5",
"tiny-invariant": "^1.3.3",
"typescript": "^5.8.3",
"unocss-preset-daisyui-next": "^0.1.2"
},
"devDependencies": {
"@iconify-json/logos": "^1.2.4",
"@iconify-json/lucide": "^1.2.50",
"@iconify-json/tabler": "^1.2.19",
"@iconify-json/typcn": "^1.2.2",
"@iconify-json/vscode-icons": "^1.2.23",
"@tauri-apps/cli": "^2.5.0",
"@types/micromodal": "^0.3.5",
"@unocss/preset-icons": "^66.2.3",
"@unocss/preset-mini": "^66.2.3",
"@unocss/preset-wind3": "^66.2.3",
"@unocss/reset": "^66.2.3",
"@unocss/transformer-variant-group": "^66.2.3",
"astro": "5.9.4",
"unocss": "^66.2.3"
}
}