forked from PoolC/Haribo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.18 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.18 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
{
"name": "dialga",
"packageManager": "yarn@4.9.2",
"workspaces": [
"extensions/*",
"packages/*",
"websites/*"
],
"scripts": {
"dev": "vite start",
"build": "vite build",
"check:type": "tsc",
"check:type:watch": "yarn check:type --watch",
"lint": "eslint . && prettier . --check --ignore-path .gitignore",
"format": "eslint . --fix && prettier . --write --ignore-path .gitignore"
},
"dependencies": {
"@ant-design/icons": "^5.2.5",
"@emotion/react": "^11",
"@emotion/styled": "^11.11.0",
"@mantine/form": "^6.0.19",
"@tanstack/react-query": "^5.17.0",
"antd": "^5.7.3",
"antd-style": "^3.6.1",
"axios": "^0.21.2",
"codemirror": "^5.65.15",
"dayjs": "^1.11.9",
"form-data": "^4.0.0",
"markdown-it": "^14.1.0",
"qs": "^6.9.7",
"react": "^18.3.1",
"react-activity-calendar": "^2.0.2",
"react-big-calendar": "^1.8.5",
"react-dom": "^18.3.1",
"react-redux": "^7.2.2",
"react-router": "^5.3.3",
"react-router-dom": "^5.3.3",
"react-topbar-progress-indicator": "^4.1.1",
"redux": "^4.2.1",
"redux-actions": "^2.6.5",
"redux-devtools-extension": "^2.13.8",
"redux-saga": "^1.1.3",
"ts-pattern": "^4.3.0",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/markdown-it": "^13.0.7",
"@types/node": "^18.15.3",
"@types/qs": "^6.9.7",
"@types/react": "^18.2.46",
"@types/react-big-calendar": "^1.8.7",
"@types/react-dom": "^18.2.18",
"@types/react-redux": "^7.1.25",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/redux-actions": "^2.6.5",
"@types/redux-devtools-extension": "^2.13.2",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitejs/plugin-react": "^4.0.4",
"concurrently": "^8.2.1",
"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-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"openapi-typescript-codegen": "^0.28.0",
"typescript": "^5.3.3",
"vite": "^5.2.7"
}
}