-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.76 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
{
"name": "swecc-client",
"homepage": "https://CHANGE_ME.swecc.org",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "npx eslint ./src --fix",
"preview": "vite preview",
"spellcheck": "cspell"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@saas-ui/theme-glass": "^0.5.5",
"@supabase/supabase-js": "^2.39.8",
"axios": "^1.7.2",
"chakra-ui-markdown-renderer": "^4.1.0",
"cspell": "^8.13.2",
"formik": "^2.4.6",
"framer-motion": "^11.3.18",
"install": "^0.13.0",
"lucide-react": "^0.456.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-calendar": "^4.1.6",
"react-icons": "^5.2.1",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.22.3",
"use-debounce": "^10.0.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.8.0",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo-typescript": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"globals": "^15.9.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"prettier": "^2.8.7",
"typescript": "^5.4.4",
"typescript-eslint": "^7.18.0",
"vite": "^5.1.6"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5"
}
}