-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.41 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
{
"name": "bookmark",
"version": "1.0.0",
"description": "全新2.0",
"main": "src/index.ts",
"scripts": {
"dev": "npx webpack-dev-server --inline --progress",
"build": "npx cross-env NODE_ENV=production webpack",
"build.dev": "npx cross-env NODE_ENV=development webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhmhbest/LocalBookmark.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhmhbest/LocalBookmark/issues"
},
"homepage": "https://github.com/zhmhbest/LocalBookmark#readme",
"devDependencies": {
"copy-webpack-plugin": "^6.3.2",
"cross-env": "^7.0.3",
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"json5-loader": "^4.0.1",
"less": "^3.13.1",
"less-loader": "^7.2.0",
"mini-css-extract-plugin": "^1.3.1",
"open-browser-webpack-plugin": "0.0.5",
"sass": "npm:dart-sass@^1.25.0",
"sass-loader": "^10.1.0",
"ts-loader": "^8.0.11",
"typescript": "^4.1.2",
"url-loader": "^4.1.1",
"vue-loader": "^15.9.5",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"ant-design-vue": "^1.7.2",
"axios": "^0.21.0",
"echarts": "^5.0.0",
"vue": "^2.6.12",
"vue-router": "^3.4.9",
"vuex": "^3.5.1"
}
}