-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.37 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
{
"name": "vue-coe-validator",
"version": "0.4.3",
"description": "validator",
"readmeFilename": "README.md",
"keywords": [
"validator",
"validations",
"validators",
"validate",
"input",
"form"
],
"cdn": "dist/vue-coe-validator.js",
"main": "dist/vue-coe-validator.cjs.js",
"unpkg": "dist/vue-coe-validator.js",
"module": "dist/vue-coe-validator.es.js",
"jsdelivr": "dist/vue-coe-validator.js",
"umd:main": "dist/vue-coe-validator.js",
"author": {
"name": "Vinicius Azevedo",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/viniazvd/vue-coe-validator"
},
"license": "MIT",
"scripts": {
"test": "jest",
"build": "bili",
"postbuild": "poi",
"serve": "yarn build && poi --serve examples/main.js"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.25",
"babel-jest": "^23.6.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.3.13",
"bili": "^3.1.2",
"jest": "^23.6.0",
"node-sass": "^4.13.0",
"poi": "^12.1.6",
"rollup-plugin-uglify": "^6.0.0",
"rollup-plugin-vue": "^4.3.2",
"sass-loader": "^8.0.0",
"vue": "^2.5.17",
"vue-coe-validator": "^0.4.2",
"vue-jest": "^3.0.0",
"vue-template-compiler": "^2.5.17"
}
}