-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google-cloud/bigquery": "^7.9.0",
"@google-cloud/logging": "^11.2.0",
"@lexical/react": "^0.16.1",
"@stripe/react-stripe-js": "^2.8.0",
"@stripe/stripe-js": "^4.5.0",
"@vercel/analytics": "^1.3.1",
"firebase": "^10.13.1",
"firebase-functions": "^5.1.1",
"install": "^0.13.0",
"lexical": "^0.16.1",
"next": "^14.2.5",
"npm": "^10.8.3",
"react": "^18",
"react-data-table-component": "^7.6.2",
"react-dom": "^18",
"react-ga4": "^2.1.0",
"react-search-autocomplete": "^8.5.2",
"react-tooltip": "^5.27.1",
"slate": "^0.103.0",
"slate-history": "^0.100.0",
"slate-react": "^0.107.1"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}