-
-
Notifications
You must be signed in to change notification settings - Fork 374
/
package.json
100 lines (100 loc) · 2.81 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
{
"name": "ory-docs",
"version": "1.0.0",
"private": true,
"scripts": {
"gen": "npm-run-all gen:*",
"docusaurus": "docusaurus",
"gen:api": "mkdir -p .static && cp ../spec/api.json src/static/api.json",
"gen:config": "node src/scripts/config.js config.js",
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"serve": "docusaurus serve",
"test": "playwright test",
"test:debug": "playwright test --debug",
"test:unit": "jest tests/jest --maxConcurrency=8 --bail 1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "11.5.4",
"@argos-ci/cli": "2.0.1",
"@argos-ci/playwright": "3.0.1",
"@docusaurus/core": "3.5.2",
"@docusaurus/plugin-client-redirects": "3.5.2",
"@docusaurus/plugin-content-docs": "3.5.2",
"@docusaurus/plugin-content-pages": "3.5.2",
"@docusaurus/plugin-sitemap": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
"@docusaurus/theme-classic": "3.5.2",
"@docusaurus/theme-search-algolia": "3.5.2",
"@octokit/rest": "20.0.2",
"@ory/client": "1.9.0",
"@rjsf/chakra-ui": "5.17.1",
"@rjsf/core": "5.17.1",
"@rjsf/validator-ajv8": "5.17.1",
"axios": "1.7.5",
"classnames": "2.5.1",
"clsx": "2.1.0",
"debug": "4.3.4",
"docusaurus-pushfeedback": "1.0.1",
"file-loader": "6.2.0",
"json-loader": "0.5.7",
"json-schema-faker": "0.5.6",
"mermaid": "9.3.0",
"net": "1.0.2",
"node-fetch": "2.6.7",
"node-polyfill-webpack-plugin": "3.0.0",
"parser-front-matter": "1.6.4",
"prism-react-renderer": "2.3.1",
"prismjs": "1.29.0",
"ramda": "0.29.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-query": "3.39.3",
"redocusaurus": "2.0.2",
"remark-admonitions": "1.2.1",
"remarkable": "2.0.1",
"semver": "7.6.0",
"tls": "0.0.1",
"url-loader": "4.1.1",
"use-ssr": "1.0.25",
"util": "0.12.5"
},
"devDependencies": {
"@playwright/test": "1.42.1",
"@swc/core": "1.4.8",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"@types/node-fetch": "2.6.11",
"axios-retry": "4.1.0",
"fast-xml-parser": "4.3.6",
"jasmine-fail-fast": "2.0.1",
"jest": "29.7.0",
"license-checker": "25.0.1",
"memfs": "4.8.0",
"npm-run-all": "4.1.5",
"ory-prettier-styles": "1.3.0",
"path-to-regexp": "6.2.1",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.12",
"raw-loader": "4.0.2",
"text-runner": "6.0.0",
"wait-on": "7.2.0",
"yaml": "2.4.1"
},
"optionalDependencies": {
"@swc/core-darwin-x64": "1.4.8"
}
}