-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 KB
/
package.json
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
{
"name": "circuit-animations",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "rsbuild build",
"check": "biome check --write",
"dev": "rsbuild dev --open",
"format": "biome format ./src",
"format:fix": "biome format --write ./src",
"preview": "rsbuild preview",
"lint": "biome lint ./src",
"lint:fix": "biome lint --write ./src",
"typecheck": "tsc --noEmit",
"test": "jest"
},
"resolutions": {
"jsdom": "^25.0.0",
"test-exclude": "^7.0.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@rsbuild/core": "^1.1.8",
"@swc/core": "^1.10.7",
"@swc/jest": "^0.2.37",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^25.0.0",
"test-exclude": "^7.0.1",
"typescript": "^5.7.2"
},
"dependencies": {
"pixi.js": "^8.6.6",
"uuid": "^11.0.5"
},
"engines": {
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": ">= 9.0.0"
},
"packageManager": "[email protected]+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab"
}