57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "anidl-gui",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.4",
|
|
"@emotion/styled": "^11.11.5",
|
|
"@mui/icons-material": "^5.15.20",
|
|
"@mui/lab": "^5.0.0-alpha.170",
|
|
"@mui/material": "^5.15.20",
|
|
"concurrently": "^8.2.2",
|
|
"notistack": "^2.0.8",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"typescript": "^5.5.2",
|
|
"uuid": "^9.0.1",
|
|
"ws": "^8.17.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.24.7",
|
|
"@babel/core": "^7.24.7",
|
|
"@babel/preset-env": "^7.24.7",
|
|
"@babel/preset-react": "^7.24.7",
|
|
"@babel/preset-typescript": "^7.24.7",
|
|
"@types/node": "^20.14.6",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/uuid": "^9.0.8",
|
|
"babel-loader": "^9.1.3",
|
|
"css-loader": "^7.1.2",
|
|
"html-webpack-plugin": "^5.6.0",
|
|
"style-loader": "^3.3.4",
|
|
"ts-node": "^10.9.2",
|
|
"webpack": "^5.92.1",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^5.0.4"
|
|
},
|
|
"proxy": "http://localhost:3000",
|
|
"scripts": {
|
|
"build": "npx tsc && npx webpack",
|
|
"start": "npx concurrently -k npm:frontend npm:backend",
|
|
"frontend": "npx webpack-dev-server",
|
|
"backend": "npx ts-node -T ../../gui.ts"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|