-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.81 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "charisworks-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"gen": "grpc_tools_node_protoc --plugin=protoc-gen-ts=./node_modules/.bin/protoc-gen-ts --js_out=import_style=commonjs,binary:./server/codegen --grpc_out=grpc_js:./server/codegen --ts_out=grpc_js:./server/codegen -I /home/cotton/Documents/code/charis-works/charisworks-frontend/protos administrator.proto"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@firebase/rules-unit-testing": "^3.0.1",
"@grpc/grpc-js": "^1.10.3",
"@hookform/resolvers": "^3.3.4",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@splidejs/react-splide": "^0.7.12",
"@stripe/react-stripe-js": "^2.5.0",
"@stripe/stripe-js": "^3.0.2",
"browser-image-compression": "^2.0.2",
"firebase": "^10.8.0",
"framer-motion": "^11.0.20",
"google-protobuf": "^3.21.2",
"next": "^14.0.4",
"prettier": "^3.1.1",
"react": "^18",
"react-dom": "^18",
"react-google-button": "^0.7.2",
"react-hook-form": "^7.51.0",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"ress": "^5.0.2",
"sass": "^1.74.1",
"stripe": "^14.16.0",
"swr": "^2.2.5",
"unified": "^11.0.4",
"yup": "^1.4.0",
"zenn-markdown-html": "^0.1.153",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"grpc-tools": "^1.12.4",
"grpc_tools_node_protoc_ts": "^5.3.3",
"typescript": "^5"
}
}