-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.38 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
{
"name": "typing-tool",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@codemirror/lang-css": "^6.2.1",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/view": "^6.33.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.18.0",
"@uiw/react-codemirror": "^4.23.0",
"bcrypt": "^5.1.1",
"codemirror": "^5.65.17",
"firebase": "^10.13.1",
"framer-motion": "^11.3.30",
"next": "^14.2.6",
"next-auth": "^4.24.7",
"next-pwa": "^5.6.0",
"next-sitemap": "^4.2.3",
"pusher": "^5.2.0",
"pusher-js": "^8.4.0-rc2",
"react": "^18",
"react-codemirror2": "^8.0.0",
"react-confetti": "^6.1.0",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-modal": "^3.16.1",
"react-share": "^5.1.0",
"react-use": "^17.5.1",
"tw-elements": "^2.0.0",
"use-sound": "^4.0.3"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/formidable": "^3.4.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-modal": "^3.16.3",
"@types/tailwindcss": "^3.1.0",
"eslint": "^8",
"eslint-config-next": "^0.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.10",
"typescript": "^5"
}
}