|
1 | 1 | { |
2 | 2 | "name": "jquery.marker-animation", |
3 | | - "version": "1.4.30", |
| 3 | + "version": "1.5.0", |
4 | 4 | "description": "Marker animation jQuery plugin", |
5 | | - "author": { |
6 | | - "name": "Technote", |
7 | | - "email": "technote.space@gmail.com", |
8 | | - "url": "https://technote.space" |
9 | | - }, |
10 | | - "license": "MIT", |
11 | 5 | "keywords": [ |
12 | 6 | "jquery-plugin", |
13 | 7 | "marker animation", |
14 | 8 | "highlighter" |
15 | 9 | ], |
16 | 10 | "homepage": "https://github.com/technote-space/jquery.marker-animation#readme", |
| 11 | + "bugs": { |
| 12 | + "url": "https://github.com/technote-space/jquery.marker-animation/issues" |
| 13 | + }, |
17 | 14 | "repository": { |
18 | 15 | "type": "git", |
19 | 16 | "url": "https://github.com/technote-space/jquery.marker-animation.git" |
20 | 17 | }, |
21 | | - "bugs": { |
22 | | - "url": "https://github.com/technote-space/jquery.marker-animation/issues" |
| 18 | + "license": "MIT", |
| 19 | + "author": { |
| 20 | + "name": "Technote", |
| 21 | + "email": "technote.space@gmail.com", |
| 22 | + "url": "https://technote.space" |
23 | 23 | }, |
24 | 24 | "main": "build/index.js", |
25 | 25 | "files": [ |
26 | 26 | "build" |
27 | 27 | ], |
| 28 | + "scripts": { |
| 29 | + "build": "webpack --mode production --config webpack.config.js", |
| 30 | + "cover": "jest --coverage", |
| 31 | + "cover:update": "jest --coverage --updateSnapshot", |
| 32 | + "develop": "webpack --mode development --config webpack.config.js", |
| 33 | + "lint": "eslint 'src/**/*.js' '__tests__/**/*.js' --cache", |
| 34 | + "lint:fix": "eslint --fix 'src/**/*.js' '__tests__/**/*.js'", |
| 35 | + "start": "yarn build", |
| 36 | + "test": "yarn lint && yarn cover", |
| 37 | + "test:update": "yarn lint && yarn cover:update", |
| 38 | + "update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit" |
| 39 | + }, |
28 | 40 | "devDependencies": { |
29 | 41 | "@babel/core": "^7.11.6", |
30 | 42 | "@babel/plugin-proposal-object-rest-spread": "^7.11.0", |
31 | 43 | "@babel/plugin-transform-react-jsx": "^7.10.4", |
32 | 44 | "@babel/plugin-transform-runtime": "^7.11.5", |
33 | 45 | "@babel/preset-env": "^7.11.5", |
34 | 46 | "@babel/register": "^7.11.5", |
35 | | - "babel-jest": "^26.3.0", |
| 47 | + "babel-jest": "^26.5.2", |
36 | 48 | "babel-loader": "^8.1.0", |
37 | 49 | "duplicate-package-checker-webpack-plugin": "^3.0.0", |
38 | 50 | "enzyme": "^3.11.0", |
39 | | - "enzyme-to-json": "^3.5.0", |
40 | | - "eslint": "^7.9.0", |
41 | | - "jest": "^26.4.2", |
| 51 | + "enzyme-to-json": "^3.6.1", |
| 52 | + "eslint": "^7.11.0", |
| 53 | + "jest": "^26.5.3", |
42 | 54 | "jquery-inview": "^1.1.2", |
43 | 55 | "speed-measure-webpack-plugin": "^1.3.3", |
44 | | - "webpack": "^4.44.2", |
45 | | - "webpack-cli": "^3.3.12" |
| 56 | + "webpack": "^5.0.0", |
| 57 | + "webpack-cli": "^4.0.0" |
46 | 58 | }, |
47 | 59 | "publishConfig": { |
48 | 60 | "access": "public" |
49 | | - }, |
50 | | - "scripts": { |
51 | | - "build": "webpack --mode production --config webpack.config.js", |
52 | | - "start": "yarn build", |
53 | | - "test": "yarn lint && yarn cover", |
54 | | - "test:update": "yarn lint && yarn cover:update", |
55 | | - "lint": "eslint 'src/**/*.js' '__tests__/**/*.js' --cache", |
56 | | - "lint:fix": "eslint --fix 'src/**/*.js' '__tests__/**/*.js'", |
57 | | - "cover": "jest --coverage", |
58 | | - "cover:update": "jest --coverage --updateSnapshot", |
59 | | - "develop": "webpack --mode development --config webpack.config.js", |
60 | | - "update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit" |
61 | 61 | } |
62 | 62 | } |
0 commit comments