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
2019-12-20 17:40:52 +01:00

17 lines
287 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": {
"next": "9.1.5",
"react": "16.12.0",
"react-dom": "16.12.0"
}
}