-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "vue-tiny-tabs",
"version": "1.0.5",
"main": "src/plugin.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"author": "Vinoth",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"file-loader": "^1.1.5",
"node-sass": "^4.13.1",
"sass-loader": "^6.0.6",
"vue-loader": "^14.2.2",
"vue-template-compiler": "^2.5.9",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.6",
"webpack-dev-server": ">=3.1.11"
},
"dependencies": {
"vue": "^2.5.9",
"@htoniv/tiny-tabs": "^1.0.1"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"repository": {
"type": "git",
"url": "git://github.com/mevinoth/vue-tiny-tabs.git"
},
"description": "VueJs wrapper for tinytabs component"
}