Move dev packages under devDependencies

This commit is contained in:
Franck Royer 2021-04-29 11:53:21 +10:00
parent 2c66f86e91
commit eded3311b8
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 5009 additions and 1105 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,6 +5,14 @@
"homepage": "/js-waku",
"dependencies": {
"@material-ui/core": "^4.11.3",
"peer-id": "^0.14.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"waku": "file:../build/main/lib",
"waku-chat": "file:../build/main/chat",
"web-vitals": "^1.1.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
@ -12,14 +20,12 @@
"@types/node": "^12.20.7",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"peer-id": "^0.14.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"cspell": "^5.3.12",
"gh-pages": "^3.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"react-scripts": "4.0.3",
"typescript": "^4.2.4",
"waku": "file:../build/main/lib",
"waku-chat": "file:../build/main/chat",
"web-vitals": "^1.1.1"
"typescript": "^4.2.4"
},
"scripts": {
"start": "react-scripts start",
@ -54,11 +60,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"cspell": "^5.3.12",
"gh-pages": "^3.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1"
}
}