-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "vue-grid-layout-sample-v2",
"version": "2.0.0",
"description": "A vue-grid-layout v2 usage sample.",
"keywords": [
"grid",
"vuejs",
"drag",
"draggable",
"resize",
"resizable",
"fluid",
"responsive"
],
"main": "src/app.js",
"scripts": {
"dev": "webpack-dev-server --mode development --open --hot",
"build": "webpack --mode production --progress"
},
"repository": {
"type": "git",
"url": "https://github.com/jbaysolutions/vue-grid-layout-sample-v2.git"
},
"author": "Gustavo Santos (JBay Solutions) <[email protected]> (http://www.jbaysolutions.com)",
"dependencies": {
"vue-grid-layout": "^2.3.11"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"css-loader": "^3.0.0",
"file-loader": "^4.0.0",
"html-webpack-plugin": "^3.2.0",
"vue-loader": "^15.7.0",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2"
},
"license": "MIT"
}