|
1 | 1 | {
|
2 | 2 | "name": "arduino-serial-plotter-webapp",
|
3 |
| - "version": "0.1.0", |
| 3 | + "version": "0.0.1", |
4 | 4 | "private": true,
|
5 | 5 | "dependencies": {
|
6 |
| - "@testing-library/jest-dom": "^5.14.1", |
7 |
| - "@testing-library/react": "^11.2.7", |
8 |
| - "@testing-library/user-event": "^12.8.3", |
9 |
| - "@types/jest": "^26.0.24", |
10 |
| - "@types/node": "^12.20.28", |
11 |
| - "@types/react": "^17.0.27", |
12 |
| - "@types/react-dom": "^17.0.9", |
13 |
| - "arduino-sass": "^3.0.1", |
14 |
| - "bourbon": "^7.0.0", |
15 |
| - "highcharts": "^9.2.2", |
16 |
| - "highcharts-react-official": "^3.0.0", |
17 |
| - "node-sass": "^6.0.1", |
18 |
| - "react": "^17.0.2", |
19 |
| - "react-dom": "^17.0.2", |
20 |
| - "react-scripts": "4.0.3", |
21 |
| - "react-select": "^5.1.0", |
22 |
| - "typescript": "^4.4.3", |
23 |
| - "web-vitals": "^1.1.2" |
24 | 6 | },
|
25 | 7 | "scripts": {
|
26 | 8 | "start": "react-scripts start",
|
|
54 | 36 | "@types/react-router-dom": "^5.3.1",
|
55 | 37 | "eslint-config-prettier": "^8.3.0",
|
56 | 38 | "eslint-plugin-prettier": "^4.0.0",
|
57 |
| - "prettier": "^2.4.1" |
| 39 | + "prettier": "^2.4.1", |
| 40 | + "@testing-library/jest-dom": "^5.14.1", |
| 41 | + "@testing-library/react": "^11.2.7", |
| 42 | + "@testing-library/user-event": "^12.8.3", |
| 43 | + "@types/jest": "^26.0.24", |
| 44 | + "@types/node": "^12.20.28", |
| 45 | + "@types/react": "^17.0.27", |
| 46 | + "@types/react-dom": "^17.0.9", |
| 47 | + "arduino-sass": "^3.0.1", |
| 48 | + "bourbon": "^7.0.0", |
| 49 | + "highcharts": "^9.2.2", |
| 50 | + "highcharts-react-official": "^3.0.0", |
| 51 | + "node-sass": "^6.0.1", |
| 52 | + "react": "^17.0.2", |
| 53 | + "react-dom": "^17.0.2", |
| 54 | + "react-scripts": "4.0.3", |
| 55 | + "react-select": "^5.1.0", |
| 56 | + "typescript": "^4.4.3", |
| 57 | + "web-vitals": "^1.1.2" |
58 | 58 | }
|
59 | 59 | }
|
0 commit comments