-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.33 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) · 2.33 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
{
"name": "@eeaas/source",
"description": "Easter eggs as a service",
"scripts": {
"update-packages": "npx npm-check-updates --format group --cooldown 1 -i"
},
"private": true,
"dependencies": {
"@docusaurus/core": "3.10.1",
"@docusaurus/preset-classic": "3.10.1",
"clsx": "^2.1.1",
"lucide-react": "^1.23.0",
"prism-react-renderer": "^2.4.1",
"react": "^19.2.7",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.10.1",
"@docusaurus/tsconfig": "3.10.1",
"@docusaurus/types": "3.10.1",
"@eslint/js": "^10.0.1",
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@nx-extend/docusaurus": "^5.1.3",
"@nx/eslint": "23.0.1",
"@nx/eslint-plugin": "23.0.1",
"@nx/js": "23.0.1",
"@nx/react": "23.0.1",
"@nx/vite": "23.0.1",
"@nx/web": "23.0.1",
"@swc-node/register": "^1.11.1",
"@swc/cli": "^0.8.1",
"@swc/core": "^1.15.43",
"@swc/helpers": "^0.5.23",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^26.1.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^6.0.3",
"@vitest/coverage-v8": "^4.1.9",
"@vitest/ui": "^4.1.9",
"eslint": "^9.38.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"gh-pages": "^6.3.0",
"jiti": "^2.7.0",
"jsdom": "^29.1.1",
"jsonc-eslint-parser": "^3.1.0",
"nx": "23.0.1",
"prettier": "^3.9.4",
"raw-loader": "^4.0.2",
"tslib": "^2.8.1",
"typescript": "^6.0.3",
"typescript-eslint": "^8.62.1",
"verdaccio": "^6.7.4",
"vite": "^8.1.3",
"vitest": "^4.1.9"
},
"workspaces": [
"packages/*",
"apps/*",
"examples/*"
],
"nx": {
"includedScripts": [],
"targets": {
"local-registry": {
"executor": "@nx/js:verdaccio",
"options": {
"port": 4873,
"config": ".verdaccio/config.yml",
"storage": "tmp/local-registry/storage"
}
}
}
},
"allowScripts": {
"@swc/core@1.15.43": true,
"core-js@3.49.0": true,
"fsevents@2.3.3": true,
"nx@23.0.1": true
}
}