-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.98 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
{
"name": "guohub8080",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"eslintConfig": {
"rules": {
"no-mixed-spaces-and-tabs": 0
}
},
"dependencies": {
"@ahooksjs/use-url-state": "^3.5.1",
"@emotion/react": "^11.11.4",
"@midival/core": "^0.1.7",
"@types/lodash": "^4.14.202",
"ahooks": "^3.7.8",
"antd": "^5.11.4",
"axios": "^1.6.2",
"base64-arraybuffer": "^1.0.2",
"chroma-js": "^2.4.2",
"collect.js": "^4.36.1",
"computed-style-to-inline-style": "^4.0.0",
"copy-html-to-clipboard": "^4.0.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.10",
"immer": "^10.0.3",
"jzz": "^1.8.0",
"keyboardjs": "^2.7.0",
"lodash": "^4.17.21",
"pnpm": "^8.15.4",
"ramda": "^0.29.1",
"re-resizable": "^6.9.11",
"react": "^18.2.0",
"react-async": "^10.0.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-icons": "^4.12.0",
"react-image-size": "^2.3.2",
"react-rnd": "^10.4.1",
"react-router-dom": "^6.17.0",
"react-type-animation": "^3.2.0",
"react-use": "^17.4.0",
"use-url-search-params": "^2.5.1",
"usehooks-ts": "^2.14.0",
"webmidi": "^3.1.8",
"zustand": "^4.4.6"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@rollup/plugin-terser": "^0.4.4",
"@types/node": "^20.11.27",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"jsx-runtime": "link:@emotion/react/jsx-runtime",
"typescript": "^5.2.2",
"vite": "^5.1.6"
}
}