-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.4 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
{
"name": "DevHub",
"version": "0.1.0",
"description": "DevHub",
"private": true,
"scripts": {
"dev": "env-cmd -f .env next dev",
"build": "env-cmd -f .env next build",
"start": "env-cmd -f .env next start",
"cypress:open": "cypress open"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"nextjs",
"tailwindcss",
"free"
],
"author": "Dinesh",
"license": "ISC",
"dependencies": {
"@emotion/css": "^11.10.6",
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@passageidentity/passage-auth": "^0.1.0-beta.28",
"@passageidentity/passage-elements": "^1.9.0",
"@passageidentity/passage-node": "^2.3.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"agora-access-token": "^2.0.4",
"agora-react-uikit": "^1.2.0",
"contentful": "^10.2.3",
"dotenv": "^16.1.4",
"next": "^13.3.1",
"next-themes": "^0.2.1",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.43.9",
"simple-peer": "^9.11.1"
},
"devDependencies": {
"@1password/save-button": "^1.3.0",
"@cypress/webpack-dev-server": "^3.4.1",
"autoprefixer": "^10.4.14",
"cypress": "^12.14.0",
"env-cmd": "^10.1.0",
"eslint-config-prettier": "^8.8.0",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.1"
}
}