|
4 | 4 | "private": false, |
5 | 5 | "description": "Easy formatted numbers, currency and percentage with input/directive mask for Vue.js", |
6 | 6 | "author": "Dipak Sarkar <hello@dipaksarkar.in> (https://dipaksarkar.in/)", |
7 | | - "scripts": { |
8 | | - "build": "rollup --c rollup.config.js", |
9 | | - "lint": "eslint", |
10 | | - "docs:build": "vuepress build docs", |
11 | | - "docs:dev": "vuepress dev docs", |
12 | | - "test": "jest", |
13 | | - "push": "clear && git config core.ignorecase false && branch=\"$(git symbolic-ref -q HEAD)\" || \"dev\" && branch=${branch##refs/heads/} && branch=${branch:-HEAD} && echo Pushing to Branch \"$branch\" && echo Please type your commit message && read msg && clear && git add . && git commit -m \"$msg\" && git push origin \"$branch\"" |
14 | | - }, |
15 | 7 | "main": "dist/index.cjs.js", |
16 | 8 | "module": "dist/index.esm.js", |
17 | 9 | "unpkg": "dist/index.min.js", |
| 10 | + "style": "dist/styles.css", |
| 11 | + "licence": "MIT", |
18 | 12 | "files": [ |
19 | | - "dist/*" |
| 13 | + "dist/*", |
| 14 | + "src/**/*.vue" |
20 | 15 | ], |
21 | | - "dependencies": { |
22 | | - "vue": "^2.6.11" |
| 16 | + "scripts": { |
| 17 | + "build": "rollup --c rollup.config.js", |
| 18 | + "docs:build": "vuepress build docs", |
| 19 | + "docs:dev": "vuepress dev docs", |
| 20 | + "test": "jest tests/*", |
| 21 | + "lint": "eslint 'src/**/*.{js,vue}'", |
| 22 | + "push": "clear && git config core.ignorecase false && branch=\"$(git symbolic-ref -q HEAD)\" || \"dev\" && branch=${branch##refs/heads/} && branch=${branch:-HEAD} && echo Pushing to Branch \"$branch\" && echo Please type your commit message && read msg && clear && git add . && git commit -m \"$msg\" && git push origin \"$branch\"" |
23 | 23 | }, |
24 | 24 | "devDependencies": { |
25 | | - "@babel/core": "^7.15.5", |
26 | | - "@babel/preset-env": "^7.15.6", |
27 | | - "@vue/babel-preset-app": "^4.5.13", |
28 | | - "@vue/cli-plugin-unit-jest": "~4.5.0", |
29 | | - "@vue/cli-service": "^4.5.13", |
30 | | - "@vue/compiler-sfc": "^3.2.11", |
31 | | - "@vue/eslint-config-prettier": "^6.0.0", |
32 | | - "@vue/test-utils": "^1.0.3", |
| 25 | + "@babel/core": "^7.9.0", |
| 26 | + "@babel/preset-env": "^7.9.5", |
| 27 | + "@shopify/jest-dom-mocks": "^2.8.11", |
| 28 | + "@vue/cli-plugin-unit-jest": "^4.5.13", |
| 29 | + "@vue/test-utils": "^1.0.0-beta.33", |
| 30 | + "@vuedoc/md": "^1.6.0", |
33 | 31 | "@vuepress/plugin-back-to-top": "^1.8.2", |
34 | 32 | "@vuepress/plugin-medium-zoom": "^1.8.2", |
35 | | - "@vuepress/plugin-register-components": "^1.8.2", |
| 33 | + "@vuepress/plugin-register-components": "^1.4.1", |
36 | 34 | "babel-core": "^7.0.0-bridge.0", |
37 | | - "babel-jest": "^27.1.1", |
38 | | - "babel-preset-vue-app": "^2.0.0", |
39 | | - "eslint": "^7.32.0", |
40 | | - "eslint-config-prettier": "^8.3.0", |
41 | | - "eslint-plugin-prettier": "^4.0.0", |
42 | | - "eslint-plugin-vue": "^7.17.0", |
43 | | - "jest": "^26.6.3", |
44 | | - "jest-environment-jsdom-fifteen": "^1.0.2", |
45 | | - "prettier": "^2.4.0", |
| 35 | + "babel-jest": "^25.3.0", |
| 36 | + "babel-preset-env": "^1.7.0", |
| 37 | + "babel-preset-vue": "^2.0.2", |
| 38 | + "eslint": "^6.8.0", |
| 39 | + "eslint-config-airbnb-base": "^14.1.0", |
| 40 | + "eslint-plugin-import": "^2.20.2", |
| 41 | + "eslint-plugin-vue": "^6.2.2", |
| 42 | + "jest": "^25.3.0", |
| 43 | + "node-fetch": "^2.6.0", |
| 44 | + "npm-run-all": "^4.1.5", |
46 | 45 | "quasar": "^1.11.3", |
47 | | - "rollup": "^2.56.3", |
| 46 | + "rollup": "^2.6.1", |
48 | 47 | "rollup-plugin-buble": "^0.19.8", |
49 | | - "rollup-plugin-cleanup": "^3.2.1", |
| 48 | + "rollup-plugin-commonjs": "^10.1.0", |
| 49 | + "rollup-plugin-css-only": "^2.0.0", |
50 | 50 | "rollup-plugin-filesize": "^9.1.1", |
51 | 51 | "rollup-plugin-node-resolve": "^5.2.0", |
52 | | - "rollup-plugin-vue": "^6.0.0", |
53 | | - "vue-demi": "^0.11.4", |
54 | | - "vue-jest": "^3.0.7", |
55 | | - "vuepress": "^1.8.2" |
| 52 | + "rollup-plugin-replace": "^2.2.0", |
| 53 | + "rollup-plugin-terser": "^5.3.0", |
| 54 | + "rollup-plugin-vue": "^5.1.6", |
| 55 | + "vue": "^2.6.11", |
| 56 | + "vue-jest": "^3.0.5", |
| 57 | + "vue-template-compiler": "^2.6.11", |
| 58 | + "vuepress": "^1.4.1", |
| 59 | + "vuepress-plugin-demo-code": "^0.5.0" |
56 | 60 | }, |
57 | 61 | "bugs": { |
58 | 62 | "url": "https://github.com/coders-tm/vue-number-format/issues" |
|
0 commit comments