mirror of https://github.com/waku-org/js-waku.git
Move dev packages under devDependencies
This commit is contained in:
parent
2c66f86e91
commit
eded3311b8
File diff suppressed because it is too large
Load Diff
|
@ -5,6 +5,14 @@
|
||||||
"homepage": "/js-waku",
|
"homepage": "/js-waku",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@material-ui/core": "^4.11.3",
|
"@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/jest-dom": "^5.11.10",
|
||||||
"@testing-library/react": "^11.2.6",
|
"@testing-library/react": "^11.2.6",
|
||||||
"@testing-library/user-event": "^12.8.3",
|
"@testing-library/user-event": "^12.8.3",
|
||||||
|
@ -12,14 +20,12 @@
|
||||||
"@types/node": "^12.20.7",
|
"@types/node": "^12.20.7",
|
||||||
"@types/react": "^17.0.3",
|
"@types/react": "^17.0.3",
|
||||||
"@types/react-dom": "^17.0.3",
|
"@types/react-dom": "^17.0.3",
|
||||||
"peer-id": "^0.14.8",
|
"cspell": "^5.3.12",
|
||||||
"react": "^17.0.2",
|
"gh-pages": "^3.1.0",
|
||||||
"react-dom": "^17.0.2",
|
"npm-run-all": "^4.1.5",
|
||||||
|
"prettier": "^2.2.1",
|
||||||
"react-scripts": "4.0.3",
|
"react-scripts": "4.0.3",
|
||||||
"typescript": "^4.2.4",
|
"typescript": "^4.2.4"
|
||||||
"waku": "file:../build/main/lib",
|
|
||||||
"waku-chat": "file:../build/main/chat",
|
|
||||||
"web-vitals": "^1.1.1"
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
|
@ -54,11 +60,5 @@
|
||||||
"last 1 firefox version",
|
"last 1 firefox version",
|
||||||
"last 1 safari 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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue