github.com/pelicanplatform/pelican@v1.0.5/web_ui/frontend/package.json (about) 1 { 2 "name": "src", 3 "version": "0.1.0", 4 "private": true, 5 "scripts": { 6 "dev": "export NODE_ENV=development && next dev", 7 "build": "next build", 8 "start": "next start", 9 "export": "next export", 10 "lint": "next lint", 11 "clean": "rm -rf .next & rm -rf out" 12 }, 13 "dependencies": { 14 "@emotion/react": "^11.11.1", 15 "@emotion/styled": "^11.11.0", 16 "@mui/icons-material": "^5.14.3", 17 "@mui/material": "^5.14.5", 18 "@mui/x-date-pickers": "^6.16.0", 19 "@types/node": "20.4.5", 20 "@types/react": "18.2.16", 21 "@types/react-dom": "18.2.7", 22 "chart.js": "^4.4.0", 23 "chartjs-adapter-luxon": "^1.3.1", 24 "chartjs-plugin-zoom": "^2.0.1", 25 "eslint": "8.45.0", 26 "eslint-config-next": "13.4.12", 27 "luxon": "^3.4.3", 28 "next": "14.0.3", 29 "react": "18.2.0", 30 "react-chartjs-2": "^5.2.0", 31 "react-dom": "18.2.0", 32 "swagger-ui-react": "^5.10.3", 33 "typescript": "5.1.6", 34 "yaml": "^2.3.4" 35 }, 36 "devDependencies": { 37 "@types/luxon": "^3.3.2", 38 "@types/swagger-ui-react": "^4.18.3" 39 }, 40 "engines": { 41 "node": "20" 42 } 43 }