forked from vmware-tanzu/tanzu-dev-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.32 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
{
"name": "tanzu-dev-portal",
"version": "0.1.0",
"description": "Tanzu Developer Center",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vmware-tanzu-private/tanzu-dev-portal.git"
},
"author": "VMware, Inc.",
"license": "ISC",
"bugs": {
"url": "https://github.com/vmware-tanzu-private/tanzu-dev-portal/issues"
},
"homepage": "https://github.com/vmware-tanzu-private/tanzu-dev-portal#readme",
"dependencies": {
"@sentry/serverless": "^6.2.5",
"autoprefixer": "^9.7.6",
"cookie": "^0.4.1",
"got": "^11.8.2",
"jsonwebtoken": "^8.5.1",
"postcss-cli": "^7.1.0",
"querystring": "^0.2.1",
"simple-oauth2": "^4.2.0"
},
"browserslist": [
"Android 2.3",
"Android >= 4",
"Chrome >= 20",
"Firefox >= 24",
"Explorer >= 8",
"iOS >= 6",
"Opera >= 12",
"Safari >= 6"
],
"devDependencies": {
"eslint": "^7.23.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"husky": "^5.1.1",
"jest": "^26.6.3",
"lambda-tester": "4.0.1",
"netlify-cli": "^3.16.2",
"prettier": "^2.2.1"
}
}