-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.25 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
{
"name": "aflstats",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "netlify dev",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"extract": "ts-node --transpileOnly --esm scripts/strip-icons.ts"
},
"dependencies": {
"@mantine/core": "^7.6.2",
"@mantine/hooks": "^7.6.2",
"@netlify/functions": "^2.6.0",
"@tabler/icons-react": "^3.1.0",
"chart.js": "^4.4.2",
"htmlparser2": "^9.1.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.19.26",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"netlify-cli": "^17.19.6",
"postcss": "^8.4.37",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
"vite": "^5.2.1"
}
}