|
6 | 6 | "author": "Tushar Mistry", |
7 | 7 | "license": "ISC", |
8 | 8 | "scripts": { |
9 | | - "start": "cross-env APP_ENV=local webpack serve --config webpack/webpack.config.js --env env=dev", |
10 | | - "build": "webpack --config webpack/webpack.config.js --env env=prod", |
| 9 | + "start": "cross-env APP_ENV=local NODE_ENV=development webpack serve --config webpack/webpack.config.js --env env=dev", |
| 10 | + "build": "cross-env APP_ENV=production NODE_ENV=production webpack --config webpack/webpack.config.js --env env=prod", |
11 | 11 | "analyze": "webpack --config webpack/webpack.config.js --env env=prod --analyze", |
12 | 12 | "lint": "eslint --fix \"./src/**/*.{js,jsx,ts,tsx,scss,css,json}\"", |
13 | 13 | "format": "prettier --write \"./src/**/*.{js,jsx,ts,tsx,scss,css,json,md}\"", |
|
30 | 30 | "styled-components" |
31 | 31 | ], |
32 | 32 | "dependencies": { |
33 | | - "@babel/core": "^7.14.2", |
| 33 | + "@babel/core": "^7.15.5", |
34 | 34 | "@babel/plugin-transform-runtime": "^7.14.2", |
35 | | - "@babel/preset-env": "^7.14.2", |
| 35 | + "@babel/preset-env": "^7.15.6", |
36 | 36 | "@babel/preset-react": "^7.13.13", |
37 | 37 | "@babel/preset-typescript": "^7.13.0", |
38 | 38 | "@babel/runtime": "^7.14.0", |
39 | 39 | "@svgr/webpack": "^5.5.0", |
40 | 40 | "babel-loader": "^8.2.2", |
41 | | - "copy-webpack-plugin": "^8.1.1", |
42 | | - "css-loader": "^5.2.4", |
| 41 | + "copy-webpack-plugin": "^9.0.1", |
| 42 | + "css-loader": "^6.2.0", |
43 | 43 | "dotenv-webpack": "^7.0.2", |
44 | 44 | "html-webpack-plugin": "^5.3.1", |
45 | 45 | "react": "^17.0.2", |
46 | 46 | "react-dom": "^17.0.2", |
47 | | - "style-loader": "^2.0.0", |
| 47 | + "style-loader": "^3.2.1", |
48 | 48 | "styled-components": "^5.3.0", |
| 49 | + "terser-webpack-plugin": "^5.2.4", |
| 50 | + "ts-loader": "^9.2.5", |
49 | 51 | "typescript": "^4.2.4", |
50 | | - "webpack": "^5.37.0", |
| 52 | + "webpack": "^5.52.1", |
51 | 53 | "webpack-cli": "^4.7.0", |
52 | 54 | "webpack-merge": "^5.7.3" |
53 | 55 | }, |
|
57 | 59 | "@storybook/addon-essentials": "^6.2.9", |
58 | 60 | "@storybook/addon-links": "^6.2.9", |
59 | 61 | "@storybook/builder-webpack5": "^6.2.9", |
| 62 | + "@storybook/manager-webpack5": "^6.3.8", |
60 | 63 | "@storybook/react": "^6.2.9", |
| 64 | + "@storybook/theming": "^6.3.8", |
61 | 65 | "@testing-library/jest-dom": "^5.12.0", |
62 | | - "@testing-library/react": "^11.2.7", |
63 | | - "@types/jest": "^26.0.23", |
64 | | - "@types/react": "^17.0.5", |
| 66 | + "@testing-library/react": "^12.0.0", |
| 67 | + "@types/jest": "^27.0.1", |
| 68 | + "@types/node": "^16.9.1", |
| 69 | + "@types/react": "^17.0.20", |
65 | 70 | "@types/react-dom": "^17.0.5", |
66 | | - "@types/styled-components": "^5.1.9", |
67 | | - "@typescript-eslint/eslint-plugin": "^4.23.0", |
68 | | - "@typescript-eslint/parser": "^4.23.0", |
| 71 | + "@types/styled-components": "^5.1.14", |
| 72 | + "@typescript-eslint/eslint-plugin": "^4.31.0", |
| 73 | + "@typescript-eslint/parser": "^4.31.0", |
69 | 74 | "cross-env": "^7.0.3", |
70 | 75 | "eslint": "^7.26.0", |
71 | 76 | "eslint-config-airbnb": "18.2.1", |
72 | 77 | "eslint-config-prettier": "^8.3.0", |
73 | 78 | "eslint-plugin-import": "^2.23.1", |
74 | 79 | "eslint-plugin-jest": "^24.3.6", |
75 | 80 | "eslint-plugin-jsx-a11y": "^6.4.1", |
76 | | - "eslint-plugin-prettier": "^3.4.0", |
| 81 | + "eslint-plugin-prettier": "^4.0.0", |
77 | 82 | "eslint-plugin-react": "^7.23.2", |
78 | 83 | "eslint-plugin-react-hooks": "^4.2.0", |
79 | | - "husky": "6.0.0", |
80 | | - "jest": "^26.6.3", |
| 84 | + "husky": "7.0.2", |
| 85 | + "jest": "^27.1.1", |
81 | 86 | "lint-staged": "^11.0.0", |
82 | | - "netlify-cli": "^3.29.15", |
83 | | - "prettier": "^2.3.0", |
| 87 | + "netlify-cli": "^6.8.12", |
| 88 | + "prettier": "^2.4.0", |
84 | 89 | "react-refresh": "^0.10.0", |
85 | | - "ts-jest": "26.5.6", |
86 | | - "ts-node": "9.1.1", |
87 | | - "webpack-bundle-analyzer": "4.4.1", |
88 | | - "webpack-dev-server": "3.11.2" |
| 90 | + "ts-jest": "27.0.5", |
| 91 | + "ts-node": "10.2.1", |
| 92 | + "webpack-bundle-analyzer": "4.4.2", |
| 93 | + "webpack-dev-server": "4.2.0" |
89 | 94 | } |
90 | 95 | } |
0 commit comments