-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.32 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
72
73
{
"name": "zdp-lib",
"version": "0.0.1",
"description": "",
"main": "lib/index.js",
"typings": "lib/types/index.d.ts",
"scripts": {
"dev": "webpack serve -c config/webpack.doc.dev.config.js --history-api-fallback",
"build:doc": "webpack --config config/webpack.doc.prod.config.js",
"build:lib": "webpack --config config/webpack.lib.config.js",
"build:ts": "webpack --config config/webpack.lib.ts.config.js",
"build:npm": "yarn build:lib && yarn build:ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Li-DaDa/zdp-lib.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Li-DaDa/zdp-lib/issues"
},
"homepage": "https://github.com/Li-DaDa/zdp-lib#readme",
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-proposal-class-properties": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@babel/runtime": "^7.16.5",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@vue/compiler-sfc": "^3.2.26",
"babel-loader": "^8.2.3",
"clipboard-copy": "^4.0.1",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.3.1",
"eslint": "^8.5.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-vue": "^8.2.0",
"eslint-webpack-plugin": "^3.1.1",
"highlight.js": "^11.3.1",
"html-webpack-plugin": "^5.5.0",
"markdown-it": "^12.3.0",
"markdown-it-anchor": "^8.4.1",
"markdown-it-chain": "^1.3.0",
"markdown-it-container": "^3.0.0",
"mini-css-extract-plugin": "^2.4.5",
"progress-bar-webpack-plugin": "^2.1.0",
"resolve-url-loader": "^4.0.0",
"sass": "^1.45.1",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"transliteration": "^2.2.0",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"unplugin-auto-import": "^0.5.5",
"unplugin-vue-components": "^0.17.11",
"vue-loader": "^17.0.0",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.1",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"element-plus": "^1.2.0-beta.6",
"nprogress": "^0.2.0",
"vue": "^3.2.26",
"vue-router": "^4.0.12"
}
}