-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 940 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 940 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
35
36
37
38
{
"name": "uk-spring-statement-2026",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PolicyEngine/uk-spring-statement-2026.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PolicyEngine/uk-spring-statement-2026/issues"
},
"homepage": "https://github.com/PolicyEngine/uk-spring-statement-2026#readme",
"dependencies": {
"d3": "^7.9.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-is": "^19.2.4",
"recharts": "^3.7.0"
},
"devDependencies": {
"@policyengine/design-system": "^0.3.0",
"@types/node": "25.3.3",
"@types/react": "19.2.14",
"autoprefixer": "^10.4.27",
"next": "^14.2",
"postcss": "^8.5.8",
"tailwindcss": "^3.4",
"typescript": "5.9.3"
}
}