24 lines
525 B
JSON
24 lines
525 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": {
|
|
"@react-native-community/geolocation": "^2.0.2",
|
|
"isomorphic-unfetch": "^3.0.0",
|
|
"mysql2": "^2.1.0",
|
|
"next": "^9.3.0",
|
|
"react": "^16.13.0",
|
|
"react-dom": "^16.13.0",
|
|
"react-is": "^16.13.1",
|
|
"react-native": "^0.62.2",
|
|
"sequelize": "^5.21.7",
|
|
"styled-components": "^5.1.0"
|
|
}
|
|
}
|