Skip to content

Commit 965e1ad

Browse files
committed
move dependencies to dev-dependecies
1 parent 95e0b71 commit 965e1ad

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,8 @@
11
{
22
"name": "arduino-serial-plotter-webapp",
3-
"version": "0.1.0",
3+
"version": "0.0.1",
44
"private": true,
55
"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"
246
},
257
"scripts": {
268
"start": "react-scripts start",
@@ -54,6 +36,24 @@
5436
"@types/react-router-dom": "^5.3.1",
5537
"eslint-config-prettier": "^8.3.0",
5638
"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"
5858
}
5959
}

0 commit comments

Comments
 (0)