-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.31 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
{
"name": "maintainers-program",
"version": "1.0.0",
"description": "<div align=\"center\">\r <h3>Tech Phantoms Maintainers Program</h3><br/>\r <img src=\"https://user-images.githubusercontent.com/53480076/142567415-34f23bc6-6735-4508-8c45-8d251325e424.png\" width=\"80%\" />",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": "git+https://github.com/Tech-Phantoms/Maintainers-Program.git",
"keywords": [
"tech-phantoms",
"maintainers",
"vercel",
"nextjs",
"git",
"github"
],
"author": "Tech Phantoms",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Tech-Phantoms/Maintainers-Program/issues"
},
"homepage": "https://github.com/Tech-Phantoms/Maintainers-Program#readme",
"dependencies": {
"@asyncapi/react-component": "^0.24.19",
"@asyncapi/web-component": "^0.24.19",
"airtable": "^0.11.1",
"axios": "^0.24.0",
"next": "^12.0.7",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/react": "^17.0.37",
"cz-conventional-changelog": "3.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"private": false
}