-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 889 Bytes
/
package.json
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
{
"name": "eventos-aulas",
"version": "1.0.0",
"private": "true",
"description": "This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).",
"scripts": {
"dev": "run-p packages:* apps:*",
"apps:frontend": "cd apps/frontend && npm run dev",
"apps:backend": "cd apps/backend && npm run start:dev",
"-apps:mobile": "cd apps/mobile && expo start --android --clear --tunnel",
"packages:core": "cd packages/core && npm run dev"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"crypto-browserify": "^3.12.1",
"npm-run-all": "^4.1.5",
"react-native-get-random-values": "^1.11.0",
"react-native-uuid": "^2.0.3"
},
"workspaces": [
"apps/*",
"packages/*"
],
"devDependencies": {
"@nestjs/cli": "^10.4.8"
}
}