-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 900 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 900 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
34
{
"name": "solid-admin",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "rsbuild build",
"build:analyze": "cross-env BUNDLE_ANALYZE=true rsbuild build",
"check": "biome check --write",
"dev": "rsbuild dev --open",
"format": "biome format --write",
"preview": "rsbuild preview"
},
"dependencies": {
"@fontsource-variable/outfit": "^5.2.5",
"@solidjs/router": "^0.15.3",
"apexcharts": "^4.7.0",
"axios": "^1.9.0",
"flatpickr": "^4.6.13",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.5"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@rsbuild/core": "^1.3.1",
"@rsbuild/plugin-babel": "^1.0.4",
"@rsbuild/plugin-solid": "^1.0.5",
"@tailwindcss/postcss": "^4.1.4",
"cross-env": "^7.0.3",
"daisyui": "^5.0.27",
"tailwindcss": "^4.1.4",
"typescript": "^5.8.2"
}
}