forked from SSmJaE/WELearnHelper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.56 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
{
"name": "welearn_helper",
"version": "1.0.5",
"author": "SSmJaE",
"license": "GPL-3.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --config ./build/vite.userscript.ts",
"build:js": "tsc && vite build --config ./build/vite.userscript.ts",
"build:crx": "tsc && vite build --config ./build/vite.extension.index.ts --emptyOutDir && vite build --config ./build/vite.extension.inject.ts && vite build --config ./build/vite.extension.content.ts && vite build --config ./build/vite.extension.background.ts",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@floating-ui/react": "^0.20.1",
"@icon-park/react": "^1.4.2",
"@react-spring/web": "^9.7.1",
"ahooks": "^3.7.6",
"lodash": "^4.17.21",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-error-boundary": "^3.1.4",
"react-rnd": "^10.4.1",
"simplebar-react": "^3.2.3",
"valtio": "^1.10.3"
},
"devDependencies": {
"@types/chrome": "^0.0.222",
"@types/lodash": "^4.14.192",
"@types/node": "^18.15.11",
"@types/react": "^18.0.31",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"dotenv": "^16.0.3",
"rollup-plugin-visualizer": "^5.9.0",
"typescript": "^4.9.5",
"vite": "^4.2.1",
"vite-plugin-monkey": "^2.12.1"
}
}