|
2 | 2 | "name": "my-project", |
3 | 3 | "version": "0.0.1", |
4 | 4 | "description": "My project description", |
| 5 | + "author": { |
| 6 | + "name" : "Edgardo Ramírez León", |
| 7 | + |
| 8 | + "url" : "https://edgardorl.com" |
| 9 | + }, |
5 | 10 | "main": "app.js", |
6 | 11 | "repository": "[email protected]:my-user/my-repo.git", |
7 | 12 | "license": "MIT", |
|
12 | 17 | "dev": "webpack serve --config ./build/webpack.config.js --mode development --progress", |
13 | 18 | "prod": "rimraf dist && webpack --config ./build/webpack.config.js --mode production -p --progress " |
14 | 19 | }, |
| 20 | + "resolutions": { |
| 21 | + "upath": "1.1.0" |
| 22 | + }, |
15 | 23 | "devDependencies": { |
16 | | - "autoprefixer": "^10.0.1", |
17 | | - "babel-core": "^6.26.3", |
18 | | - "babel-loader": "^8.1.0", |
19 | | - "babel-plugin-module-resolver": "^4.0.0", |
20 | | - "babel-preset-env": "^1.7.0", |
| 24 | + "@babel/core": "^7.14.3", |
| 25 | + "@babel/preset-env": "^7.14.4", |
| 26 | + "autoprefixer": "^10.2.6", |
| 27 | + "babel-loader": "^8.2.2", |
| 28 | + "babel-plugin-module-resolver": "^4.1.0", |
21 | 29 | "babel-preset-es2015": "^6.24.1", |
22 | | - "copy-webpack-plugin": "^6.2.1", |
23 | | - "css-loader": "^4.3.0", |
24 | | - "eslint": "^7.11.0", |
| 30 | + "copy-webpack-plugin": "^9.0.0", |
| 31 | + "css-loader": "^5.2.6", |
| 32 | + "eslint": "^7.27.0", |
25 | 33 | "extract-text-webpack-plugin": "^3.0.2", |
26 | | - "file-loader": "^6.1.1", |
27 | | - "html-webpack-plugin": "^4.5.0", |
28 | | - "mini-css-extract-plugin": "^1.0.0", |
29 | | - "node-sass": "^4.14.1", |
30 | | - "optimize-css-assets-webpack-plugin": "^5.0.4", |
31 | | - "postcss": "^8.1.1", |
| 34 | + "file-loader": "^6.2.0", |
| 35 | + "html-webpack-plugin": "^5.3.1", |
| 36 | + "mini-css-extract-plugin": "^1.6.0", |
| 37 | + "node-sass": "^6.0.0", |
| 38 | + "optimize-css-assets-webpack-plugin": "^6.0.0", |
| 39 | + "postcss": "^8.3.0", |
32 | 40 | "postcss-cssnext": "^3.1.0", |
33 | | - "postcss-import": "^12.0.1", |
34 | | - "postcss-loader": "^4.0.4", |
35 | | - "postcss-modules": "^3.2.2", |
36 | | - "pug": "^3.0.0", |
| 41 | + "postcss-import": "^14.0.2", |
| 42 | + "postcss-loader": "^5.3.0", |
| 43 | + "postcss-modules": "^4.0.0", |
| 44 | + "pug": "^3.0.2", |
37 | 45 | "pug-loader": "^2.4.0", |
38 | 46 | "rimraf": "^3.0.2", |
39 | | - "sass-loader": "^10.0.3", |
| 47 | + "sass-loader": "^12.0.0", |
40 | 48 | "style-loader": "^2.0.0", |
41 | | - "terser-webpack-plugin": "^4.2.3", |
| 49 | + "terser-webpack-plugin": "^5.1.3", |
42 | 50 | "url-loader": "^4.1.1", |
43 | | - "webpack": "^5.0.0", |
44 | | - "webpack-cli": "^4.0.0", |
45 | | - "webpack-dev-server": "^3.11.0", |
46 | | - "webpack-notifier": "^1.8.0" |
| 51 | + "webpack": "^5.38.1", |
| 52 | + "webpack-cli": "^4.7.0", |
| 53 | + "webpack-dev-server": "^3.11.2", |
| 54 | + "webpack-notifier": "^1.13.0" |
47 | 55 | }, |
48 | 56 | "dependencies": { |
49 | | - "jquery": "^3.5.1", |
| 57 | + "jquery": "^3.6.0", |
50 | 58 | "normalize.css": "^8.0.1" |
51 | 59 | } |
52 | 60 | } |
0 commit comments