-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "ap-pieces",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 1234",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@activepieces/shared": "^0.10.45",
"@supabase/auth-helpers-nextjs": "^0.7.4",
"@supabase/supabase-js": "^2.32.0",
"@szhsin/react-menu": "^4.0.2",
"@tailwindcss/typography": "^0.5.9",
"encoding": "^0.1.13",
"eslint": "8.42.0",
"eslint-config-next": "^13.5.3",
"gray-matter": "^4.0.3",
"lottie-react": "^2.4.0",
"next": "^13.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-modal": "^3.16.1",
"react-tooltip": "^5.19.0",
"sharp": "^0.32.6",
"styled-jsx": "^5.1.2",
"typescript": "5.1.3"
},
"devDependencies": {
"@types/marked": "^5.0.0",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@types/react-modal": "^3.16.0",
"autoprefixer": "^10.4.16",
"gray-matter": "^4.0.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5"
}
}