|
6 | 6 | "scripts": {
|
7 | 7 | "build": "webpack --mode production",
|
8 | 8 | "coverage": "jest --coverage",
|
9 |
| - "dev": "webpack-dev-server --hot --port 3000 --mode development", |
| 9 | + "dev": "webpack serve --mode development", |
10 | 10 | "lint": "eslint --ext .ts,.tsx src/",
|
11 | 11 | "open:coverage": "npm run coverage && open-cli ./coverage/lcov-report/index.html",
|
12 | 12 | "start": "npm run dev -- --open",
|
|
17 | 17 | "license": "ISC",
|
18 | 18 | "dependencies": {
|
19 | 19 | "clean-webpack-plugin": "^3.0.0",
|
20 |
| - "solid-js": "^0.18.7" |
| 20 | + "solid-js": "^0.23.10" |
21 | 21 | },
|
22 | 22 | "devDependencies": {
|
23 |
| - "@babel/core": "^7.10.2", |
24 |
| - "@babel/preset-env": "^7.10.2", |
25 |
| - "@babel/preset-typescript": "^7.10.1", |
26 |
| - "@testing-library/dom": "^7.16.1", |
27 |
| - "@testing-library/jest-dom": "^5.10.1", |
28 |
| - "@types/html-webpack-plugin": "^3.2.3", |
29 |
| - "@types/jest": "^26.0.0", |
30 |
| - "@types/mini-css-extract-plugin": "^0.9.1", |
31 |
| - "@types/node": "^14.0.13", |
32 |
| - "@types/optimize-css-assets-webpack-plugin": "^5.0.1", |
33 |
| - "@types/terser-webpack-plugin": "^3.0.0", |
34 |
| - "@types/webpack": "^4.41.17", |
35 |
| - "@types/webpack-dev-server": "^3.11.0", |
36 |
| - "@typescript-eslint/eslint-plugin": "^3.3.0", |
37 |
| - "@typescript-eslint/parser": "^3.3.0", |
38 |
| - "babel-loader": "^8.1.0", |
39 |
| - "babel-preset-solid": "^0.18.7", |
40 |
| - "css-loader": "^3.6.0", |
41 |
| - "eslint": "^7.2.0", |
42 |
| - "eslint-config-prettier": "^6.11.0", |
43 |
| - "eslint-import-resolver-typescript": "^2.0.0", |
44 |
| - "eslint-loader": "^4.0.2", |
45 |
| - "eslint-plugin-import": "^2.21.2", |
46 |
| - "eslint-plugin-jest": "^23.13.2", |
47 |
| - "eslint-plugin-jest-dom": "^3.0.1", |
48 |
| - "eslint-plugin-jsx-a11y": "^6.2.3", |
49 |
| - "eslint-plugin-local": "^1.0.0", |
50 |
| - "eslint-plugin-prettier": "^3.1.4", |
51 |
| - "eslint-plugin-testing-library": "^3.3.0", |
52 |
| - "file-loader": "^6.0.0", |
53 |
| - "fork-ts-checker-webpack-plugin": "^5.0.1", |
54 |
| - "html-webpack-plugin": "^4.3.0", |
55 |
| - "jest": "^26.0.1", |
56 |
| - "jest-environment-jsdom-sixteen": "^1.0.3", |
57 |
| - "mini-css-extract-plugin": "^0.9.0", |
| 23 | + "@babel/core": "^7.12.10", |
| 24 | + "@babel/eslint-parser": "^7.12.1", |
| 25 | + "@babel/preset-env": "^7.12.11", |
| 26 | + "@babel/preset-typescript": "^7.12.7", |
| 27 | + "@testing-library/dom": "^7.29.2", |
| 28 | + "@testing-library/jest-dom": "^5.11.8", |
| 29 | + "@types/jest": "^26.0.20", |
| 30 | + "@typescript-eslint/eslint-plugin": "^4.12.0", |
| 31 | + "@typescript-eslint/parser": "^4.12.0", |
| 32 | + "babel-loader": "^8.2.2", |
| 33 | + "babel-preset-solid": "^0.23.8", |
| 34 | + "css-loader": "^5.0.1", |
| 35 | + "css-minimizer-webpack-plugin": "^1.2.0", |
| 36 | + "eslint": "^7.17.0", |
| 37 | + "eslint-config-prettier": "^7.1.0", |
| 38 | + "eslint-import-resolver-typescript": "^2.3.0", |
| 39 | + "eslint-plugin-eslint-comments": "^3.2.0", |
| 40 | + "eslint-plugin-import": "^2.22.1", |
| 41 | + "eslint-plugin-jest": "^24.1.3", |
| 42 | + "eslint-plugin-jest-dom": "^3.6.5", |
| 43 | + "eslint-plugin-json": "^2.1.2", |
| 44 | + "eslint-plugin-jsx-a11y": "^6.4.1", |
| 45 | + "eslint-plugin-prettier": "^3.3.1", |
| 46 | + "eslint-plugin-testing-library": "^3.10.1", |
| 47 | + "eslint-webpack-plugin": "^2.4.1", |
| 48 | + "fork-ts-checker-webpack-plugin": "^6.1.0", |
| 49 | + "html-webpack-plugin": "^4.5.1", |
| 50 | + "jest": "^26.6.3", |
| 51 | + "mini-css-extract-plugin": "^1.3.3", |
58 | 52 | "open-cli": "^6.0.1",
|
59 |
| - "optimize-css-assets-webpack-plugin": "^5.0.3", |
60 |
| - "prettier": "^2.0.5", |
61 |
| - "terser-webpack-plugin": "^3.0.5", |
62 |
| - "ts-jest": "^26.1.0", |
63 |
| - "ts-node": "^8.10.2", |
64 |
| - "tsconfig-paths-webpack-plugin": "^3.2.0", |
65 |
| - "typescript": "^3.9.5", |
66 |
| - "webpack": "^4.43.0", |
67 |
| - "webpack-cli": "^3.3.11", |
68 |
| - "webpack-dev-server": "^3.11.0" |
| 53 | + "prettier": "^2.2.1", |
| 54 | + "style-loader": "^2.0.0", |
| 55 | + "terser-webpack-plugin": "^5.1.1", |
| 56 | + "ts-jest": "^26.4.4", |
| 57 | + "ts-node": "^9.1.1", |
| 58 | + "tsconfig-paths-webpack-plugin": "^3.3.0", |
| 59 | + "typescript": "^4.1.3", |
| 60 | + "webpack": "^5.12.2", |
| 61 | + "webpack-cli": "^4.3.1", |
| 62 | + "webpack-dev-server": "^3.11.1" |
| 63 | + }, |
| 64 | + "prettier": { |
| 65 | + "singleQuote": true |
69 | 66 | },
|
70 | 67 | "jest": {
|
71 | 68 | "globals": {
|
|
97 | 94 | ]
|
98 | 95 | },
|
99 | 96 | "browserslist": {
|
100 |
| - "development": [ |
| 97 | + "production": [ |
101 | 98 | "last 1 chrome version",
|
102 | 99 | "last 1 firefox version"
|
103 | 100 | ]
|
|
0 commit comments