Files
SafeLine/website/package.json

34 lines
754 B
JSON
Raw Normal View History

2023-08-02 13:56:10 +08:00
{
2023-11-21 15:33:53 +08:00
"name": "website2",
"version": "0.1.0",
2023-08-02 13:56:10 +08:00
"private": true,
"scripts": {
2023-11-21 15:33:53 +08:00
"dev": "next dev",
"build": "next build",
2023-11-22 12:05:25 +08:00
"start": "next start -p 3001",
2023-11-21 15:33:53 +08:00
"lint": "next lint"
2023-08-02 13:56:10 +08:00
},
"dependencies": {
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
2023-08-04 16:56:45 +08:00
"@mui/icons-material": "5.14.3",
"@mui/lab": "5.0.0-alpha.138",
"@mui/material": "5.14.3",
2023-08-02 13:56:10 +08:00
"countup.js": "2.7.0",
2023-11-21 15:33:53 +08:00
"next": "14.0.1",
"react": "^18",
"react-dom": "^18"
2023-08-02 13:56:10 +08:00
},
"devDependencies": {
2023-11-21 15:33:53 +08:00
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
2023-08-02 13:56:10 +08:00
}
}