-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.75 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": "@kmdtmyk/vue-fields",
"version": "0.2.7",
"description": "Input components for vue.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --formats umd-min --name index ./src/index.js",
"build:report": "npm run build -- --report",
"test": "vue-cli-service test:unit",
"storybook": "start-storybook -p 6006 --ci",
"build-storybook": "build-storybook --output-dir docs",
"prepare": "npm run build"
},
"main": "./dist/index.umd.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kmdtmyk/vue-fields.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/kmdtmyk/vue-fields/issues"
},
"homepage": "https://github.com/kmdtmyk/vue-fields#readme",
"devDependencies": {
"@kmdtmyk/midnight": "^0.3.3",
"@storybook/addon-actions": "^5.3.21",
"@storybook/addon-knobs": "^5.3.21",
"@storybook/addon-links": "^5.3.21",
"@storybook/addon-storysource": "^5.3.21",
"@storybook/addons": "^5.3.21",
"@storybook/source-loader": "^5.3.21",
"@storybook/vue": "^5.3.21",
"@vue/cli-plugin-babel": "^4.3.1",
"@vue/cli-plugin-unit-jest": "^4.3.1",
"@vue/cli-service": "^4.3.1",
"@vue/test-utils": "^1.2.2",
"babel-preset-vue": "^2.0.2",
"big.js": "^5.2.2",
"core-js": "^3.6.4",
"dateformat": "^3.0.3",
"node-sass": "^4.14.1",
"pug": "^3.0.1",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^8.0.2",
"storybook-addon-vue-info": "^1.4.2",
"vue": "^2.6.14",
"vue-template-compiler": "^2.6.14"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"files": [
"dist/*.js",
"dist/*.js.map"
],
"keywords": [
"vue"
]
}