-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
47 lines (47 loc) · 1.54 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
42
43
44
45
46
47
{
"name": "orderly-web",
"private": true,
"scripts": {
"build": "cross-env NODE_OPTIONS=--max_old_space_size=4096 turbo run build",
"build-storybook": "cross-env NODE_OPTIONS=--max_old_space_size=4096 pnpm --filter @orderly.network/storybook build-storybook",
"storybook": "pnpm --filter @orderly.network/storybook storybook",
"dev": "turbo run dev --concurrency=20",
"lint": "turbo run lint",
"docs": "typedoc",
"version:add": "pnpm build && changeset add",
"version:g": "node ./scripts/version.js",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"preinstall": "npx only-allow pnpm",
"prepublishOnly": "pnpm build",
"prepare": "husky install",
"test": "turbo run test",
"publish": "ts-node ./scripts/publish.ts"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@changesets/config": "^3.0.5",
"@changesets/should-skip-package": "^0.1.1",
"@changesets/types": "^6.0.0",
"@changesets/write": "^0.3.2",
"@manypkg/get-packages": "^2.2.2",
"@npmcli/package-json": "^5.0.0",
"@turbo/gen": "^2.0.11",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-custom": "workspace:*",
"husky": "^8.0.0",
"prettier": "^2.5.1",
"simple-git": "^3.27.0",
"ts-node": "^10.9.2",
"tsconfig": "workspace:*",
"turbo": "^2.0.11",
"typedoc": "^0.26.5",
"typedoc-plugin-markdown": "^4.2.3",
"typescript": "^5.6.3",
"zx": "^8.3.0"
},
"packageManager": "[email protected]",
"resolutions": {
"@storybook/node-logger": "7.6.16"
}
}