forked from silknight/prompt-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 997 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@analytics/google-analytics": "^1.0.3",
"@analytics/mixpanel": "^0.4.0",
"@firebase/util": "^1.6.3",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@sentry/nextjs": "^7.10.0",
"analytics": "^0.8.1",
"axios": "^0.27.2",
"firebase": "^9.9.2",
"next": "latest",
"react": "18.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.1.0",
"react-dropzone": "^14.2.2",
"react-firebase-hooks": "^5.0.3",
"react-hot-toast": "^2.3.0",
"react-icons": "^4.7.1",
"swr-firestore-v9": "^1.0.5"
},
"devDependencies": {
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2",
"typescript": "4.7.2"
}
}