forked from kacky-code/kacky-eventpage-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.07 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"homepage": "https://kacky.gg",
"name": "kacky-eventpage-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/montserrat": "^5.0.18",
"@fontsource/outfit": "^5.0.13",
"@hookform/resolvers": "^3.6.0",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query-devtools": "^5.40.1",
"@tanstack/react-table": "^8.17.3",
"@tanstack/react-virtual": "^3.5.1",
"apexcharts": "^3.49.1",
"framer-motion": "^11.2.10",
"luxon": "^3.4.4",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.5",
"react-icons": "^5.2.1",
"react-router-dom": "^6.23.1",
"universal-cookie": "^7.1.4",
"zod": "^3.23.8"
},
"scripts": {
"start": "vite",
"build": "vite build",
"lint": "eslint .",
"prettier": "prettier . --write",
"prettier-check": "prettier . --check",
"serve": "vite preview",
"dev": "vite build --outDir build",
"deploy": "vite build --outDir live"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@vitejs/plugin-react": "^4.3.0",
"dompurify": "^3.1.5",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.13",
"vite-tsconfig-paths": "^4.3.2"
}
}