-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.1 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.1 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
44
45
46
47
{
"name": "codextreme-web",
"private": true,
"type": "module",
"version": "0.0.2",
"license": "MIT",
"packageManager": "pnpm@10.33.0",
"engines": {
"node": ">=18.20.8",
"pnpm": ">=8.0.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"start": "astro dev",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/react": "^5.0.0",
"@astrojs/sitemap": "^3.7.1",
"@heroicons/react": "^2.2.0",
"@nanostores/react": "^1.1.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^6.0.8",
"nanostores": "^1.2.0",
"prismjs": "1.30.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.2",
"tailwindcss": "^4.2.2"
},
"pnpm": {
"overrides": {
"path-to-regexp": ">=8.3.0",
"esbuild": ">=0.27.4",
"devalue": ">=5.6.4",
"h3": "^1.15.10",
"minimatch": ">=10.2.4",
"picomatch@^2.0.0": "2.3.2",
"picomatch@^4.0.0": "4.0.4",
"yaml@^2.0.0": "2.8.3"
}
}
}