-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.6 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": "paletaaa",
"version": "0.0.0-development",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"build": "tsc -b && vite build",
"commit": "cz",
"dev": "vite",
"lint": "eslint .",
"pr:main": "gh pr create --base main --project paletaaa",
"prepare": "husky",
"preview": "vite preview",
"test": "vitest",
"typecheck": "tsc -b --noEmit"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"@floating-ui/react": "^0.27.4",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.4",
"@uiw/react-textarea-code-editor": "^3.1.0",
"class-variance-authority": "^0.7.1",
"color-contrast-checker": "^2.1.0",
"d3-force-3d": "^3.0.5",
"lucide-react": "^0.473.0",
"lz-string": "^1.5.0",
"posthog-js": "^1.217.1",
"react": "^19.0.0",
"react-aria-components": "^1.6.0",
"react-dom": "^19.0.0",
"react-force-graph": "^1.46.0",
"react-force-graph-2d": "^1.27.0",
"react-router": "^7.1.5",
"semantic-release": "^24.2.1",
"vite-plugin-posthog": "^2.1.0"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "^9.18.0",
"@semantic-release/git": "^10.0.1",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/d3": "^7.4.3",
"@types/react": "^19.0.7",
"@types/react-color": "^3.0.13",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"commitizen": "^4.3.1",
"conventional-changelog": "^6.0.0",
"eslint": "^9.18.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"husky": "^9.1.7",
"jsdom": "^26.0.0",
"lint-staged": "^15.4.1",
"postcss": "^8.5.1",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"typescript": "~5.7.3",
"typescript-eslint": "^8.20.0",
"vite": "^6.0.7",
"vitest": "^3.0.2"
},
"packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321"
}