-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.14 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": "neuralnetbuilder",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview --host",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/svelte": "^5.7.1",
"@fontsource-variable/inter": "^5.1.0",
"@formkit/auto-animate": "^0.8.2",
"@iconify-json/fa-brands": "^1.2.0",
"@iconify-json/mdi": "^1.2.0",
"chart.js": "^4.4.4",
"daisyui": "3.9.4",
"micromodal": "^0.4.10",
"svelte": "^4.2.19",
"tiny-invariant": "^1.3.3",
"typescript": "^5.6.2",
"unocss-preset-daisy": "^7.0.0"
},
"devDependencies": {
"@iconify-json/logos": "^1.2.3",
"@iconify-json/vscode-icons": "^1.2.4",
"@iconify-json/lucide": "^1.2.18",
"@iconify-json/tabler": "^1.2.11",
"@iconify-json/typcn": "^1.2.1",
"@types/micromodal": "^0.3.5",
"@unocss/preset-icons": "^0.65.1",
"@unocss/preset-mini": "^0.62.4",
"@unocss/reset": "^0.62.4",
"@unocss/transformer-variant-group": "^0.62.4",
"astro": "^4.15.7",
"unocss": "^0.62.4"
}
}