-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
155 lines (155 loc) Β· 4.52 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "roompy-web",
"version": "0.2.0",
"private": false,
"description": "A free platform to connect and find roommates",
"author": {
"name": "Tri Rizeki Rifandani",
"email": "tri.rifandani@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rifandani/roompy-web.git"
},
"bugs": {
"url": "https://github.com/rifandani/roompy-web/issues"
},
"homepage": "https://github.com/rifandani/roompy-web#readme",
"keywords": [
"open-source",
"nextjs",
"firebase",
"cypress",
"typescript"
],
"scripts": {
"dev": "rm -rf ./.next && next dev",
"build": "next build",
"start": "next start",
"build:export": "next build && next export",
"prepare": "husky install",
"lint": "eslint . --ext ts --ext tsx --ext js --ext jsx",
"format": "prettier --write .",
"type-check": "tsc --pretty --noEmit",
"test": "jest",
"test-all": "yarn lint && yarn type-check && yarn test",
"cy:install": "cypress install",
"cy:open": "cypress open --browser chrome",
"cy:run": "cypress run --headless --browser chrome",
"cm": "cz",
"cm:signed": "cz -S",
"release": "standard-version",
"release:patch": "standard-version --release-as patch",
"release:minor": "standard-version --release-as minor",
"release:major": "standard-version --release-as major"
},
"lint-staged": {
"*.@(ts|tsx)": [
"yarn lint",
"yarn format"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@formspree/react": "^2.2.3",
"@headlessui/react": "^1.2.0",
"@sentry/browser": "^6.7.1",
"@sentry/integrations": "^6.7.1",
"@sentry/node": "^6.7.1",
"@sentry/webpack-plugin": "^1.15.1",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/line-clamp": "^0.2.1",
"@turf/turf": "^6.4.0",
"autoprefixer": "^10.2.6",
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"cookie": "^0.4.1",
"cors": "^2.8.5",
"firebase": "^8.6.8",
"firebase-admin": "^9.9.0",
"formik": "^2.2.9",
"jsonwebtoken": "^8.5.1",
"leaflet": "^1.7.1",
"leaflet-geosearch": "^3.3.2",
"leaflet.markercluster": "^1.5.0",
"localforage": "^1.9.0",
"midtrans-client": "^1.2.4",
"multer": "^1.4.2",
"next": "^11.0.0",
"next-connect": "^0.10.1",
"next-seo": "^4.26.0",
"nprogress": "^0.2.0",
"postcss": "^8.3.5",
"qrcode": "^1.4.4",
"rc-slider": "^9.7.2",
"react": "^17.0.2",
"react-awesome-reveal": "^3.8.1",
"react-datepicker": "^4.1.1",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.2",
"react-icons": "^4.2.0",
"react-leaflet": "^3.2.0",
"react-leaflet-markercluster": "^3.0.0-rc1",
"react-loader-spinner": "^4.0.0",
"react-number-format": "^4.6.3",
"react-paginate": "^7.1.3",
"react-phone-input-2": "^2.14.0",
"react-select": "^4.3.1",
"react-toastify": "^7.0.4",
"react-tooltip": "^4.2.21",
"rodal": "^1.8.1",
"swr": "^0.5.6",
"tailwindcss": "^2.2.2",
"ws": "^7.5.0",
"xhr2": "^0.2.1",
"yup": "^0.32.9",
"yup-phone": "^1.2.19"
},
"devDependencies": {
"@tailwindcss/custom-forms": "^0.2.1",
"@types/axios": "^0.14.0",
"@types/bcrypt": "^5.0.0",
"@types/cookie": "^0.4.0",
"@types/cors": "^2.8.10",
"@types/jsonwebtoken": "^8.5.2",
"@types/leaflet": "^1.7.3",
"@types/multer": "^1.4.6",
"@types/node": "^15.12.4",
"@types/nprogress": "^0.2.0",
"@types/qrcode": "^1.4.0",
"@types/rc-slider": "^9.3.1",
"@types/react": "^17.0.11",
"@types/react-datepicker": "^3.1.8",
"@types/react-dom": "^17.0.8",
"@types/react-dropzone": "^5.1.0",
"@types/react-leaflet": "^2.8.1",
"@types/react-paginate": "^7.1.0",
"@types/react-select": "^4.0.15",
"@types/react-toastify": "^4.1.0",
"@types/react-tooltip": "^4.2.4",
"@types/ws": "^7.4.5",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"commitizen": "^4.2.4",
"cypress": "^7.5.0",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^10.0.0",
"eslint": "^7.29.0",
"eslint-config-next": "^11.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-chai-friendly": "^0.7.1",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"prettier": "^2.3.1",
"standard-version": "^9.3.0",
"typescript": "^4.3.4"
}
}