-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.72 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-container-component",
"version": "1.1.12",
"description": "A simple container component inspired on Bootstrap container",
"main": "dist/index.js",
"engines": {
"node": "> 4",
"npm": "> 3"
},
"scripts": {
"storybook": "start-storybook -p 9001 -c .storybook",
"build:ssr":
"webpack --config ./webpack.config.js --progress --hide-modules",
"build:umd":
"webpack --config ./webpack.umd.config.js --progress --hide-modules",
"build": "npm run build:ssr && npm run build:umd"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kavalcante/vue-container.git"
},
"keywords": [
"vue",
"component",
"container",
"bootstrap"
],
"author": "João Cavalcante <[email protected]>",
"license": "MIT",
"eslintIgnore": [
"node_modules",
"coverage",
"dist"
],
"bugs": {
"url": "https://github.com/kavalcante/vue-container/issues"
},
"homepage": "https://github.com/kavalcante/vue-container#readme",
"devDependencies": {
"@storybook/vue": "3.2.15",
"babel-core": "6.26.0",
"babel-eslint": "^8.0.2",
"babel-loader": "7.1.2",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.6.0",
"css-loader": "0.28.7",
"diffable-html": "2.1.0",
"eslint": "^4.11.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-vue": "^3.14.0",
"husky": "0.14.3",
"vue": "2.5.2",
"vue-loader": "13.3.0",
"vue-template-compiler": "2.5.2",
"vue-template-es2015-compiler": "1.6.0",
"webpack": "3.7.1",
"webpack-merge": "4.1.0"
}
}