Files
ais/web/package.json
2022-12-13 07:42:44 +08:00

25 lines
636 B
JSON

{
"name": "web",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "esbuild src/index.jsx --bundle --minify --outfile=public/ais.js --loader:.webp=dataurl --analyze",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.16",
"@mui/material": "^5.10.17",
"esbuild": "^0.16.4",
"parcel": "^2.8.1",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.5"
}
}