-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 966 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 966 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
{
"name": "nuke",
"private": true,
"version": "0.1.0",
"type": "module",
"engines": {
"node": ">=20"
},
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"test": "vitest",
"test:run": "vitest run",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@fontsource/anton": "^5.3.0",
"@fontsource/bangers": "^5.3.0",
"@fontsource/bowlby-one": "^5.3.0",
"@fontsource/jetbrains-mono": "^5.3.0",
"@fontsource/patrick-hand": "^5.3.0",
"@fontsource/playfair-display": "^5.3.0",
"@fontsource/work-sans": "^5.3.0",
"@testing-library/jest-dom": "^6.4.0",
"@testing-library/react": "^14.2.0",
"@types/node": "^20.12.7",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.2.0",
"jsdom": "^24.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.4.5",
"vite": "^5.2.0",
"vitest": "^1.5.0"
}
}