-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.5 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "smx-config-web",
"version": "0.1.0",
"description": "A template for HTML and CSS",
"type": "module",
"main": "index.html",
"scripts": {
"start": "vite",
"build": "vite build",
"format": "biome format --write sdk ui",
"lint": "biome check sdk ui",
"lint:ci": "biome ci sdk ui",
"preview": "vite preview",
"test": "vitest",
"typecheck": "tsc"
},
"keywords": [
"html",
"css"
],
"author": "Noah Manneschmidt <noah@manneschmidt.net>",
"license": "MIT",
"dependencies": {
"@mantine/core": "^9.0.0-alpha.3",
"@mantine/hooks": "^9.0.0-alpha.3",
"@mantine/modals": "^9.0.0-alpha.3",
"@mantine/notifications": "^9.0.0-alpha.3",
"@nmann/struct-buffer": "^6.1.1",
"@tabler/icons-react": "^3.40.0",
"baconjs": "patch:baconjs@npm%3A3.0.17#~/.yarn/patches/baconjs-npm-3.0.17-1a95474784.patch",
"classnames": "^2.5.1",
"jotai": "^2.18.0",
"jotai-family": "^1.0.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-error-boundary": "^6.1.1"
},
"devDependencies": {
"@biomejs/biome": "2.5.4",
"@types/node": "^24.0.0",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@types/w3c-web-hid": "^1.0.7",
"@vitejs/plugin-react": "^6.0.1",
"postcss": "^8.5.8",
"postcss-load-config": "^6.0.1",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.9.3",
"vite": "^8.0.1",
"vitest": "^4.1.0"
},
"packageManager": "yarn@4.17.1"
}