-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.21 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
{
"name": "vue-magic-line",
"description": "A tabs-component for Vue.",
"keywords": [
"vue",
"vuejs",
"vue-tabs",
"tabpanel",
"tabs",
"tab",
"component",
"tabs-component"
],
"version": "0.2.2",
"author": "cafe-serendipity <cafe.serendipity21@gmail.com>",
"license": "MIT",
"main": "dist/vue-magic-line.js",
"scripts": {
"watch": "webpack --watch --progress --hide-modules",
"build": "webpack --progress --hide-modules"
},
"repository": {
"type": "git",
"url": "https://github.com/piccard21/vue-magic-line"
},
"homepage": "https://piccard21.github.io/vue-magic-line",
"dependencies": {
"vue": "^2.6.6"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.5",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-3": "^6.24.1",
"css-loader": "^0.28.7",
"lodash": "^4.17.11",
"lodash-webpack-plugin": "^0.11.5",
"node-sass": "^4.11.0",
"sass-loader": "^6.0.6",
"vue-loader": "^13.7.3",
"vue-template-compiler": "^2.6.6",
"webpack": "^3.6.0",
"webpack-merge": "^4.2.1"
}
}