-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 764 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 764 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": "2-3-astro-react-ssg",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --port 3323",
"build": "astro build",
"preview": "astro preview --port 3323",
"astro": "astro",
"typecheck": "astro check"
},
"dependencies": {
"@astrojs/react": "^4.3.0",
"@mantine/core": "8.2.4",
"@mantine/hooks": "8.2.4",
"@tabler/icons-react": "3.17.0",
"@tailwindcss/vite": "^4.1.11",
"astro": "^5.12.9",
"mantine-react-table": "2.0.0-beta.8",
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"postcss": "^8.5.6",
"postcss-preset-mantine": "1.18.0",
"postcss-simple-vars": "^7.0.1",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7"
}
}