forked from webiscool/postman-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (119 loc) · 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "postman-learning-center",
"private": true,
"description": "Postman Learning Center documentation project",
"version": "0.1.0",
"dependencies": {
"@babel/preset-react": "7.16.0",
"@github-docs/frontmatter": "1.3.1",
"algoliasearch": "4.11.0",
"autocomplete.js": "0.37.0",
"axios": "0.21.4",
"base-64": "1.0.0",
"bootstrap": "4.5.0",
"dotenv": "8.6.0",
"eslint-plugin-jest": "22.21.0",
"gatsby": "4.17.1",
"gatsby-cli": "4.17.1",
"gatsby-plugin-algolia": "0.24.0",
"gatsby-plugin-env-variables": "2.2.0",
"gatsby-plugin-gdpr-cookies": "2.0.9",
"gatsby-plugin-google-analytics": "4.17.0",
"gatsby-plugin-google-tagmanager": "4.17.0",
"gatsby-plugin-manifest": "4.17.0",
"gatsby-plugin-meta-redirect": "1.1.1",
"gatsby-plugin-newrelic": "2.2.2",
"gatsby-plugin-purgecss": "6.1.2",
"gatsby-plugin-react-helmet": "5.17.0",
"gatsby-plugin-robots-txt": "1.7.1",
"gatsby-plugin-sass": "5.17.0",
"gatsby-plugin-sharp": "4.17.0",
"gatsby-plugin-sitemap": "5.17.0",
"gatsby-plugin-sri": "1.1.0",
"gatsby-plugin-typography": "4.17.0",
"gatsby-remark-autolink-headers": "5.17.0",
"gatsby-remark-check-links": "2.1.0",
"gatsby-remark-prismjs": "6.17.0",
"gatsby-remark-responsive-iframe": "5.17.0",
"gatsby-source-filesystem": "4.17.0",
"gatsby-transformer-remark": "5.17.0",
"gatsby-transformer-sharp": "4.17.0",
"glob": "7.1.7",
"googleapis": "55.0.0",
"jquery": "3.5.1",
"jquery.scrollto": "2.1.3",
"markdownlint-cli": "0.19.0",
"node-fetch": "2.6.7",
"popper.js": "1.16.1",
"prettier": "2.5.0",
"prismjs": "^1.24.1",
"prop-types": "15.7.2",
"qs": "6.10.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-instantsearch-dom": "5.7.0",
"react-tabs": "5.1.0",
"react-typography": "0.16.20",
"s3-deploy": "1.4.0",
"sass": "1.44.0",
"sendmail": "1.6.1",
"shelljs": "0.8.4",
"terser": "5.12.1",
"typescript": "2.9.2",
"typography": "0.16.21",
"uuid": "3.3.3",
"webpack": "5.64.4"
},
"devDependencies": {
"@babel/eslint-parser": "7.16.3",
"@types/jest": "^28.1.3",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "28.1.1",
"babel-preset-gatsby": "2.18.0-next.1",
"eslint": "8.4.1",
"identity-obj-proxy": "3.0.0",
"jest": "28.1.1",
"react-test-renderer": "17.0.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"bff": "NODE_ENV=development node bff.js",
"build": "npm run bff && GATSBY_ACTIVE_ENV=development gatsby build",
"build:dev": "npm run build",
"nvmrc": "echo $(node -p -e 'require(\"./package\").engines.node.split(\">=\").join(\"\")') > .nvmrc",
"build:prod": "NODE_ENV=production node bff.js && GATSBY_ACTIVE_ENV=production gatsby build",
"clean": "gatsby clean",
"dev": "npm run bff && gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "npm run bff && GATSBY_ACTIVE_ENV=development && jest",
"test:update": "npm run bff && GATSBY_ACTIVE_ENV=development && jest -u",
"test:lint": "node_modules/eslint/bin/eslint.js -c .eslintrc.js --ext .jsx --ext .js src/",
"test:lint-fix": "node_modules/eslint/bin/eslint.js -c .eslintrc.js --ext .jsx --ext .js src/ --fix",
"test:url": "if grep -lri 's3.amazonaws.com/postman-static-getpostman-com' ./v6 ; then echo invalid s3 references found. Please use format; exit 1; else echo no s3 references found; fi",
"test:mdlint": "markdownlint ./ --ignore node_modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postmanlabs/postman-docs.git"
},
"bugs": {
"url": "https://github.com/postmanlabs/postman-docs/issues"
},
"engines": {
"node": "14.15.0"
},
"allow": {
"pmTech": [
"*"
]
},
"homepage": "https://github.com/postmanlabs/postman-docs#readme",
"main": ".eslintrc.js",
"author": ""
}