-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
123 lines (123 loc) · 3.95 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "pixelsmithy",
"version": "1.0.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow bun",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ./src --report-unused-disable-directives --max-warnings 0 --fix",
"test": "jest --passWithNoTests",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"postinstall": "node scripts/postinstall.js",
"dr:build": "npx declarative-routing build",
"dr:build:watch": "npx declarative-routing build --watch"
},
"dependencies": {
"@faker-js/faker": "8.4.1",
"@formkit/auto-animate": "^0.8.2",
"@hookform/resolvers": "^3.3.4",
"@mantine/carousel": "7.8.0",
"@mantine/core": "7.8.0",
"@mantine/dates": "7.8.0",
"@mantine/dropzone": "7.8.0",
"@mantine/hooks": "7.8.0",
"@mantine/spotlight": "7.8.0",
"@phosphor-icons/react": "2.0.15",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-use-callback-ref": "^1.0.1",
"@tabler/icons-react": "2.47.0",
"@tinymce/tinymce-react": "4.3.2",
"ahooks": "3.7.10",
"apexcharts": "3.46.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "3.5.0",
"dayjs": "1.11.10",
"embla-carousel-react": "8.0.0-rc22",
"framer-motion": "11.0.20",
"immer": "10.0.3",
"keen-slider": "6.8.6",
"lodash-es": "4.17.21",
"lucide-react": "^0.372.0",
"mantine-datatable": "7.8.1",
"next": "14.2.2",
"next-query-params": "^5.0.0",
"produce": "0.4.1",
"query-string": "^9.0.0",
"react": "18.3.1",
"react-apexcharts": "1.4.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.51.3",
"react-perfect-scrollbar": "1.5.8",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"tinymce": "6.8.3",
"urlcat": "2.0.4",
"use-query-params": "^2.2.1",
"utility-types": "3.11.0",
"zod": "^3.23.8",
"zustand": "4.5.1"
},
"devDependencies": {
"@fullstacksjs/eslint-config": "10.10.1",
"@jest/globals": "29.7.0",
"@next/bundle-analyzer": "14.1.3",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.2.6",
"@semantic-release/release-notes-generator": "12.1.0",
"@storybook/addon-essentials": "7.5.3",
"@storybook/addon-interactions": "7.5.3",
"@storybook/addon-links": "7.5.3",
"@storybook/blocks": "7.5.3",
"@storybook/nextjs": "7.5.3",
"@storybook/react": "7.5.3",
"@storybook/test-runner": "0.15.2",
"@storybook/testing-library": "0.2.2",
"@svgr/webpack": "8.1.0",
"@testing-library/jest-dom": "6.1.4",
"@total-typescript/ts-reset": "0.5.1",
"@types/jest": "29.5.10",
"@types/lodash-es": "4.17.12",
"@types/node": "20.11.16",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"autoprefixer": "^10.4.19",
"eslint": "8.38.0",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-unused-imports": "3.1.0",
"fs-extra": "11.2.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"postcss": "^8.4.38",
"postcss-preset-mantine": "1.13.0",
"postcss-simple-vars": "7.0.1",
"prettier": "3.1.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"sass": "1.70.0",
"semantic-release": "17.4.7",
"storybook": "7.5.3",
"tailwindcss": "^3.4.3",
"ts-jest": "29.1.1",
"typescript": "5.3.2"
},
"resolutions": {
"string-width": "^4",
"strip-ansi": "^4",
"wrap-ansi": "^7"
}
}