-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.57 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.57 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "intelligentspm",
"type": "module",
"version": "1.0.0",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "astro dev --port 4323",
"build": "astro build",
"preview": "astro preview",
"deploy": "astro build && wrangler pages deploy dist",
"test": "vitest run",
"test:watch": "vitest",
"build:askspm": "npm run build -w packages/askspm"
},
"dependencies": {
"@astrojs/cloudflare": "^13.1.7",
"@astrojs/react": "^5.0.0",
"@nanostores/react": "^1.1.0",
"@types/d3-force": "^3.0.10",
"astro": "^6.0.5",
"d3-array": "^3.2.4",
"d3-force": "^3.0.0",
"d3-format": "^3.1.2",
"d3-interpolate": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"marked": "^18.0.0",
"nanostores": "^1.2.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"stripe": "^22.0.0",
"tough-cookie": "^6.0.1",
"zod": "^3.25.76"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@cloudflare/workers-types": "^4.20260405.1",
"@tailwindcss/vite": "^4.2.2",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/d3-array": "^3.2.2",
"@types/d3-format": "^3.0.4",
"@types/d3-scale": "^4.0.9",
"@types/d3-shape": "^3.1.8",
"@types/node": "^25.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"jsdom": "^29.0.1",
"tailwindcss": "^4.2.2",
"typescript": "^5.8.3",
"vitest": "^4.1.2",
"wrangler": "^4.80.0"
}
}