-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.87 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
{
"name": "you-quiz",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@getzep/zep-js": "^0.7.2",
"@tanstack/react-query": "^5.4.3",
"ai": "^2.1.25",
"autoprefixer": "^10.4.14",
"delay": "^6.0.0",
"framer-motion": "^10.16.2",
"langchain": "0.0.167",
"limiter": "^2.1.0",
"next": "13.4.7",
"next-pwa": "^5.6.0",
"on-screen-keyboard-detector": "^2.3.0",
"openai-edge": "^1.2.1",
"path-to-regexp": "^6.2.1",
"postcss": "8.4.24",
"react": "18.2.0",
"react-calendar-heatmap": "^1.9.0",
"react-dom": "18.2.0",
"react-intersection-observer": "^9.5.2",
"react-modal-sheet": "^2.0.0",
"react-multi-carousel": "^2.8.4",
"react-responsive-modal": "^6.4.2",
"react-swipeable": "^7.0.1",
"rehype-prism-plus": "^1.6.1",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.3",
"remark-rehype": "^10.1.0",
"server-only": "^0.0.1",
"swiper": "^10.0.4",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^0.0.0-insiders.95d46a0",
"tailwindcss-inner-border": "^0.2.0"
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@tanstack/eslint-plugin-query": "^5.0.5",
"@types/node": "20.3.2",
"@types/react": "18.2.14",
"@types/react-calendar-heatmap": "^1.6.3",
"@types/react-dom": "18.2.6",
"@types/react-modal": "^3.16.0",
"@types/remark-prism": "^1.3.4",
"encoding": "^0.1.13",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"prettier": "^3.0.3",
"typescript": "5.1.6"
}
}