-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 975 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
39
40
41
{
"name": "ic-flipbox",
"version": "0.0.3",
"description": "A flipabble element",
"author": "Walker Leite <walker@incuca.com.br>",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"lint": "eslint src",
"build": "vue build ./src/index.js --config ./build.config.js --dist ./dist/ --prod --lib",
"build:doc": "vue-styleguidist build",
"serve": "vue-styleguidist server"
},
"keywords": [
"vue",
"component"
],
"files": [
"dist/"
],
"dependencies": {
"babel-polyfill": "^6.26.0",
"vue": "^2.4.1"
},
"devDependencies": {
"babel-preset-env": "^1.6.1",
"eslint": "^3.17.1",
"eslint-plugin-vue": "beta",
"vue-cli": "^2.8.2",
"vue-styleguidist": "^1.2.5",
"vue-webpack-loaders": "^1.0.6",
"webpack": "^3.1.0"
},
"bit": {
"env": {
"compiler": "bit.envs/bundlers/vue@2.6.15"
},
"componentsDefaultDirectory": "components/{name}",
"packageManager": "npm"
}
}