-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2 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
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
{
"name": "components-kit",
"version": "0.1.0",
"pnpm": {
"overrides": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
},
"description": "Bi-directional Figma design system sync. CSS ships instantly—no code, no redeploy, no maintenance.",
"keywords": [
"react",
"components",
"ui",
"typescript",
"figma",
"design-system",
"headless",
"accessible"
],
"author": "ComponentsKit Team",
"license": "MIT",
"homepage": "https://componentskit.com",
"repository": {
"type": "git",
"url": "https://github.com/components-kit/packages.git"
},
"bugs": {
"url": "https://github.com/components-kit/packages/issues"
},
"packageManager": "pnpm@10.5.2",
"scripts": {
"build": "pnpm --filter @components-kit/react build",
"dev": "pnpm --filter @components-kit/react dev",
"frontend:dev": "pnpm --filter @components-kit/landing dev",
"frontend:build": "pnpm generate:llms && pnpm --filter @components-kit/landing build",
"lint": "pnpm --filter @components-kit/react lint",
"prepare": "husky",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"generate:llms": "node scripts/generate-llms-full.mjs"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@tanstack/react-table": "^8.21.3",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"downshift": "^9.0.0",
"@types/jest": "^30.0.0",
"@typescript-eslint/eslint-plugin": "^8.36.0",
"@typescript-eslint/parser": "^8.36.0",
"@vitest/ui": "^3.2.4",
"eslint": "^9.30.1",
"eslint-js": "github:eslint/js",
"eslint-plugin-perfectionist": "^4.15.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.3.0",
"husky": "^9.1.7",
"jsdom": "^26.1.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.36.0",
"vitest": "^3.2.4"
}
}