-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
54 lines (54 loc) · 1.56 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
46
47
48
49
50
51
52
53
54
{
"name": "yorick",
"version": "0.1.0",
"private": true,
"type": "module",
"packageManager": "yarn@4.5.3",
"dependencies": {
"@chakra-ui/react": "^3.1.2",
"@chakra-ui/system": "^2.6.2",
"@emotion/react": "^11.13.3",
"@eslint/compat": "^1.1.1",
"@vitejs/plugin-react": "^4.3.1",
"dataloader": "^2.2.2",
"eslint": "^9.9.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-libram": "^0.4.22",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-unused-imports": "^4.1.4",
"fft.js": "^4.0.4",
"globals": "^15.9.0",
"html-entities": "^2.5.2",
"kolmafia": "npm:tome-kolmafia-mock@5.28118.0",
"libram": "^0.9.32",
"lucide-react": "^0.460.0",
"next-themes": "^0.4.3",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-icons": "^5.3.0",
"react-router-dom": "^6.26.1",
"tome-kolmafia-lib": "^5.28276.0",
"tome-kolmafia-react": "^0.2.9",
"typescript": "^5.6.3",
"typescript-eslint": "^8.3.0",
"vite": "^5.4.2",
"vite-node": "^2.1.4"
},
"devDependencies": {
"@types/node": "^22.5.0",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"ts-morph": "^24.0.0"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"generate": "vite-node scripts/generateLocations.ts && prettier --write src/generated",
"lint": "eslint . && prettier --check .",
"lint:fix": "eslint --fix . && prettier --write ."
}
}