This repository was archived by the owner on Jan 2, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.45 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.45 KB
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
{
"name": "scribr",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write ."
},
"dependencies": {
"@chakra-ui/icons": "^2.0.18",
"@chakra-ui/next-js": "^2.1.2",
"@chakra-ui/react": "^2.5.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@types/node": "18.15.11",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.2",
"autoprefixer": "10.4.14",
"axios": "^1.3.6",
"eslint-config-next": "13.3.0",
"framer-motion": "^10.11.6",
"langchain": "^0.0.66",
"lodash": "^4.17.21",
"lucide-react": "^0.144.0",
"next": "13.3.0",
"postcss": "8.4.21",
"react": "18.2.0",
"react-custom-events": "^1.1.1",
"react-dom": "18.2.0",
"react-fetch-hook": "^1.9.5",
"react-query": "^3.39.3",
"react-youtube": "^10.1.0",
"swr": "^2.1.3",
"tailwindcss": "3.3.1",
"typescript": "5.0.4",
"zustand": "^4.3.7"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"eslint": "^8.38.0",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9"
}
}