|
1 | 1 | {
|
2 | 2 | "scripts": {
|
3 |
| - "start": "webpack-dev-server --mode development --host 0.0.0.0", |
4 |
| - "build": "webpack --p", |
| 3 | + "start": "webpack serve --mode development --host 0.0.0.0", |
| 4 | + "build": "webpack --mode production", |
5 | 5 | "test": "jest",
|
6 | 6 | "prettier": "prettier -c --write ./src/**/*"
|
7 | 7 | },
|
|
18 | 18 | },
|
19 | 19 | "globals": {
|
20 | 20 | "ts-jest": {
|
21 |
| - "tsConfig": "tsconfig.json" |
| 21 | + "tsconfig": "tsconfig.json" |
22 | 22 | }
|
23 | 23 | },
|
24 | 24 | "testMatch": [
|
|
31 | 31 | ]
|
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 |
| - "@babel/core": "^7.1.6", |
35 |
| - "@types/gl-matrix": "^2.4.0", |
36 |
| - "@types/html-webpack-plugin": "^2.30.3", |
37 |
| - "@types/jest": "^24.0.25", |
38 |
| - "@types/jest-image-snapshot": "^2.11.1", |
39 |
| - "@types/node": "^10.3.1", |
40 |
| - "@types/ramda": "^0.25.34", |
41 |
| - "@types/react": "^16.8.2", |
42 |
| - "@types/react-color": "^2.14.0", |
43 |
| - "@types/react-dom": "^16.8.0", |
44 |
| - "@types/react-dropzone": "^4.2.2", |
45 |
| - "@types/react-hot-loader": "^4.1.0", |
46 |
| - "@types/styled-components": "4.1.8", |
| 34 | + "@babel/core": "^7.16.12", |
| 35 | + "@types/gl-matrix": "^3.2.0", |
| 36 | + "@types/html-webpack-plugin": "^3.2.6", |
| 37 | + "@types/jest": "^27.4.0", |
| 38 | + "@types/jest-image-snapshot": "^4.3.1", |
| 39 | + "@types/node": "^17.0.13", |
| 40 | + "@types/ramda": "^0.27.64", |
| 41 | + "@types/react": "^17.0.38", |
| 42 | + "@types/react-color": "^3.0.6", |
| 43 | + "@types/react-dom": "^17.0.11", |
| 44 | + "@types/react-dropzone": "^5.1.0", |
| 45 | + "@types/react-hot-loader": "^4.1.1", |
| 46 | + "@types/styled-components": "^5.1.21", |
47 | 47 | "@types/three": "^0.93.19",
|
48 |
| - "awesome-typescript-loader": "^5.2.0", |
49 |
| - "babel-plugin-styled-components": "^1.8.0", |
| 48 | + "awesome-typescript-loader": "^5.2.1", |
| 49 | + "babel-plugin-styled-components": "^2.0.2", |
50 | 50 | "fast-dataview": "^0.3.3",
|
51 |
| - "file-loader": "^1.1.11", |
52 |
| - "html-webpack-plugin": "^3.2.0", |
53 |
| - "jest": "^24.9.0", |
54 |
| - "jest-image-snapshot": "^2.5.0", |
55 |
| - "prettier": "^1.11.1", |
56 |
| - "ts-jest": "^24.2.0", |
57 |
| - "ts-node": "^8.5.4", |
58 |
| - "typescript": "^3.7.4", |
59 |
| - "typescript-eslint-parser": "^20.0.0", |
60 |
| - "webpack": "^4.0.0-beta.3", |
61 |
| - "webpack-cli": "^3.0.8", |
62 |
| - "webpack-dev-server": "^3.1.4" |
| 51 | + "file-loader": "^6.2.0", |
| 52 | + "html-webpack-plugin": "^5.5.0", |
| 53 | + "jest": "^27.4.7", |
| 54 | + "jest-image-snapshot": "^4.5.1", |
| 55 | + "prettier": "^2.5.1", |
| 56 | + "ts-jest": "^27.1.3", |
| 57 | + "ts-loader": "^9.2.6", |
| 58 | + "ts-node": "^10.4.0", |
| 59 | + "typescript": "^4.5.5", |
| 60 | + "typescript-eslint-parser": "^22.0.0", |
| 61 | + "webpack": "^5.67.0", |
| 62 | + "webpack-cli": "^4.9.2", |
| 63 | + "webpack-dev-server": "^4.7.3" |
63 | 64 | },
|
64 | 65 | "dependencies": {
|
65 |
| - "fast-png": "^3.1.0", |
66 |
| - "gl-matrix": "^2.7.1", |
67 |
| - "libreact": "^2.8.1", |
68 |
| - "multi-array-view": "^0.1.0", |
69 |
| - "ramda": "^0.25.0", |
70 |
| - "react": "^16.8.1", |
71 |
| - "react-color": "^2.17.0", |
72 |
| - "react-dom": "^16.8.1", |
73 |
| - "react-dropzone": "^8.0.4", |
74 |
| - "react-hot-loader": "^4.6.5", |
75 |
| - "style-loader": "^0.23.1", |
76 |
| - "styled-components": "^4.4.1", |
| 66 | + "@types/webpack": "^5.28.0", |
| 67 | + "fast-png": "^6.1.0", |
| 68 | + "gl-matrix": "^3.4.3", |
| 69 | + "libreact": "^2.13.3", |
| 70 | + "multi-array-view": "^0.1.7", |
| 71 | + "ramda": "^0.28.0", |
| 72 | + "react": "^17.0.2", |
| 73 | + "react-color": "^2.19.3", |
| 74 | + "react-dom": "^17.0.2", |
| 75 | + "react-dropzone": "^11.5.1", |
| 76 | + "react-hot-loader": "^4.13.0", |
| 77 | + "style-loader": "^3.3.1", |
| 78 | + "styled-components": "^5.3.3", |
77 | 79 | "three": "^0.101.1",
|
78 | 80 | "three-orbit-controls": "^82.1.0"
|
79 | 81 | }
|
|
0 commit comments