-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.14 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": "dnd-spell-organizer",
"license": "MIT",
"version": "0.5.8",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build-test": "tsc && vite build --mode staging",
"preview": "vite preview",
"format": "biome format --fix",
"format-check": "biome format",
"lint": "yarn format && biome lint --fix",
"lint-check": "biome lint",
"outdated": "yarn upgrade-interactive"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@rollbar/react": "^0.12.0-beta",
"ag-grid-community": "^33.0.1",
"ag-grid-react": "^33.0.1",
"path": "^0.12.7",
"react": "^19.0.0",
"react-bootstrap": "^2.10.6",
"react-dom": "^19.0.0",
"react-router": "^7.0.2",
"rollbar": "^2.26.4"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@swc/core": "1.10.1",
"@swc/helpers": "^0.5.15",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "^19.0.2",
"@types/react-router": "^5.1.20",
"@vitejs/plugin-react-swc": "^3.7.2",
"cypress": "^13.16.1",
"lightningcss": "^1.28.2",
"typescript": "^5.7.2",
"vite": "6.0.3"
},
"packageManager": "yarn@3.5.1"
}