-
Notifications
You must be signed in to change notification settings - Fork 109
/
Copy pathpackage.json
38 lines (38 loc) · 983 Bytes
/
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
{
"name": "vue-js-grid",
"description": "Vue.js responsive grid plugin",
"version": "1.0.1",
"author": "euvl <yev.vlasenko@gmail.com>",
"private": false,
"scripts": {
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/euvl/vue-js-grid.git"
},
"bugs": {
"url": "https://github.com/euvl/vue-js-grid/issues"
},
"keywords": [
"vue"
],
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-latest": "^6.0.0",
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"node-sass": "^4.5.0",
"sass-loader": "^5.0.1",
"uglifyjs-webpack-plugin": "^0.4.6",
"vue": "^2.0.0",
"vue-loader": "^11.1.4",
"vue-template-compiler": "^2.0.0",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0"
}
}