-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 1.97 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 1.97 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "chitter",
"version": "0.0.1",
"description": "Character Info Toolbox, Totally, Except React",
"private": true,
"author": "soolar",
"type": "module",
"packageManager": "yarn@4.5.1",
"dependencies": {
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/react": "^2.10.3",
"@chakra-ui/system": "^2.6.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@eslint/compat": "^1.2.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@vitejs/plugin-react": "^4.3.3",
"dataloader": "^2.2.2",
"eslint": "^9.13.0",
"eslint-plugin-libram": "^0.4.24",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"framer-motion": "^11.11.10",
"globals": "^15.11.0",
"html-entities": "^2.5.2",
"kolmafia": "npm:tome-kolmafia-mock@^5.28385.0",
"libram": "^0.10.9",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-router-dom": "^6.27.0",
"sass-embedded": "^1.80.4",
"tome-kolmafia-lib": "^5.28385.0",
"tome-kolmafia-react": "^0.2.9",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10"
},
"devDependencies": {
"@types/node": "^22.8.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1"
},
"prettier": {
"tabWidth": 2,
"useTabs": true,
"semi": false,
"singleQuote": true
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"buildlink": "tsc && vite build && ./rechitter.sh",
"preview": "vite preview",
"lint": "eslint . && prettier --check .",
"lint:fix": "eslint src --fix && prettier --check --write ."
},
"browserlist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://127.0.0.1:60080",
"homepage": "/chitter"
}