-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.06 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
{
"name": "flowly",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@meilisearch/instant-meilisearch": "^0.20.0",
"@next/codemod": "^14.2.7",
"@next/codemod": "^14.2.7",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@stitches/react": "^1.2.8",
"@vercel/postgres": "^0.9.0",
"atob": "^2.1.2",
"dotenv": "^16.4.5",
"framer-motion": "^11.3.31",
"instantsearch.css": "^8.5.0",
"js-cookie": "^3.0.5",
"marked": "^14.1.0",
"next": "14.2.7",
"next-plausible": "^3.12.2",
"next-plausible": "^3.12.2",
"rc-pagination": "^4.2.0",
"react": "^18",
"react-dom": "^18",
"react-instantsearch-dom": "^6.40.4",
"sass": "^1.77.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}