|
1 | 1 | {
|
2 | 2 | "name": "vue-string-filter",
|
3 |
| - "version": "2.0.0", |
| 3 | + "version": "2.1.0", |
4 | 4 | "private": false,
|
5 | 5 | "description": "Lightweight Vue filter for string manipulation ",
|
6 | 6 | "author": "Irfan Maulana (https://github.com/mazipan/)",
|
|
10 | 10 | "test": "vue-cli-service test:unit",
|
11 | 11 | "lint": "vue-cli-service lint --fix",
|
12 | 12 | "build:demo": "cross-env NODE_ENV=production vue-cli-service build --dest demo",
|
13 |
| - "build:lib": "cross-env NODE_ENV=production tsc ./src/lib/index.ts -m CommonJS --outDir ./dist", |
| 13 | + "build:lib": "cross-env NODE_ENV=production tsc ./src/lib/index.ts -m CommonJS --outDir ./dist --declaration", |
14 | 14 | "check:size": "node ./check-size.js",
|
15 | 15 | "dev": "vue-cli-service serve",
|
16 | 16 | "prepare": "yarn build:lib"
|
|
21 | 21 | "files": [
|
22 | 22 | "dist"
|
23 | 23 | ],
|
24 |
| - "dependencies": {}, |
| 24 | + "dependencies": { |
| 25 | + "vue": "^2.6.11" |
| 26 | + }, |
25 | 27 | "devDependencies": {
|
26 |
| - "@types/jest": "^24.0.19", |
27 |
| - "@types/node": "12.12.22", |
28 |
| - "@typescript-eslint/eslint-plugin": "2.13.0", |
29 |
| - "@typescript-eslint/parser": "2.13.0", |
30 |
| - "@vue/cli-plugin-babel": "4.1.1", |
31 |
| - "@vue/cli-plugin-eslint": "4.1.1", |
32 |
| - "@vue/cli-plugin-pwa": "4.1.1", |
33 |
| - "@vue/cli-plugin-router": "4.1.1", |
34 |
| - "@vue/cli-plugin-typescript": "4.1.1", |
35 |
| - "@vue/cli-plugin-unit-jest": "^4.1.2", |
36 |
| - "@vue/cli-plugin-vuex": "4.1.1", |
37 |
| - "@vue/cli-service": "4.1.1", |
38 |
| - "@vue/eslint-config-standard": "5.0.1", |
39 |
| - "@vue/eslint-config-typescript": "5.0.1", |
40 |
| - "@vue/test-utils": "^1.0.0-beta.31", |
41 |
| - "babel-eslint": "10.0.3", |
42 |
| - "bulma-dracula": "1.0.3", |
| 28 | + "@types/jest": "^26.0.3", |
| 29 | + "@types/node": "14.0.14", |
| 30 | + "@typescript-eslint/eslint-plugin": "3.5.0", |
| 31 | + "@typescript-eslint/parser": "3.5.0", |
| 32 | + "@vue/cli-plugin-babel": "4.4.6", |
| 33 | + "@vue/cli-plugin-eslint": "4.4.6", |
| 34 | + "@vue/cli-plugin-pwa": "4.4.6", |
| 35 | + "@vue/cli-plugin-router": "4.4.6", |
| 36 | + "@vue/cli-plugin-typescript": "4.4.6", |
| 37 | + "@vue/cli-plugin-unit-jest": "^4.4.6", |
| 38 | + "@vue/cli-plugin-vuex": "4.4.6", |
| 39 | + "@vue/cli-service": "4.4.6", |
| 40 | + "@vue/eslint-config-standard": "5.1.2", |
| 41 | + "@vue/eslint-config-typescript": "5.0.2", |
| 42 | + "@vue/test-utils": "^1.0.3", |
| 43 | + "babel-eslint": "10.1.0", |
| 44 | + "bulma-dracula": "1.0.4", |
43 | 45 | "bytes": "3.1.0",
|
44 |
| - "chalk": "3.0.0", |
45 |
| - "core-js": "3.6.1", |
46 |
| - "cross-env": "^7.0.0", |
47 |
| - "eslint": "6.8.0", |
48 |
| - "eslint-plugin-import": "2.19.1", |
49 |
| - "eslint-plugin-node": "11.0.0", |
| 46 | + "chalk": "4.1.0", |
| 47 | + "core-js": "3.6.5", |
| 48 | + "cross-env": "^7.0.2", |
| 49 | + "eslint": "7.3.1", |
| 50 | + "eslint-plugin-import": "2.22.0", |
| 51 | + "eslint-plugin-node": "11.1.0", |
50 | 52 | "eslint-plugin-promise": "4.2.1",
|
51 | 53 | "eslint-plugin-standard": "4.0.1",
|
52 |
| - "eslint-plugin-vue": "6.1.0", |
| 54 | + "eslint-plugin-vue": "6.2.2", |
53 | 55 | "gzip-size": "5.1.1",
|
54 |
| - "husky": "3.1.0", |
55 |
| - "jest": "^25.1.0", |
56 |
| - "lint-staged": "9.5.0", |
| 56 | + "husky": "4.2.5", |
| 57 | + "jest": "^26.1.0", |
| 58 | + "lint-staged": "10.2.11", |
57 | 59 | "node-sass": "4.13.0",
|
58 |
| - "prismjs": "1.17.1", |
59 |
| - "register-service-worker": "1.6.2", |
| 60 | + "prismjs": "1.20.0", |
| 61 | + "register-service-worker": "1.7.1", |
60 | 62 | "sass-loader": "8.0.0",
|
61 | 63 | "tsc": "latest",
|
62 |
| - "typescript": "3.7.4", |
63 |
| - "vue-class-component": "7.1.0", |
64 |
| - "vue-google-adsense": "1.8.0", |
65 |
| - "vue-prism-component": "1.1.1", |
66 |
| - "vue-property-decorator": "8.3.0", |
67 |
| - "vue-router": "3.1.3", |
| 64 | + "typescript": "3.9.6", |
| 65 | + "vue-class-component": "7.2.3", |
| 66 | + "vue-google-adsense": "1.8.3", |
| 67 | + "vue-prism-component": "1.2.0", |
| 68 | + "vue-property-decorator": "9.0.0", |
| 69 | + "vue-router": "3.3.4", |
68 | 70 | "vue-script2": "2.1.0",
|
69 | 71 | "vue-template-compiler": "2.6.11",
|
70 |
| - "vuex": "3.1.2" |
| 72 | + "vuex": "3.5.1" |
71 | 73 | },
|
72 | 74 | "peerDependencies": {
|
73 | 75 | "vue": "2.6.11"
|
|
97 | 99 | "repository": {
|
98 | 100 | "type": "git",
|
99 | 101 | "url": "https://github.com/mazipan/vue-string-filter.git"
|
100 |
| - }, |
101 |
| - "typings": "dist/index.d.ts" |
| 102 | + } |
102 | 103 | }
|
0 commit comments