first commit
This commit is contained in:
29
package.json
29
package.json
@ -3,15 +3,40 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"dev": "nodemon server/index.js",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.17.9",
|
||||
"@emotion/react": "^11.9.0",
|
||||
"@emotion/styled": "^11.8.1",
|
||||
"@mui/icons-material": "^5.6.2",
|
||||
"@mui/material": "^5.6.2",
|
||||
"@mui/x-date-pickers": "^5.0.0-alpha.1",
|
||||
"cors": "^2.8.5",
|
||||
"date-fns": "^2.28.0",
|
||||
"dotenv": "^16.0.0",
|
||||
"express": "^4.17.3",
|
||||
"express-basic-auth": "^1.2.1",
|
||||
"express-form-data": "^2.0.18",
|
||||
"iron-session": "^6.1.3",
|
||||
"md5": "^2.3.0",
|
||||
"mysql2": "^2.3.3",
|
||||
"next": "12.1.5",
|
||||
"nextjs-progressbar": "0.0.14",
|
||||
"nodemon": "^2.0.15",
|
||||
"prop-types": "^15.8.1",
|
||||
"react": "18.0.0",
|
||||
"react-dom": "18.0.0"
|
||||
"react-dom": "18.0.0",
|
||||
"react-number-format": "^4.9.3",
|
||||
"react-toastify": "^8.2.0",
|
||||
"sequelize": "^6.19.0",
|
||||
"sweetalert2": "^11.4.9",
|
||||
"sweetalert2-react-content": "^5.0.0",
|
||||
"typescript": "^4.6.3",
|
||||
"webpack": "^5.72.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "8.13.0",
|
||||
|
||||
Reference in New Issue
Block a user