-
Notifications
You must be signed in to change notification settings - Fork 342
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 766 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 766 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
31
32
{
"name": "react-google-charts-monorepo",
"private": true,
"scripts": {
"build": "turbo build",
"start": "turbo start",
"lint": "turbo lint",
"test": "turbo test",
"build-storybook": "turbo build-storybook --",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"updateGitHooks": "simple-git-hooks",
"nano-staged": "nano-staged",
"commitlint": "commitlint --edit $1",
"//": "//"
},
"devDependencies": {
"@size-limit/preset-big-lib": "^11.1.6",
"nano-staged": "^0.8.0",
"prettier": "^3.2.5",
"size-limit": "^11.1.6",
"turbo": "^2.4.4",
"typescript": "^5.6.3"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9.14.2",
"workspaces": [
"apps/*",
"packages/*"
]
}