-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1.04 KB
/
package.json
File metadata and controls
28 lines (28 loc) · 1.04 KB
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
{
"name": "bookingeek",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev:app": "pnpm --filter @bookingeek/app dev",
"dev:api": "pnpm --filter @bookingeek/api start:dev",
"dev:website": "pnpm --filter @bookingeek/website dev",
"build:core": "pnpm --filter @bookingeek/core build",
"build:website": "pnpm --filter @bookingeek/website run build",
"build:app": "pnpm --filter @bookingeek/app run build",
"build:api": "pnpm --filter @bookingeek/api run build",
"build:android": "cd apps/bookingeek-app/android && sh gradlew build && ./gradlew assemble",
"storybook:app": "pnpm --filter @bookingeek/app storybook"
},
"keywords": [],
"author": "",
"license": "ISC",
"resolutions": {
"styled-components": "^5"
},
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
"dependencies": {
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1"
}
}