forked from rhinobase/fibr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 2.81 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "@fibr/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"commit": "czg",
"format": "biome check --apply .",
"prepare": "is-ci || husky install"
},
"private": true,
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@heroicons/react": "^2.1.3",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.3.4",
"@rafty/icons": "^0.1.6",
"@rafty/ui": "^1.5.2",
"@swc/helpers": "~0.5.3",
"@tailwindcss/typography": "0.5.13",
"@uidotdev/usehooks": "^2.4.1",
"class-variance-authority": "^0.7.0",
"fuse.js": "^7.0.0",
"immer": "^10.0.3",
"lodash": "^4.17.21",
"next": "14.1.0",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.49.3",
"react-hot-toast": "^2.4.1",
"react-hotkeys-hook": "^4.5.0",
"react-icons": "^5.0.1",
"react-resizable-panels": "^2.0.19",
"reactflow": "^11.10.4",
"shiki": "^1.4.0",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@biomejs/biome": "^1.4.1",
"@jscutlery/semver": "^3.4.1",
"@nx/eslint-plugin": "18.0.5",
"@nx/js": "18.0.5",
"@nx/linter": "18.0.5",
"@nx/next": "18.0.5",
"@nx/react": "18.0.5",
"@nx/rollup": "18.0.5",
"@nx/workspace": "18.0.5",
"@rafty/plugin": "^1.1.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-url": "^8.0.2",
"@svgr/rollup": "^8.1.0",
"@swc-node/register": "~1.8.0",
"@swc/cli": "~0.3.10",
"@swc/core": "~1.4.2",
"@testing-library/react": "14.0.0",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.21",
"@types/react": "18.2.60",
"@types/react-dom": "18.2.19",
"@types/react-highlight-words": "^0.16.7",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"autoprefixer": "10.4.17",
"czg": "^1.8.0",
"eslint": "8.48.0",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"jsdom": "~22.1.0",
"lint-staged": "^15.2.0",
"ngx-deploy-npm": "8.0.1",
"nx": "18.0.5",
"postcss": "8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.9",
"rollup-plugin-preserve-directives": "^0.4.0",
"sharp": "^0.33.1",
"swc-loader": "0.2.6",
"tailwindcss": "3.4.3",
"tslib": "^2.6.2",
"typescript": "~5.4.5",
"verdaccio": "^5.29.0"
},
"nx": {
"includedScripts": []
},
"packageManager": "[email protected]+sha256.245fe901f8e7fa8782d7f17d32b6a83995e2ae03984cb5b62b8949bfdc27c7b5"
}