-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
80 lines (80 loc) · 2.96 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "@dotlottie/player-component-monorepo",
"description": "dotLottie web players.",
"repository": "https://github.com/dotlottie/player-component.git",
"homepage": "https://dotlottie.io/players",
"bugs": "https://github.com/dotlottie/player-component/issues",
"license": "MIT",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "turbo run build",
"changelog": "changeset add",
"changelog:check": "changeset status --since=main",
"clean": "node scripts/remove-dev.mjs && turbo run clean",
"deps:sync": "syncpack list-mismatches --dev --prod",
"deps:updates": "ncu --deep",
"deps:upgrade": "ncu --deep --format repo -i --removeRange",
"dev": "turbo run dev",
"docs:readme": "remark ./**/README.md --output --ignore-path ./.remarkignore --silently-ignore",
"format": "pnpm run format:prettier",
"format:prettier": "prettier --loglevel=warn --no-editorconfig --write .",
"format:remark": "remark . --output --ignore-path .remarkignore --silently-ignore",
"lint": "eslint .",
"lint:prod": "cross-env NODE_ENV=production eslint --fix .",
"preinstall": "npx only-allow pnpm",
"prepare": "husky install",
"release": "pnpm release:version && pnpm release:publish",
"release:publish": "pnpm clean && pnpm build && pnpm publish -r && changeset tag",
"release:version": "changeset version",
"renderers:update-releases": "turbo run update-releases",
"stats:eslint": "pnpm run stats:eslint",
"stats:ts": "pnpm run stats:ts",
"test": "turbo run test --concurrency=1",
"test:coverage": "turbo run test:coverage",
"type-check": "turbo run type-check",
"size-check": "size-limit"
},
"devDependencies": {
"@changesets/cli": "2.26.1",
"@commitlint/cli": "17.0.3",
"@lottiefiles/commitlint-config": "2.0.0",
"@lottiefiles/eslint-plugin": "3.0.0",
"@lottiefiles/prettier-config": "3.0.0",
"@lottiefiles/remark-preset": "1.0.0",
"@lottiefiles/tsconfig": "2.0.0",
"@size-limit/preset-big-lib": "^8.2.6",
"cross-env": "7.0.3",
"esbuild": "0.14.49",
"eslint": "7.32.0",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"npm-check-updates": "15.3.4",
"prettier": "2.7.1",
"remark-cli": "11.0.0",
"size-limit": "^8.2.6",
"syncpack": "8.2.4",
"turbo": "1.3.4",
"typescript": "4.7.4",
"zx": "7.2.2"
},
"pnpm": {
"overrides": {
"d3-color@<3.1.0": ">=3.1.0",
"@braintree/sanitize-url@<6.0.0": ">=6.0.0",
"@braintree/sanitize-url@<6.0.1": ">=6.0.1",
"mermaid@>=8.0.0 <9.1.2": ">=9.1.2",
"@cypress/request@<=2.88.12": ">=3.0.0",
"undici@<5.26.2": ">=5.26.2",
"zod@<=3.22.2": ">=3.22.3",
"next@>=0.9.9 <13.4.20-canary.13": ">=13.4.20-canary.13",
"minimatch@<3.0.5": ">=3.0.5",
"vite@>=4.4.0 <4.4.12": ">=4.4.12",
"@babel/traverse@<7.23.2": ">=7.23.2",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"postcss@<8.4.31": ">=8.4.31"
}
},
"packageManager": "[email protected]"
}