-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
99 lines (99 loc) · 3 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
{
"name": "squaresense-ai",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prepare": "husky install"
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.3",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.6",
"@tanstack/react-table": "^8.10.0",
"@types/node": "20.6.1",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"ai": "^2.2.13",
"autoprefixer": "10.4.15",
"bufferutil": "^4.0.7",
"chart.js": "^4.4.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cobe": "^0.6.3",
"colorjs.io": "^0.4.5",
"eslint": "^8.49.0",
"eslint-config-next": "13.4.19",
"gsap": "^3.12.2",
"howler": "^2.2.4",
"jsonrepair": "^3.2.2",
"lodash": "^4.17.21",
"lucide-react": "^0.279.0",
"moment": "^2.29.4",
"nanoid": "^5.0.1",
"next": "^13.5.2",
"next-intl": "3.0.0-beta.17",
"next-nprogress-bar": "^2.1.2",
"next-themes": "^0.2.1",
"postcss": "8.4.29",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-cookie": "^6.1.1",
"react-country-flag": "^3.1.0",
"react-dom": "18.2.0",
"react-grid-layout": "^1.4.2",
"react-hot-toast": "^2.4.1",
"react-intersection-observer": "^9.5.2",
"react-json-view": "^1.21.3",
"react-lottie": "^1.2.3",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.3",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"swr": "^2.2.2",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.2.2",
"usehooks-ts": "^2.9.1",
"utf-8-validate": "^6.0.3",
"uuid": "^9.0.1",
"ws": "^8.14.2"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/howler": "^2.2.9",
"@types/lodash": "^4.14.199",
"@types/react-grid-layout": "^1.3.3",
"@types/react-lottie": "^1.2.6",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/uuid": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint-plugin-react": "^7.33.2",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"sass": "^1.67.0",
"shadcn-ui": "^0.3.0"
}
}