forked from visualbis/CodeGaze
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.83 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": "CodeGaze",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepare": "husky install",
"pre-commit": "lint-staged"
},
"dependencies": {
"@ant-design/icons": "^5.1.4",
"@codemirror/lang-json": "^6.0.1",
"@rematch/core": "^2.2.0",
"@rematch/persist": "^2.1.2",
"@supabase/auth-ui-react": "^0.4.2",
"@supabase/supabase-js": "^2.26.0",
"@tanstack/react-query": "^5.35.5",
"@types/antd": "^1.0.0",
"@uiw/codemirror-extensions-langs": "^4.21.4",
"@uiw/react-codemirror": "^4.21.4",
"@uiw/react-md-editor": "^3.23.3",
"antd": "^5.6.4",
"axios": "^1.4.0",
"dayjs": "^1.11.9",
"js-base64": "^3.7.7",
"jwt-decode": "^3.1.2",
"lodash.isequal": "^4.5.0",
"lodash.isequalwith": "^4.4.0",
"react": "^18.2.0",
"react-autosave": "^0.4.4",
"react-dom": "^18.2.0",
"react-redux": "^8.1.1",
"react-router": "^6.14.1",
"react-router-dom": "^6.14.1",
"react-toastify": "^9.1.3",
"split-pane-react": "^0.1.3",
"supabase": "^1.79.0",
"supabase-cli": "^0.0.21"
},
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/redux": "^3.6.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"husky": "^8.0.0",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"typescript": "^5.0.2",
"vite": "^4.3.9"
}
}