This repository has been archived by the owner on Jan 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.41 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "thebanana-members",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:staging": "APP_ENV=staging next build",
"start": "next start",
"lint": "next lint",
"serve": "firebase emulators:start --only functions,hosting,firestore",
"shell": "firebase functions:shell",
"deploy": "firebase deploy",
"logs": "firebase functions:log"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@google-cloud/pubsub": "^3.1.0",
"@hapi/boom": "^10.0.0",
"@lottiefiles/react-lottie-player": "^3.4.7",
"@tailwindcss/forms": "^0.5.0",
"@types/react": "^18.0.15",
"autoprefixer": "^10.4.8",
"axios": "^0.27.2",
"class-validator": "^0.13.2",
"dayjs": "^1.10.7",
"firebase": "^9.6.1",
"firebase-admin": "^10",
"firebase-functions": "^3.16.0",
"next": "^12.3.1",
"omise": "^0.8.5",
"postcss": "^8.4.16",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-hook-form": "^7.21.2",
"react-modal": "^3.14.4",
"reflect-metadata": "^0.1.13",
"tailwindcss": "^3.1.8",
"tsyringe": "^4.6.0",
"typescript-json-serializer": "^3"
},
"devDependencies": {
"@liff/liff-types": "^2.18.1",
"@types/node": "^18.6.2",
"@types/react-dom": "^18.0.6",
"@types/react-lottie": "^1.2.6",
"@types/react-modal": "^3.13.1",
"babel-plugin-direct-import": "^1.0.0",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"cssnano": "^5.1.13",
"eslint": "^8.12.0",
"eslint-config-next": "^12.1.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss-nested": "^5.0.6",
"postcss-preset-env": "^7.0.1",
"prettier": "^2.5.1",
"tslib": "^2.3.1",
"typescript": "^4.7.4"
},
"browserslist": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
],
"packageManager": "[email protected]"
}