-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.31 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
{
"name": "machina-canvas",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "vitest run",
"format": "biome format --write .",
"format:check": "biome format .",
"lint": "biome lint src test scripts docs",
"artifacts:tinytown": "vite-node scripts/run-generate-tinytown-sprite-artifacts.ts",
"artifacts:mechanical-354": "vite-node scripts/create-mechanical-exercise-354.ts",
"artifacts:mechanical-354-blockout": "vite-node scripts/create-mechanical-exercise-354-blockout.ts",
"artifacts:mechanical-m40c": "vite-node scripts/create-mechanical-exercise-m40c.ts",
"artifacts:guide-overlay": "vite-node scripts/create-guide-overlay-fixture.ts"
},
"dependencies": {
"machinalayout": "file:..",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"smol-toml": "^1.7.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.15",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.0.0",
"jsdom": "^29.1.1",
"typescript": "^5.6.3",
"vite": "^7.1.0",
"vite-node": "^2.1.8",
"vitest": "^2.1.8"
},
"license": "AGPL-3.0-or-later"
}