-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.42 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
{
"name": "vue-bootstrap-grid",
"description": "Vuejs bootstrap 4 grid",
"author": "Andranik Hovesyan <andhovesyan@outlook.com>",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --inline --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"main": "dist/vue-bs-grid.js",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"bootstrap": "^4.0.0-alpha.5",
"cross-env": "^3.1.3",
"css-loader": "^0.26.1",
"eslint": "^3.12.2",
"eslint-config-vue": "^2.0.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^1.7.0",
"eslint-plugin-vue": "^1.0.0",
"file-loader": "^0.9.0",
"node-sass": "^4.1.1",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue": "^2.1.7",
"vue-loader": "^10.0.2",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "^2.1.7",
"webpack": "2.2.0-rc.2",
"webpack-dev-server": "^2.2.0-rc.0"
},
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Hovesyan/vue-bootstrap-grid.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/Hovesyan/vue-bootstrap-grid/issues"
},
"homepage": "https://github.com/Hovesyan/vue-bootstrap-grid#readme"
}