-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.42 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.42 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
50
51
52
53
{
"name": "noterep",
"version": "0.1.0",
"private": true,
"homepage": "https://githubhosting.github.io",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@anthropic-ai/sdk": "^0.4.4",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@headlessui/react": "^1.7.19",
"@mui/base": "^5.0.0-alpha.106",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.5",
"@tailwindcss/line-clamp": "^0.4.2",
"clsx": "^1.1.1",
"daisyui": "^2.51.5",
"firebase": "^9.14.0",
"focus-visible": "^5.2.0",
"lucide-react": "^0.474.0",
"next": "^14.2.0",
"next-pwa": "^5.6.0",
"postcss-focus-visible": "^6.0.4",
"react": "18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"react-markdown": "^10.1.0",
"react-toastify": "^10.0.5",
"react-use-pwa-install": "^0.2.1",
"remark-gfm": "^4.0.1",
"showdown": "^2.1.0",
"uuid": "^11.0.5"
},
"devDependencies": {
"@vercel/analytics": "^0.1.11",
"autoprefixer": "^10.4.14",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"gh-pages": "^4.0.0",
"postcss": "^8.4.21",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.11",
"tailwindcss": "^3.3.1"
}
}