-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
75 lines (75 loc) · 2.26 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
74
75
{
"name": "oview",
"version": "1.1.9",
"description": "A UI Library Vue.js project by lucky_vue_template",
"main": "./dist/oview.min.js",
"scripts": {
"dev": "webpack-dev-server --open --config webpack.dev.config.js",
"build": " webpack --progress --hide-modules --config webpack.prod.config.js",
"demo": " webpack --progress --hide-modules --config webpack.demo.config.js",
"source": "npm config set registry https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MrGaoGang/oview.git"
},
"author": "mr.gao <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MrGaoGang/oview/issues"
},
"keywords": [
"oview",
"vue",
"vue.js",
"component",
"components",
"ui",
"framework"
],
"homepage": "https://github.com/MrGaoGang/oview#readme",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.3.4",
"babel": "^6.23.0",
"babel-loader": "^8.0.5",
"babel-plugin-import": "^1.11.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"clean-webpack-plugin": "^2.0.1",
"compression-webpack-plugin": "^2.0.0",
"cryptiles": ">=4.1.2",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"hoek": ">=4.2.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"less": "^2.7.1",
"less-loader": "^4.1.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"style-loader": "^0.13.1",
"uglifyjs-webpack-plugin": "^2.1.2",
"url-loader": "^1.1.2",
"vue": "^2.6.10",
"vue-hot-reload-api": "^2.3.3",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.2.1",
"vue-router": "^3.0.6"
},
"dependencies": {
"@antv/f2": "^3.3.9"
}
}