-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.19 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
{
"name": "jsboard",
"version": "0.1.2",
"license": "GPL-3.0-or-later",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "yarn prettier --write .",
"update": "yarn yarn-upgrade-all",
"lint": "deno lint --config=deno.jsonc",
"prettier-watch": "onchange \"**/*\" -- prettier --write --ignore-unknown {{changed}}"
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"@typegoose/typegoose": "^9.5.0",
"bcrypt": "^5.0.1",
"formik": "^2.2.9",
"mongoose": "^6.1.8",
"next": "^12.0.9",
"next-pwa": "^5.4.4",
"nightwind": "^1.1.12",
"react": "^17.0.2",
"react-cookie": "^4.1.1",
"react-dom": "^17.0.2",
"react-recaptcha": "^2.3.10",
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1",
"yup": "^0.32.11",
"zustand": "^3.6.9",
"zustand-persist": "^0.4.0"
},
"author": "Blocks_n_more, quick007",
"devDependencies": {
"@tailwindcss/forms": "^0.4.0",
"@types/bcrypt": "^5.0.0",
"@types/cookie": "^0.4.1",
"@types/react": "^17.0.38",
"@types/yup": "^0.29.13",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.17",
"typescript": "^4.5.5",
"yarn-upgrade-all": "^0.6.1"
}
}