11{
2- "name" : " welearn_helper" ,
3- "version" : " 1.0.1 " ,
4- "author" : " SSmJaE" ,
5- "license" : " GPL-3.0" ,
6- "private" : true ,
7- "type" : " module" ,
8- "scripts" : {
9- "dev" : " vite --config ./build/vite.userscript.ts" ,
10- "build:js" : " tsc && vite build --config ./build/vite.userscript.ts" ,
11- "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" ,
12- "preview" : " vite preview"
13- },
14- "dependencies" : {
15- "@emotion/react" : " ^11.10.6" ,
16- "@emotion/styled" : " ^11.10.6" ,
17- "@floating-ui/react" : " ^0.20.1" ,
18- "@react-spring/web" : " ^9.7.1" ,
19- "ahooks" : " ^3.7.5" ,
20- "lodash" : " ^4.17.21" ,
21- "query-string" : " ^8.1.0" ,
22- "react" : " ^18.2.0" ,
23- "react-dom" : " ^18.2.0" ,
24- "react-draggable" : " ^4.4.5" ,
25- "react-error-boundary" : " ^3.1.4" ,
26- "simplebar-react" : " ^3.2.1" ,
27- "valtio" : " ^1.10.3"
28- },
29- "devDependencies" : {
30- "@types/chrome" : " ^0.0.222" ,
31- "@types/lodash" : " ^4.14.191" ,
32- "@types/node" : " ^18.15.1" ,
33- "@types/react" : " ^18.0.28" ,
34- "@types/react-dom" : " ^18.0.11" ,
35- "@vitejs/plugin-react" : " ^3.1.0" ,
36- "dotenv" : " ^16.0.3" ,
37- "rollup-plugin-visualizer" : " ^5.9.0" ,
38- "typescript" : " ^4.9.5" ,
39- "vite" : " ^4.1.4" ,
40- "vite-plugin-monkey" : " ^2.12.1"
41- }
2+ "name" : " welearn_helper" ,
3+ "version" : " 1.1.0 " ,
4+ "author" : " SSmJaE" ,
5+ "license" : " GPL-3.0" ,
6+ "private" : true ,
7+ "type" : " module" ,
8+ "scripts" : {
9+ "dev" : " vite --config ./build/vite.userscript.ts" ,
10+ "build:js" : " tsc && vite build --config ./build/vite.userscript.ts" ,
11+ "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" ,
12+ "preview" : " vite preview"
13+ },
14+ "dependencies" : {
15+ "@emotion/react" : " ^11.10.6" ,
16+ "@emotion/styled" : " ^11.10.6" ,
17+ "@floating-ui/react" : " ^0.20.1" ,
18+ "@react-spring/web" : " ^9.7.1" ,
19+ "ahooks" : " ^3.7.5" ,
20+ "lodash" : " ^4.17.21" ,
21+ "query-string" : " ^8.1.0" ,
22+ "react" : " ^18.2.0" ,
23+ "react-dom" : " ^18.2.0" ,
24+ "react-draggable" : " ^4.4.5" ,
25+ "react-error-boundary" : " ^3.1.4" ,
26+ "simplebar-react" : " ^3.2.1" ,
27+ "valtio" : " ^1.10.3"
28+ },
29+ "devDependencies" : {
30+ "@types/chrome" : " ^0.0.222" ,
31+ "@types/lodash" : " ^4.14.191" ,
32+ "@types/node" : " ^18.15.1" ,
33+ "@types/react" : " ^18.0.28" ,
34+ "@types/react-dom" : " ^18.0.11" ,
35+ "@vitejs/plugin-react" : " ^3.1.0" ,
36+ "dotenv" : " ^16.0.3" ,
37+ "rollup-plugin-visualizer" : " ^5.9.0" ,
38+ "typescript" : " ^4.9.5" ,
39+ "vite" : " ^4.1.4" ,
40+ "vite-plugin-monkey" : " ^2.12.1"
41+ }
4242}
0 commit comments