forked from webiscool/postman-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
123 lines (123 loc) · 4.26 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
120
121
122
123
{
"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",
"aether-marketing": "1.27.10",
"algoliasearch": "4.14.2",
"autocomplete.js": "0.37.0",
"axios": "0.21.4",
"babel-plugin-styled-components": "2.0.7",
"base-64": "1.0.0",
"bootstrap": "4.5.0",
"dotenv": "8.6.0",
"eslint-plugin-jest": "22.21.0",
"gatsby": "4.13.0",
"gatsby-cli": "4.13.0",
"gatsby-plugin-algolia": "1.0.3",
"gatsby-plugin-env-variables": "2.2.0",
"gatsby-plugin-gdpr-cookies": "2.0.9",
"gatsby-plugin-google-analytics": "4.13.0",
"gatsby-plugin-manifest": "4.13.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.20.0",
"gatsby-plugin-robots-txt": "1.7.1",
"gatsby-plugin-sass": "5.20.0",
"gatsby-plugin-sharp": "4.13.0",
"gatsby-plugin-sitemap": "5.20.0",
"gatsby-plugin-sri": "1.1.0",
"gatsby-plugin-styled-components": "5.18.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.20.0",
"gatsby-remark-responsive-iframe": "5.20.0",
"gatsby-source-filesystem": "4.13.0",
"gatsby-transformer-remark": "5.20.0",
"gatsby-transformer-sharp": "4.13.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.28.0",
"prop-types": "15.7.2",
"qs": "6.11.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-instantsearch": "7.0.1",
"react-typography": "0.16.20",
"sass": "1.32.0",
"shelljs": "0.8.5",
"styled-components": "5.3.5",
"terser": "5.15.1",
"typescript": "2.9.2",
"typography": "0.16.21",
"unlink": "0.0.2",
"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": {
"am": "npm link 'aether-marketing; npm run dev",
"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}\"",
"reset": "rm -rf package-lock.json; rm -rf node_modules; npm i; ./node_modules/.bin/gatsby clean;",
"sanitize-branch": "node sanitize-branch.js",
"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.17.1"
},
"allow": {
"pmTech": [
"*"
]
},
"homepage": "https://github.com/postmanlabs/postman-docs#readme",
"main": ".eslintrc.js",
"author": ""
}