This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.59 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
{
"name": "utool-clipboard",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "export DEBUG=1 && vite",
"build": "tsc && vite build",
"build:debug": "export DEBUG=1 && npm run build",
"preview": "vite preview",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.13",
"ahooks": "^3.7.5",
"axios": "^1.3.4",
"clipboard-event": "^1.6.0",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.7",
"lodash-es": "^4.17.21",
"observe-element-in-viewport": "^0.0.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-photo-view": "^1.2.3",
"vconsole": "^3.15.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@types/crypto-js": "^4.1.1",
"@types/fs-extra": "^11.0.1",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.14",
"electron": "^23.1.4",
"fs-extra": "^11.1.0",
"husky": "^8.0.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"pretty-quick": "^3.1.3",
"rollup": "^3.20.2",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-visualizer": "^5.9.0",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.3",
"utools-api-types": "^3.0.0",
"vite": "^4.2.0"
}
}