-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.13 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@nextui-org/react": "^2.2.9",
"@react-spring/web": "^9.7.3",
"@uiball/loaders": "^1.3.0",
"date-fns": "^2.30.0",
"firebase": "^10.5.2",
"firebase-admin": "^12.0.0",
"framer-motion": "^10.16.16",
"highlight.js": "^11.9.0",
"next": "^13.4.19",
"nextjs-google-analytics": "^2.3.3",
"prismjs": "^1.29.0",
"react": "^18",
"react-code-blocks": "^0.1.4",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-hotkeys-hook": "^4.4.1",
"react-icons": "^4.12.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"use-sound": "^4.0.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.41.3",
"autoprefixer": "^10.4.16",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"webpack-bundle-analyzer": "^4.10.1"
}
}