-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.35 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
{
"name": "vue-minority",
"version": "0.0.1",
"description": "vue minority components",
"main": "index.js",
"scripts": {
"bootstrap": "yarn || npm i",
"create": "node script/create-component.js",
"lint": "eslint src examples build script styles --ext .js,.vue",
"dev": "webpack-dev-server --config build/webpack.dev.js"
},
"repository": "git+https://github.com/we-lai/vue-minority.git",
"keywords": [
"vue",
"components",
"minority"
],
"author": "Cheng007 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/we-lai/vue-minority/issues"
},
"homepage": "https://github.com/we-lai/vue-minority#readme",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"@tianyong90/vue-markdown-loader": "^0.1.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"eslint": "^6.3.0",
"eslint-plugin-vue": "^5.2.3",
"gh-pages": "^2.1.1",
"handlebars": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.1",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0"
}
}