|
1 | 1 | { |
2 | 2 | "name": "webpack4-es6-sass", |
3 | | - "version": "0.0.3", |
| 3 | + "version": "0.0.4", |
4 | 4 | "description": "", |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
|
10 | 10 | "author": "", |
11 | 11 | "license": "ISC", |
12 | 12 | "devDependencies": { |
13 | | - "@babel/core": "^7.8.3", |
14 | | - "@babel/plugin-proposal-class-properties": "^7.8.3", |
15 | | - "@babel/plugin-proposal-export-namespace-from": "^7.8.3", |
16 | | - "@babel/plugin-proposal-object-rest-spread": "^7.8.3", |
17 | | - "@babel/plugin-proposal-throw-expressions": "^7.8.3", |
| 13 | + "@babel/core": "^7.10.2", |
| 14 | + "@babel/plugin-proposal-class-properties": "^7.10.1", |
| 15 | + "@babel/plugin-proposal-export-namespace-from": "^7.10.1", |
| 16 | + "@babel/plugin-proposal-object-rest-spread": "^7.10.1", |
| 17 | + "@babel/plugin-proposal-throw-expressions": "^7.10.1", |
18 | 18 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
19 | | - "@babel/plugin-transform-runtime": "^7.8.3", |
20 | | - "@babel/preset-env": "^7.8.3", |
21 | | - "@babel/preset-react": "^7.8.3", |
22 | | - "@babel/register": "^7.8.3", |
23 | | - "@svgr/webpack": "^5.1.0", |
24 | | - "@teamsupercell/typings-for-css-modules-loader": "^2.1.0", |
25 | | - "autoprefixer": "^9.7.4", |
26 | | - "babel-eslint": "^10.0.3", |
27 | | - "babel-loader": "^8.0.6", |
| 19 | + "@babel/plugin-transform-runtime": "^7.10.1", |
| 20 | + "@babel/preset-env": "^7.10.2", |
| 21 | + "@babel/preset-react": "^7.10.1", |
| 22 | + "@babel/register": "^7.10.1", |
| 23 | + "@pmmmwh/react-refresh-webpack-plugin": "^0.3.3", |
| 24 | + "@svgr/webpack": "^5.4.0", |
| 25 | + "@teamsupercell/typings-for-css-modules-loader": "^2.2.0", |
| 26 | + "@typescript-eslint/eslint-plugin": "^3.2.0", |
| 27 | + "@typescript-eslint/parser": "^3.2.0", |
| 28 | + "autoprefixer": "^9.8.0", |
| 29 | + "babel-eslint": "^10.1.0", |
| 30 | + "babel-loader": "^8.1.0", |
28 | 31 | "clean-webpack-plugin": "^3.0.0", |
29 | | - "copy-webpack-plugin": "^5.1.1", |
30 | | - "core-js": "^3.6.4", |
31 | | - "css-loader": "3.4.2", |
| 32 | + "copy-webpack-plugin": "^6.0.2", |
| 33 | + "core-js": "^3.6.5", |
| 34 | + "css-loader": "3.5.3", |
32 | 35 | "cssnano": "^4.1.10", |
33 | | - "eslint": "^6.8.0", |
34 | | - "eslint-config-airbnb-base": "^14.0.0", |
| 36 | + "eslint": "^7.2.0", |
| 37 | + "eslint-config-airbnb-base": "^14.1.0", |
| 38 | + "eslint-config-airbnb-typescript": "^8.0.2", |
| 39 | + "eslint-config-prettier": "^6.11.0", |
35 | 40 | "eslint-import-resolver-alias": "^1.1.2", |
36 | | - "eslint-loader": "^3.0.3", |
37 | | - "eslint-plugin-import": "^2.20.0", |
38 | | - "eslint-plugin-react": "^7.18.0", |
| 41 | + "eslint-loader": "^4.0.2", |
| 42 | + "eslint-plugin-import": "^2.21.1", |
| 43 | + "eslint-plugin-jsx-a11y": "^6.2.3", |
| 44 | + "eslint-plugin-react": "^7.20.0", |
| 45 | + "eslint-plugin-react-hooks": "^2.5.1", |
39 | 46 | "expose-loader": "0.7.5", |
40 | 47 | "extract-text-webpack-plugin": "^4.0.0-beta.0", |
41 | | - "file-loader": "5.0.2", |
42 | | - "html-loader": "^0.5.5", |
43 | | - "html-webpack-plugin": "^3.2.0", |
| 48 | + "file-loader": "6.0.0", |
| 49 | + "fork-ts-checker-webpack-plugin": "^4.1.6", |
| 50 | + "html-loader": "^1.1.0", |
| 51 | + "html-webpack-plugin": "^4.3.0", |
44 | 52 | "is-windows": "^1.0.2", |
45 | | - "less": "^3.10.3", |
46 | | - "less-loader": "^5.0.0", |
| 53 | + "less": "^3.11.3", |
| 54 | + "less-loader": "^6.1.0", |
47 | 55 | "lodash": "^4.17.15", |
48 | 56 | "mini-css-extract-plugin": "^0.9.0", |
49 | | - "node-sass": "4.13.1", |
| 57 | + "node-sass": "4.14.1", |
50 | 58 | "path": "^0.12.7", |
51 | 59 | "postcss-loader": "3.0.0", |
52 | | - "prettier": "^1.19.1", |
53 | | - "regenerator-runtime": "^0.13.3", |
| 60 | + "prettier": "^2.0.5", |
| 61 | + "react-refresh": "^0.8.3", |
| 62 | + "regenerator-runtime": "^0.13.5", |
54 | 63 | "resolve-url-loader": "3.1.1", |
55 | 64 | "sass-loader": "^8.0.2", |
56 | | - "sass-resources-loader": "^2.0.1", |
57 | | - "style-loader": "1.1.3", |
58 | | - "svg-url-loader": "^3.0.3", |
59 | | - "terser-webpack-plugin": "^2.3.2", |
| 65 | + "sass-resources-loader": "^2.0.3", |
| 66 | + "style-loader": "1.2.1", |
| 67 | + "svg-url-loader": "^6.0.0", |
| 68 | + "terser-webpack-plugin": "^3.0.3", |
60 | 69 | "thread-loader": "^2.1.3", |
61 | | - "ts-loader": "^6.2.1", |
62 | | - "tslint": "^5.20.1", |
63 | | - "tslint-loader": "^3.5.4", |
64 | | - "tslint-react": "^4.1.0", |
65 | | - "tslint-react-hooks": "^2.2.1", |
66 | | - "tslint-webpack-plugin": "^2.1.0", |
67 | | - "typescript": "^3.7.5", |
68 | | - "url-loader": "3.0.0", |
69 | | - "webpack": "^4.41.5", |
70 | | - "webpack-cli": "^3.3.10", |
71 | | - "webpack-dev-server": "^3.10.1", |
| 70 | + "ts-loader": "^7.0.5", |
| 71 | + "typescript": "^3.9.5", |
| 72 | + "url-loader": "4.1.0", |
| 73 | + "webpack": "^4.43.0", |
| 74 | + "webpack-cli": "^3.3.11", |
| 75 | + "webpack-dev-server": "^3.11.0", |
72 | 76 | "webpack-merge": "4.2.2", |
73 | 77 | "webpack-serve": "^3.2.0", |
74 | 78 | "webpack-stats-plugin": "0.3.1", |
75 | | - "yargs": "^15.1.0" |
| 79 | + "yargs": "^15.3.1" |
76 | 80 | }, |
77 | 81 | "dependencies": { |
78 | | - "@fortawesome/fontawesome-free": "^5.12.0", |
79 | | - "@types/classnames": "^2.2.9", |
80 | | - "@types/react": "^16.9.18", |
81 | | - "@types/react-dom": "^16.9.5", |
82 | | - "bootstrap": "^4.4.1", |
| 82 | + "@types/classnames": "^2.2.10", |
| 83 | + "@types/react": "^16.9.35", |
| 84 | + "@types/react-dom": "^16.9.8", |
83 | 85 | "classnames": "^2.2.6", |
84 | | - "react": "^16.12.0", |
85 | | - "react-dom": "^16.12.0" |
| 86 | + "normalize.css": "^8.0.1", |
| 87 | + "react": "^16.13.1", |
| 88 | + "react-dom": "^16.13.1" |
86 | 89 | } |
87 | 90 | } |
0 commit comments