-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
71 lines (71 loc) · 2.1 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": "youdao-dict",
"version": "3.3.1",
"description": "可记录、导出查询历史的有道词典划词扩展",
"scripts": {
"test": "jest",
"dev": "cross-env DEBUG=true webpack --mode=development --config=build/webpack.base.js --watch",
"build": "rimraf ./dist/js & webpack --mode=production --config=build/webpack.base.js && npm run css",
"css": "rimraf ./dist/style && gulp css",
"css:watch": "rimraf ./dist/style && gulp watch",
"release": "npm run build && gulp release",
"test-page": "npx http-server ./test -o"
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/material": "^5.4.0",
"localforage": "^1.10.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.1"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/plugin-transform-react-jsx": "^7.22.3",
"@babel/preset-env": "^7.22.4",
"@babel/preset-typescript": "^7.21.5",
"@types/chrome": "^0.0.237",
"@types/jest": "^29.5.1",
"cross-env": "^7.0.3",
"cross-fetch": "^3.1.6",
"css-loader": "^6.8.1",
"del": "^7.0.0",
"esbuild-loader": "^3.0.1",
"eslint": "^8.41.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-import": "^2.27.5",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-header": "^2.0.9",
"gulp-less": "^5.0.0",
"gulp-zip": "^5.1.0",
"jest": "^29.5.0",
"less": "^4.1.3",
"less-loader": "^11.1.1",
"rimraf": "^5.0.1",
"style-loader": "^3.3.3",
"ts-loader": "^9.4.3",
"typescript": "^5.0.4",
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/g8up/youDaoDict.git"
},
"keywords": [
"有道词典划词扩展"
],
"author": "g8up",
"license": "ISC",
"bugs": {
"url": "https://github.com/g8up/youDaoDict/issues"
},
"homepage": "https://github.com/g8up/youDaoDict",
"private": true
}