-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.29 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.29 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
{
"name": "narrative-interface-system",
"description": "Narrative Interface System – a high-signal personal landing page unifying narrative, SEO, and content modeling.",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint \"src/**/*.{ts,tsx}\"",
"format": "prettier --write \"src/**/*.{ts,tsx,css,md}\"",
"test": "vitest",
"test:watch": "vitest --watch",
"agent:build": "node agent/scripts/buildCheckpointPayload.mjs",
"agent:cp2": "node agent/scripts/runCheckpoint2.mjs"
},
"dependencies": {
"contentful": "^11.9.0",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@types/node": "^24.10.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@typescript-eslint/eslint-plugin": "^8.47.0",
"@typescript-eslint/parser": "^8.47.0",
"@vitejs/plugin-react": "^5.1.0",
"@vitest/ui": "^4.0.13",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"happy-dom": "^20.0.10",
"jsdom": "^27.0.1",
"prettier": "^3.6.2",
"typescript": "~5.9.3",
"vite": "^7.2.2",
"vitest": "^4.0.13"
}
}