-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 3.35 KB
/
package.json
File metadata and controls
106 lines (106 loc) · 3.35 KB
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
{
"dependencies": {
"@docusaurus/core": "3.10.0",
"@docusaurus/faster": "3.10.0",
"@docusaurus/lqip-loader": "3.10.0",
"@docusaurus/preset-classic": "3.10.0",
"@docusaurus/responsive-loader": "1.7.1",
"@docusaurus/theme-common": "3.10.0",
"@easyops-cn/docusaurus-search-local": "0.55.1",
"cli-progress": "3.12.0",
"fontaine": "0.8.0",
"motion": "12.38.0",
"pdfmake": "0.2.21",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-icons": "5.6.0",
"sharp": "0.34.5",
"timeable-promise": "1.7.4"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.10.0",
"@docusaurus/tsconfig": "3.10.0",
"@docusaurus/types": "3.10.0",
"@types/cli-progress": "3.11.6",
"@types/pdfmake": "0.2.12",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"beasties": "0.4.2",
"minimatch": "10.2.5",
"ts-checker-rspack-plugin": "1.3.0"
},
"engines": {
"node": ">=24.0"
},
"imports": {
"#buddhism/*": "./docs/buddhism/*",
"#root/*": "./*"
},
"name": "rickypc.github.io",
"optionalDependencies": {
"@docusaurus/eslint-plugin": "3.10.0",
"@eslint/css": "1.1.0",
"@eslint/eslintrc": "3.3.5",
"@eslint/js": "10.0.1",
"@eslint/json": "1.2.0",
"@playwright/test": "1.59.1",
"@swc/core": "1.15.26",
"@swc/jest": "0.2.39",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@types/eslint-plugin-security": "3.0.1",
"@types/jest": "30.0.0",
"eslint": "9.39.3",
"eslint-config-airbnb": "19.0.4",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jest": "29.15.2",
"eslint-plugin-jsdoc": "62.9.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-no-secrets": "2.3.3",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.1.1",
"eslint-plugin-security": "4.0.0",
"eslint-plugin-testing-library": "7.16.2",
"globals": "17.5.0",
"jest": "30.3.0",
"jest-environment-jsdom": "30.3.0",
"jiti": "2.6.1",
"lighthouse": "13.1.0",
"linkinator": "7.6.1",
"pdf-to-png-converter": "3.18.0",
"typescript": "6.0.3",
"typescript-eslint": "8.58.2"
},
"overrides": {
"@typescript-eslint/utils": "*",
"ajv": "*",
"baseline-browser-mapping": "*",
"sharp": "0.34.5",
"third-party-web": "*"
},
"private": true,
"scripts": {
"build": "docusaurus build",
"build:media": "docusaurus build:media",
"clear": "docusaurus clear",
"deploy": "docusaurus deploy",
"docusaurus": "docusaurus",
"prestart": "npm run build:media",
"serve": "docusaurus serve",
"start": "docusaurus start",
"swizzle": "docusaurus swizzle",
"test": "npm run test:deps:ci && npm run test:lint && npm run test:type && npm run test:unit",
"test:deps:ci": "npm outdated --json | jq -r 'to_entries[] | [.key, .value.current, .value.wanted, .value.latest] | @tsv' | sed 's/\t/ | /g'",
"test:e2e": "playwright test",
"test:e2e:ci": "CI=true playwright test",
"test:lint": "eslint .",
"test:type": "tsc",
"test:unit": "sh -c 'jest \"$@\"' --",
"test:unit:ci": "CI=true npm run test:unit",
"write-heading-ids": "docusaurus write-heading-ids",
"write-translations": "docusaurus write-translations"
},
"version": "0.0.0"
}