mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-01-11 20:10:20 +00:00
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "anidl-gui",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@mui/icons-material": "^7.1.2",
|
|
"@mui/lab": "7.0.0-beta.12",
|
|
"@mui/material": "^7.1.2",
|
|
"concurrently": "^9.2.0",
|
|
"notistack": "^3.0.2",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"typescript": "^5.8.3",
|
|
"uuid": "^11.1.0",
|
|
"ws": "^8.18.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.27.2",
|
|
"@babel/core": "^7.27.4",
|
|
"@babel/preset-env": "^7.27.2",
|
|
"@babel/preset-react": "^7.27.1",
|
|
"@babel/preset-typescript": "^7.27.1",
|
|
"@types/node": "^22.15.32",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@types/uuid": "^10.0.0",
|
|
"babel-loader": "^10.0.0",
|
|
"css-loader": "^7.1.2",
|
|
"html-webpack-plugin": "^5.6.3",
|
|
"style-loader": "^4.0.0",
|
|
"ts-node": "^10.9.2",
|
|
"webpack": "^5.99.9",
|
|
"webpack-cli": "^6.0.1",
|
|
"webpack-dev-server": "^5.2.2"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|