-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.58 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
{
"name": "nfi-engine",
"version": "0.0.0",
"private": true,
"description": "Local one-line operator bootstrap wrappers for NFI Engine.",
"scripts": {
"frontend:build": "vite build --config frontend/vite.config.ts",
"frontend:dev": "vite --config frontend/vite.config.ts",
"frontend:doctor": "react-doctor",
"frontend:scan": "react-scan",
"frontend:typecheck": "tsc -p frontend/tsconfig.json --noEmit",
"nfi:browser-qa:deps": "bash scripts/browser_qa_deps.sh",
"nfi:browser-qa": "node scripts/browser_qa_t10.mjs",
"nfi:browser-qa:wp8-3": "node scripts/browser_qa_t24_data_lifecycle.mjs",
"nfi:browser-qa:wp9": "node scripts/browser_qa_t25_visual_i18n.mjs",
"nfi:install": "bash scripts/install.sh --yes --paper --testnet",
"nfi:install:dry-run": "bash scripts/install.sh --yes --paper --testnet --dry-run",
"nfi:uninstall": "bash scripts/uninstall.sh --yes",
"nfi:uninstall:dry-run": "bash scripts/uninstall.sh --yes --dry-run",
"nfi:uninstall:purge:dry-run": "bash scripts/uninstall.sh --purge --yes --dry-run",
"nfi:pi4:rc-check": "bash scripts/pi4_rc_profile.sh"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"playwright-core": "1.60.0",
"react-doctor": "^0.5.8",
"react-grab": "^0.1.47",
"react-scan": "^0.5.7",
"tailwindcss": "^4.3.1",
"typescript": "^6.0.3",
"vite": "^8.1.0"
},
"dependencies": {
"lucide-react": "^1.22.0",
"react": "^19.2.7",
"react-dom": "^19.2.7"
}
}