-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.24 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.24 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
{
"name": "isopixel",
"private": false,
"version": "0.0.0",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/types/lib.d.ts",
"exports": {
".": {
"types": "./dist/types/lib.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "vitest",
"test:run": "vitest run"
},
"dependencies": {
"@thisbeyond/solid-dnd": "^0.7.5",
"jsondiffpatch": "^0.7.3",
"solid-color": "^0.0.9",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.9"
},
"devDependencies": {
"@types/node": "^24.6.0",
"@webgpu/types": "^0.1.66",
"baseline-browser-mapping": "^2.9.15",
"jsdom": "^29.0.2",
"typescript": "~5.9.3",
"vite": "npm:rolldown-vite@7.1.14",
"vite-plugin-solid": "^2.11.8",
"vitest": "^4.1.4"
},
"peerDependencies": {
"solid-js": "^1.9.9"
},
"overrides": {
"vite": "npm:rolldown-vite@7.1.14"
},
"engines": {
"node": ">=20 <21"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}