-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
104 lines (104 loc) · 2.9 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
98
99
100
101
102
103
104
{
"name": "@fibr/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"commit": "czg",
"format": "biome check --apply .",
"prepare": "is-ci || husky install"
},
"private": true,
"dependencies": {
"@algolia/autocomplete-core": "^1.17.2",
"@chakra-ui/react": "^2.8.2",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@duck-form/fields": "^0.1.1",
"@heroicons/react": "^2.1.3",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.3.4",
"@mdx-js/loader": "^3.0.1",
"@next/mdx": "^14.2.4",
"@radix-ui/react-tabs": "^1.1.0",
"@rafty/icons": "^0.1.6",
"@rafty/ui": "^1.7.0",
"@sindresorhus/slugify": "^2.2.1",
"@swc/helpers": "0.5.13",
"@tailwindcss/typography": "0.5.9",
"@types/mdx": "^2.0.13",
"@uidotdev/usehooks": "^2.4.1",
"acorn": "^8.12.0",
"class-variance-authority": "^0.7.0",
"duck-form": "^0.1.4",
"fast-glob": "^3.3.2",
"flexsearch": "^0.7.43",
"framer-motion": "^11.2.11",
"fuse.js": "^7.0.0",
"immer": "^10.0.3",
"lodash": "^4.17.21",
"mdast-util-to-string": "^4.0.0",
"mdx-annotations": "^0.1.4",
"next": "14.2.3",
"next-themes": "^0.2.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-highlight-words": "^0.20.0",
"react-hook-form": "^7.53.0",
"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",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-mdx": "^3.0.1",
"shiki": "^1.4.0",
"simple-functional-loader": "^1.2.1",
"tailwind-merge": "^2.5.2",
"unist-util-filter": "^5.0.1",
"unist-util-visit": "^5.0.0",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@biomejs/biome": "^1.4.1",
"@hookform/devtools": "^4.3.1",
"@nx/js": "20.0.2",
"@nx/next": "20.0.2",
"@nx/react": "20.0.2",
"@nx/rollup": "20.0.2",
"@nx/workspace": "20.0.2",
"@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.9.2",
"@swc/cli": "0.3.14",
"@swc/core": "1.5.7",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.21",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-highlight-words": "^0.16.7",
"autoprefixer": "10.4.17",
"czg": "^1.8.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"jsdom": "~22.1.0",
"nano-staged": "^0.8.0",
"nx": "20.0.2",
"postcss": "8.4.38",
"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.5.4",
"verdaccio": "^5.29.0"
},
"nx": {
"includedScripts": []
}
}