-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.13 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": "farcaster-gui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"gen": "protoc -I=./proto proto/farcaster.proto --js_out=import_style=commonjs:./proto --grpc-web_out=import_style=typescript,mode=grpcwebtext:./proto"
},
"dependencies": {
"@headlessui/react": "^1.7.5",
"@next/font": "^13.0.4",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@types/uuid": "^9.0.0",
"class-variance-authority": "^0.3.0",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"grpc-web": "^1.4.2",
"moment": "^2.29.4",
"next": "13.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.6.0",
"react-toastify": "^9.1.1",
"sweetalert2": "10.16.9",
"typescript": "4.8.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"eslint-config-prettier": "^8.5.0",
"grpc_tools_node_protoc_ts": "^5.3.2",
"grpc-tools": "^1.11.3",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.2"
}
}