-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.72 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
{
"name": "pl-mobile",
"version": "1.3.12",
"description": "a mobile component library for Vue.js.",
"main": "lib/index.js",
"keywords": [
"vue",
"components",
"frontend",
"ui"
],
"author": {
"name": "flicat",
"email": "[email protected]",
"url": "https://github.com/flicat"
},
"scripts": {
"start": "npm run build & npm run build:docs",
"dev": "vue-cli-service serve",
"build": "node build/build.js",
"build:docs": "vue-cli-service build"
},
"repository": {
"type": "git",
"url": "[email protected]:flicat/pl-mobile.git"
},
"homepage": "https://flicat.github.io/pl-mobile/",
"license": "MIT",
"bugs": {
"url": "https://github.com/flicat/pl-mobile/issues"
},
"devDependencies": {
"async-validator": "^3.5.2",
"qrious": "^4.0.2",
"vue": "^2.6.10",
"@vue/cli-plugin-babel": "^3.1.1",
"@vue/cli-plugin-eslint": "^3.1.1",
"@vue/cli-service": "^3.1.1",
"@vue/eslint-config-standard": "^4.0.0",
"ali-oss": "^6.1.1",
"babel-eslint": "^10.0.1",
"chalk": "^2.4.2",
"core-js": "^2.6.5",
"css-loader": "^3.2.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"github-markdown-css": "^3.0.1",
"highlight.js": "^9.16.2",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"markdown-it": "^10.0.0",
"mini-css-extract-plugin": "^0.8.0",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"ora": "^3.4.0",
"rimraf": "^3.0.0",
"vue-loader": "15.7.1",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.1.1",
"ware-loader": "^0.2.4",
"webpack": "4.39.3",
"webpack-bundle-analyzer": "^3.4.1",
"whatwg-fetch": "^3.4.0"
},
"files": [
"lib"
]
}