-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 809 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "econotificamobile-iot",
"version": "1.0.0",
"description": "teste",
"main": "index.js",
"scripts": {
"start": "concurrently \"npm run dev --prefix back\" \"npm run web --prefix Front\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/raquelvivi/EcoNotificaMobile-IOT.git"
},
"author": "econotifica",
"license": "ISC",
"bugs": {
"url": "https://github.com/raquelvivi/EcoNotificaMobile-IOT/issues"
},
"homepage": "https://github.com/raquelvivi/EcoNotificaMobile-IOT#readme",
"dependencies": {
"bcrypt": "^6.0.0",
"concurrently": "^9.2.0",
"expo-linear-gradient": "^14.1.5",
"nodemon": "^3.1.10",
"react-native-maps": "^1.24.7"
},
"devDependencies": {
"@types/react": "^19.1.8",
"typescript": "~5.8.3"
}
}