mirror of
https://github.com/status-im/status-web.git
synced 2025-01-13 14:14:51 +00:00
680ce2f79b
* fix example hot module replacement * add turbo * migrate to vite * use turbo for running scripts * migrate testing to vitest * set yarn in settings.json * set noEmit in base tsconfig * update yarn.lock * move protos to src * remove relative paths from status-js * remove unused files * update declaration dir * use vite-node as a debugging runtime * fix test * unify tests * fix test case typo
24 lines
571 B
JSON
24 lines
571 B
JSON
{
|
|
"name": "community",
|
|
"type": "module",
|
|
"version": "0.0.0",
|
|
"browserslist": "> 0.5%, last 2 versions, not dead, not ios_saf < 13",
|
|
"scripts": {
|
|
"dev": "parcel index.html --https --no-cache --open",
|
|
"prebuild": "rm -rf dist",
|
|
"build": "parcel build index.html"
|
|
},
|
|
"dependencies": {
|
|
"@status-im/react": "^0.0.0",
|
|
"react": "^17.0.0",
|
|
"react-dom": "^17.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-dom": "^17.0.0",
|
|
"parcel": "^2.0.0",
|
|
"typescript": "^4.0.0",
|
|
"process": "^0.11.10"
|
|
}
|
|
}
|