-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 4.06 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
{
"name": "cognactive",
"private": false,
"version": "0.0.1",
"type": "module",
"scripts": {
"prepare": "husky install",
"dev": "react-router dev",
"build": "react-router build",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc --noEmit",
"typecheck:watch": "tsc --noEmit --watch",
"lint": "eslint --quiet src --ext .ts,.tsx && stylelint src/**/*.less",
"lint:fix": "eslint --quiet --fix src --ext .ts,.tsx && stylelint --fix src/**/*.less",
"i18next-resources-for-ts": "i18next-resources-for-ts toc -i ./src/i18n/locales/en -o ./src/types/resources.ts",
"translate": "transmart"
},
"dependencies": {
"@instructor-ai/instructor": "^0.0.4",
"@loadable/component": "^5.15.3",
"@mdx-js/rollup": "^3.0.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@react-router/node": "^7.0.0",
"@react-router/serve": "^7.0.0",
"@resvg/resvg-js": "^2.6.0",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-query": "^4.29.3",
"@tanstack/react-table": "^8.12.0",
"@transmart/cli": "^0.2.4",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.7.7",
"axios-rate-limit": "^1.4.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.7",
"embla-carousel-autoplay": "^8.0.0-rc20",
"embla-carousel-react": "^8.0.0-rc20",
"framer-motion": "^11.11.7",
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-resources-to-backend": "^1.1.4",
"isbot": "^4.4.0",
"js-yaml": "^4.1.0",
"lucide-react": "^0.277.0",
"openai": "^4.77.0",
"react": "^18.2.0",
"react-day-picker": "^8.9.1",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.4.1",
"react-i18next": "^13.2.2",
"react-router": "^7.0.0",
"react-simple-typewriter": "^5.0.1",
"react-webcam": "^7.2.0",
"recharts": "^2.12.7",
"satori": "^0.10.13",
"semanticscholarjs": "^1.0.4",
"spin-delay": "^1.2.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@react-router/dev": "^7.0.0",
"@tanstack/react-query-devtools": "^4.29.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/js-yaml": "^4.0.9",
"@types/loadable__component": "^5.13.4",
"@types/node": "^18.15.11",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-helmet": "^6.1.6",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.3",
"i18next-resources-for-ts": "1.3.2",
"less": "^4.1.3",
"lint-staged": "^13.2.1",
"postcss": "^8.4.21",
"postcss-less": "^6.0.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.4.1",
"remark-frontmatter": "^5.0.0",
"remark-mdx-frontmatter": "^4.0.0",
"remix-flat-routes": "^0.6.4",
"stylelint": "^15.4.0",
"stylelint-config-standard": "^32.0.0",
"stylelint-less": "^1.0.6",
"stylelint-prettier": "3",
"tailwindcss": "3.3.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"vite": "^5.4.10",
"vite-plugin-external": "^4.3.0",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.4.0"
}
}