This repository was archived by the owner on Jun 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.25 KB
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
{
"name": "unicorn-zoo",
"version": "1.0.0",
"description": "",
"main": "pages/index.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next -p $PORT",
"build": "next build",
"start": "next start -p $PORT",
"build:style": "tailwind build src/vendor/tailwindcss/vendor.css -o public/css/tailwind.css"
},
"author": "Owan Hunte <owanh@hotmail.com>",
"private": true,
"license": "ISC",
"engines": {
"node": ">= 12.0.0",
"npm": ">= 6.0.0",
"yarn": ">= 1.17.3"
},
"dependencies": {
"@hapi/joi": "^17.1.1",
"@pwabuilder/pwaauth": "^0.9.7",
"@types/classnames": "^2.2.10",
"@types/hapi__joi": "^17.1.2",
"axios": "^0.19.2",
"classnames": "^2.2.6",
"localforage": "^1.7.4",
"mongodb": "^3.5.9",
"mongodb-core": "^3.2.7",
"next": "^9.4.4",
"pusher": "^3.0.1",
"pusher-js": "^6.0.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-icons": "^3.10.0",
"react-toastify": "^6.0.5",
"recoil": "^0.0.10",
"sass": "^1.26.8",
"tailwindcss": "^1.4.6",
"wc-react": "^0.3.1"
},
"devDependencies": {
"@types/mongodb": "^3.5.22",
"@types/node": "^14.0.13",
"@types/react": "^16.9.36",
"typescript": "^3.9.5"
}
}