|
5 | 5 | "main": "dist/index.js",
|
6 | 6 | "scripts": {
|
7 | 7 | "test": "echo \"Error: no test specified\" && exit 1",
|
| 8 | + "lint": "eslint --fix --ext .js --ignore-path .gitignore .", |
8 | 9 | "prebuild:webpack": "rm -rf dist",
|
9 | 10 | "prebuild:rollup": "rm -rf build",
|
10 |
| - "build:webpack": "webpack --progress --hide-modules", |
| 11 | + "build:webpack": "webpack --progress", |
11 | 12 | "build:rollup": "rollup -c",
|
12 | 13 | "build:all": "npm run build:webpack && npm run build:rollup",
|
13 | 14 | "build": "npm run build:all"
|
|
24 | 25 | "print element"
|
25 | 26 | ],
|
26 | 27 | "devDependencies": {
|
27 |
| - "babel-core": "^6.25.0", |
28 |
| - "babel-loader": "^7.1.1", |
29 |
| - "babel-preset-env": "^1.6.0", |
30 |
| - "babel-preset-es2015": "^6.24.1", |
| 28 | + "@babel/core": "^7.14.0", |
| 29 | + "@babel/plugin-proposal-optional-chaining": "^7.13.12", |
| 30 | + "@babel/preset-env": "^7.14.1", |
| 31 | + "babel-eslint": "^10.1.0", |
| 32 | + "babel-loader": "^8.2.2", |
31 | 33 | "compression-webpack-plugin": "^1.0.0",
|
32 | 34 | "css-loader": "^0.28.4",
|
33 |
| - "rollup": "^1.14.2", |
| 35 | + "eslint": "^7.25.0", |
| 36 | + "rollup": "^2.47.0", |
34 | 37 | "style-loader": "^0.18.2",
|
| 38 | + "terser-webpack-plugin": "^5.1.1", |
35 | 39 | "uglify-loader": "^2.0.0",
|
36 |
| - "webpack": "^3.5.4" |
| 40 | + "webpack-cli": "^4.6.0", |
| 41 | + "webpack": "^5.36.2" |
37 | 42 | },
|
38 | 43 | "author": "Jofferson Ramirez Tiquez",
|
39 | 44 | "license": "ISC",
|
|
0 commit comments