23 lines
604 B
JSON
23 lines
604 B
JSON
{
|
|
"name": "ionian_client",
|
|
"version": "0.0.1",
|
|
"description": "client of ionian",
|
|
"scripts": {
|
|
"build:watch": "ts-node build.ts"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.9.0",
|
|
"@emotion/styled": "^11.8.1",
|
|
"@mui/icons-material": "^5.6.2",
|
|
"@mui/material": "^5.6.2",
|
|
"@types/react": "^18.0.5",
|
|
"@types/react-dom": "^18.0.1",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-router-dom": "^6.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.14.36",
|
|
"ts-node": "^10.7.0"
|
|
}
|
|
}
|