mirror of
https://github.com/status-im/os.status.network.git
synced 2026-08-27 17:01:13 +00:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "sn-os",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@acid-info/webcave-react": "1.0.4-alpha.0",
|
|
"howler": "^2.2.4",
|
|
"react": "^18.2.0",
|
|
"react-click-away-listener": "^2.2.3",
|
|
"react-dom": "^18.2.0",
|
|
"react95": "^4.0.0",
|
|
"styled-components": "^6.1.16"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"format": "prettier --write ./src"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.37",
|
|
"@types/react-dom": "^18.2.15",
|
|
"@types/styled-components": "5.1.1",
|
|
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
|
"@typescript-eslint/parser": "^6.10.0",
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
"eslint": "^8.53.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.4",
|
|
"prettier": "^3.1.0",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.2.0"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "^18.2.37"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
|
|
}
|