-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
{
"name": "vue-tile-panels",
"version": "0.0.1alpha",
"description": "Vue2 Component for tilable and resizable panels",
"author": "Jonatan Zint <[email protected]>",
"main": "dist/vue2-tile-panels.js",
"jsnext:main": "src/index.js",
"scripts": {
"build": "rm -rf dist && NODE_ENV=production webpack && webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/l0rn/vue-tile-panels.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/l0rn/vue-tile-panels/issues"
},
"homepage": "https://github.com/mauricius/vue-draggable-resizable",
"keywords": [
"vue",
"component",
"resizable",
"tiles",
"tiling"
],
"peerDependencies": {
"vue": "^2.3.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"pug-html-loader": "^1.1.5",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"uglifyjs-webpack-plugin": "^1.1.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.5.1"
}
}