forked from tigera/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (89 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
{
"name": "tigera-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"start-container": "docusaurus start -h 0.0.0.0",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"serve-container": "docusaurus serve -h 0.0.0.0",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"test": "playwright test --grep-invert=@archive",
"unittest": "jest --coverage",
"git-clean": "git restore --staged . && git clean -f .",
"dir-clean": "rm -rf ./calico ./calico-enterprise ./calico-cloud ./docs/calico ./docs/calico-enterprise ./docs/calico-cloud ./src/data ./static/img/calico ./static/img/calico-enterprise ./static/img/calico-cloud ./static/json/calico-api-swagger.json ./calico_versions.json ./calico-enterprise_versions.json ./calico-cloud_versions.json && find . -regex '.*_versioned_docs/version-.*' -delete",
"cut": "scripts/cut-new-version.sh"
},
"dependencies": {
"@algolia/client-search": "^4.14.3",
"@chakra-ui/icons": "1.1.1",
"@chakra-ui/react": "1.6.10",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@docusaurus/core": "^2.4.0",
"@docusaurus/preset-classic": "^2.4.0",
"@jest/globals": "^29.4.1",
"@mdx-js/react": "^1.6.22",
"@types/react": "^18.0.27",
"clsx": "^1.2.1",
"framer-motion": "^4.1.17",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-if": "^4.1.4",
"react-loadable": "^5.5.0",
"react-modal": "^3.15.1",
"react-modal-image": "^2.6.0",
"react-player": "^2.11.0",
"swagger-ui-react": "^4.14.0",
"webpack": "^5.76.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.4.0",
"@playwright/test": "^1.30.0",
"@testing-library/react": "^12.1.5",
"@types/jest": "^29.5.0",
"axios": "^1.3.3",
"crawlee": "^3.1.4",
"docusaurus-plugin-sass": "^0.2.2",
"html-entities": "^2.3.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-junit": "^15.0.0",
"limiter": "^2.1.0",
"needle": "^3.2.0",
"playwright": "^1.30.0",
"sass": "^1.54.2",
"yaml": "^2.2.2",
"ts-jest": "^29.1.0",
"typescript": "^4.4.0"
},
"jest-junit": {
"outputDirectory": "./coverage",
"outputName": "junit.xml"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=16.14"
},
"resolutions": {
"**/image-size": "file:./src/forks/image-size/"
}
}