-
-
Notifications
You must be signed in to change notification settings - Fork 177
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.05 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.05 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
29
30
31
32
33
34
35
36
37
{
"name": "animate-ui",
"version": "1.0.27",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
"registry:build": "pnpm --filter animate-ui registry:build",
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@eslint/js": "^9.34.0",
"@tailwindcss/postcss": "^4.1.13",
"@types/node": "24.0.7",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@workspace/eslint-config": "workspace:*",
"@workspace/typescript-config": "workspace:*",
"eslint": "^9.34.1",
"husky": "^9.1.7",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"tailwindcss": "^4.1.13",
"turbo": "^2.4.2",
"typescript": "^5.9.2"
},
"packageManager": "pnpm@10.4.1",
"engines": {
"node": ">=20"
}
}