-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
140 lines (140 loc) · 5.1 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "@adobe/parliament-client-template",
"private": true,
"description": "A template for client projects of the developer documentation site",
"version": "0.1.0",
"author": "Adobe",
"engines": {
"node": ">=14.15.0"
},
"dependencies": {
"@adobe/gatsby-add-launch-script": "^0.0.5",
"@adobe/gatsby-remark-afm": "^0.8.5",
"@adobe/gatsby-source-github-file-contributors": "https://github.com/macdonst/gatsby-source-github-file-contributors.git",
"@adobe/gatsby-source-parliament": "^1.0.1",
"@adobe/parliament-markdown-cleaner": "^1.5.9",
"@adobe/parliament-source-changelog": "^1.0.0",
"@adobe/parliament-source-jsonschema": "^0.0.4",
"@adobe/parliament-transformer-navigation": "^1.4.0",
"@adobe/parliament-ui-components": "^5.2.2",
"@adobe/prism-adobe": "^1.0.3",
"@adobe/react-spectrum": "^3.11.0",
"@apidevtools/swagger-parser": "^10.0.1",
"@emotion/react": "^11.1.2",
"@emotion/styled": "^11.0.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@spectrum-css/actionbutton": "^1.0.3",
"@spectrum-css/icon": "^3.0.3",
"@spectrum-css/label": "^2.0.10",
"@spectrum-css/textfield": "^3.0.2",
"@spectrum-css/vars": "^3.0.2",
"@spectrum-icons/workflow": "^3.2.0",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"core-js": "^3.2.1",
"elasticlunr": "^0.9.5",
"eslint-plugin-flowtype": "^5.2.0",
"fast-glob": "^3.2.4",
"gatsby": "^4.5.2",
"gatsby-image": "^3.11.0",
"gatsby-plugin-catch-links": "^4.1.0",
"gatsby-plugin-emotion": "^7.1.0",
"gatsby-plugin-manifest": "^4.1.0",
"gatsby-plugin-mdx": "^3.1.0",
"gatsby-plugin-react-helmet": "^5.1.0",
"gatsby-plugin-sharp": "^4.1.0",
"gatsby-plugin-svgr-loader": "^0.1.0",
"gatsby-remark-autolink-headers": "^5.1.0",
"gatsby-remark-copy-linked-files": "^5.1.0",
"gatsby-remark-embedder": "^5.0.0",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^6.1.0",
"gatsby-remark-plantuml-lite": "^0.1.2",
"gatsby-source-filesystem": "^4.1.0",
"gatsby-transformer-remark": "^5.1.0",
"gatsby-transformer-sharp": "^4.1.0",
"git-url-parse": "^11.1.2",
"graphql-type-json": "^0.3.2",
"jotai": "^1.3.4",
"mobx": "^4.2.0",
"node-fetch": "^2.6.1",
"openapi-snippet": "^0.7.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"prism-react-renderer": "^1.2.1",
"prismjs": "^1.22.0",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-responsive": "^8.2.0",
"rebass": "^4.0.5",
"rehype-react": "^7.0.1",
"remark-slug": "^6.0.0",
"rsuite": "^4.10.0",
"shelljs": "^0.8.4",
"styled-components": "^5.2.0",
"to-arraybuffer": "^1.0.1",
"tty-browserify": "^0.0.1",
"universal-cookie": "^4.0.4",
"widdershins": "^4.0.1",
"yaml": "^1.7.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^8.0.6",
"axe-core": "^4.2.1",
"babel-jest": "^26.6.3",
"babel-preset-gatsby": "^2.1.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"gh-pages": "^3.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-transform-css": "^2.0.0",
"prettier": "^2.3.0",
"react-test-renderer": "^16.8.6",
"start-server-and-test": "^1.12.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build ; yarn run checkbuilderrors $?",
"build:prod": "gatsby build --prefix-paths ; yarn run checkbuilderrors $?",
"checkbuilderrors": "node ./scripts/checkBuildErrors.js",
"clean": "gatsby clean",
"full-clean": "gatsby clean && rm -rf node_modules yarn.lock package-lock.json .cache",
"cleanmarkdown": "markdown-cleaner",
"deploy": "gatsby build --prefix-paths && gh-pages -d public -r [email protected]:adobe/parliament-client-template.git",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "NODE_ENV=production gatsby serve -p 8000",
"serve:prod": "NODE_ENV=production gatsby serve -p 8000 --prefix-paths",
"cy:open": "cypress open",
"cy:run": "cypress run",
"test": "npm run test:integration",
"test:integration": "jest",
"test:e2e": "CYPRESS_SUPPORT=y start-server-and-test develop http://localhost:8000 cy:open",
"test:e2e:ci": "NODE_ENV=production start-server-and-test serve:prod http://localhost:8000$GATSBY_SITE_PATH_PREFIX/do-not-delete/index.html cy:run",
"updatesearch": "NODE_ENV=development node ./scripts/updateSearch.js",
"updatesearch:prod": "NODE_ENV=production node ./scripts/updateSearch.js",
"lint": "yarn eslint src/**/*.js src/**/*.jsx"
},
"repository": {
"type": "git",
"url": "https://github.com/adobe/parliament-client-template.git"
},
"bugs": {
"url": "https://github.com/adobe/parliament-client-template.git/issues"
},
"peerDependencies": {
"swagger-ui-react": "^3.50.0"
}
}