25 lines
608 B
JSON
25 lines
608 B
JSON
{
|
|
"private": true,
|
|
"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 --no-cache"
|
|
},
|
|
"dependencies": {
|
|
"@status-im/react": "0.1.0-alpha.2",
|
|
"react": "^17.0.0",
|
|
"react-dom": "^17.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-dom": "^17.0.0",
|
|
"parcel": "^2.6.2",
|
|
"process": "^0.11.10",
|
|
"typescript": "^4.0.0"
|
|
}
|
|
}
|