forked from MarceloPrado/flash-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.27 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@marceloterreiro/monorepo",
"private": true,
"workspaces": [
"apps/*",
"kitchen-sink/*",
"packages/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/MarceloPrado/flash-calendar.git"
},
"scripts": {
"analyze:bundle": "scripts/analyze-bundle.sh",
"build": "turbo build",
"clean": "turbo clean && rm -rf node_modules",
"docs": "turbo docs --filter=docs",
"dev": "turbo dev",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"kitchen-sink:expo": "cd kitchen-sink/expo && bun run ios",
"lint": "turbo lint",
"typecheck": "turbo typecheck",
"publish-packages": "turbo build lint test typecheck --filter @marceloterreiro/flash-calendar && changeset version && changeset publish",
"test": "turbo test",
"postinstall": "manypkg check"
},
"dependencies": {
"@changesets/cli": "^2.27.1",
"@manypkg/cli": "^0.21.2",
"@marceloterreiro/eslint-config": "*",
"@marceloterreiro/tsconfig": "*",
"@typescript-eslint/typescript-estree": "^6.21.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^2.8.8",
"react-loadable": "npm:@docusaurus/[email protected]",
"turbo": "^2.0.6",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]",
"version": ""
}