-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
53 lines (53 loc) · 1.5 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
{
"name": "make-zero",
"version": "1.7.1",
"description": "Encrypt & decrypt your texts in any site. / 文字加密、解密工具",
"directories": {
"lib": "lib"
},
"homepage": "https://github.com/sheepzh/make-zero",
"scripts": {
"dev": "webpack --mode=development --config=webpack/webpack.dev.ts --watch",
"build": "webpack --mode=production --config=webpack/webpack.prod.ts",
"test": "jest",
"test-c": "jest --coverage"
},
"keywords": [],
"author": "zhy",
"license": "MIT",
"devDependencies": {
"@jest/types": "^27.0.2",
"@types/chrome": "0.0.193",
"@types/copy-webpack-plugin": "^8.0.0",
"@types/echarts": "^4.9.8",
"@types/generate-json-webpack-plugin": "^0.3.3",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.2",
"@types/webpack": "^5.28.0",
"babel-loader": "^8.2.2",
"babel-plugin-component": "^1.1.1",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
"eslint": "^7.28.0",
"filemanager-webpack-plugin": "^5.0.0",
"generate-json-webpack-plugin": "^2.0.0",
"jest": "^27.0.4",
"node-sass": "^6.0.0",
"sass-loader": "^12.1.0",
"style-loader": "^2.0.0",
"ts-jest": "^27.0.3",
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",
"tslib": "^2.3.0",
"typescript": "^4.3.2",
"url-loader": "^4.1.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"clipboardy": "^3.0.0",
"element-plus": "*",
"vue": "^3.0.11",
"vue-router": "^4.0.8"
}
}