-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.58 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
52
53
54
55
56
57
58
59
60
61
62
{
"name": "vue-layout-grid",
"version": "0.0.2",
"description": "layout gridster with vue",
"main": "dist/LayoutGrid.min.js",
"scripts": {
"build": "cd scripts && build.sh",
"lint": "./node_modules/.bin/eslint --ext .js,.vue src --fix"
},
"repository": {
"type": "git",
"url": "git://github.com/GopherJ/LayoutGrid.git"
},
"files": [
"dist/",
"src/"
],
"author": "GopherJ",
"license": "MIT",
"keywords": [
"vue",
"buefy"
],
"dependencies": {
"buefy": "^0.6.3",
"lodash": "^4.17.5",
"uuid": "^3.2.1",
"vue": "^2.5.13",
"vue-grid-layout": "^2.1.12",
"vuex": "^3.0.1"
},
"devDependencies": {
"autoprefixer": "^8.2.0",
"babel-core": "^6.24.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^6.4.0",
"babel-plugin-dynamic-import-webpack": "^1.0.2",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.27.3",
"cssnano": "^3.10.0",
"eslint": "^4.19.0",
"eslint-config-airbnb-base": "^11.3.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-vue": "^4.0.0",
"file-loader": "^1.1.11",
"node-sass": "^4.7.2",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.3",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"url-loader": "^1.0.1",
"vue-html-loader": "~1.x",
"vue-loader": "^11.1.4",
"vue-style-loader": "^2.0.2",
"vue-template-compiler": "^2.2.3",
"webpack": "^2.7.0"
}
}