-
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) · 832 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 832 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": "accuratelinuxgraphs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/cloudflare": "^12.6.12",
"@astrojs/react": "^4.4.2",
"@tailwindcss/vite": "^4.1.2",
"@types/node": "^22.15.3",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"astro": "^5.17.1",
"fuse.js": "^7.1.0",
"graphology": "^0.26.0",
"graphology-gexf": "^0.13.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"sharp": "^0.34.3",
"tailwindcss": "^4.1.2"
},
"devDependencies": {
"@types/sharp": "^0.31.1",
"prettier": "3.5.3",
"prettier-plugin-astro": "0.14.1",
"wrangler": "^4.45.3"
}
}