-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
67 lines (67 loc) · 2.02 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
63
64
65
66
67
{
"name": "@myena/advanced-select",
"version": "1.0.3",
"description": "Vue Advanced Select control used in ENA projects",
"author": "Andy Ghiuta <andy.ghiuta@gmail.com>",
"scripts": {
"serve": "vue-cli-service serve --host localhost",
"build": "node build.js",
"lint": "vue-cli-service lint",
"build:example": "vue-cli-service build --dest example",
"postversion": "git push && git push --tags && echo Run: \"npm publish\"",
"preversion": "npm run test:unit && npm run build && git add -A dist",
"test:unit": "vue-cli-service test:unit",
"test:unit-watch": "vue-cli-service test:unit --watch",
"test:ci": "vue-cli-service test:unit --ci --runInBand --reporters=default --reporters=jest-junit"
},
"main": "dist/index.js",
"files": [
"dist/*",
"src/components/*"
],
"dependencies": {},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.12",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-plugin-unit-jest": "^5.0.0-alpha.8",
"@vue/cli-service": "^4.5.12",
"@vue/compiler-sfc": "^3.0.10",
"@vue/composition-api": "^1.0.0-rc.6",
"@vue/eslint-config-airbnb": "^5.3.0",
"@vue/test-utils": "^2.0.0-rc.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"bootstrap": "^3.4.1",
"core-js": "^3.10.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-vue": "^7.8.0",
"font-awesome": "^4.7.0",
"glob": "^7.1.3",
"in-view": "^0.6.1",
"jest-junit": "^11.1.0",
"jquery": "^3.6.0",
"less": "^3.13.1",
"less-loader": "^5.0.0",
"nyc": "^15.0.1",
"typescript": "^4.2.3",
"vue": "^3.0.10",
"vue-demi": "^0.7.4",
"vue-jest": "^5.0.0-alpha.8"
},
"peerDependencies": {
"@vue/composition-api": "^1.0.0-rc.6",
"bootstrap": "^3.3.7",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"vue": "^2.6.11 || >=3.0.10"
},
"keywords": [
"vue",
"select",
"bootstrap"
],
"libname": "MyEna",
"license": "MIT",
"repository": "github:myENA/advanced-select"
}