-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 784 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 784 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
{
"name": "1panel-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build --base=./",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"animate.css": "^4.1.1",
"astro": "^4.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.0.0"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.10",
"@iconify-json/codicon": "^1.2.24",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/tabler": "^1.2.19",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"astro-icon": "^1.1.5",
"typescript": "^5.0.0"
}
}