This repository has been archived on 2023-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
Files
IMIE_CC/package.json

20 lines
378 B
JSON

{
"name": "imie_cc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"isomorphic-unfetch": "^3.0.0",
"mysql2": "^2.1.0",
"next": "^9.3.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"sequelize": "^5.21.7"
}
}