-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.39 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
{
"name": "mafioso",
"version": "4.5.1",
"type": "module",
"description": "A visualizer for kolmafia logs for the game Kingdom of Loathing.",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"format": "prettier --write .",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@testing-library/jest-dom": "^6.1.4",
"base-64": "^1.0.0",
"chart.js": "^4.4.0",
"mobx": "^6.10.2",
"mobx-react": "^9.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropdown-date": "^2.2.4",
"react-helmet-async": "^1.3.0",
"react-router-dom": "^6.16.0",
"tinygradient": "^1.1.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/base-64": "^1.0.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-helmet": "^6.1.7",
"@types/uuid": "^9.0.5",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"aah-util-css": "^0.5.3",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"happy-dom": "^12.9.1",
"prettier": "^3.0.3",
"sass": "^1.26.10",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vitest": "^0.34.6"
}
}