-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
80 lines (80 loc) · 2.51 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
{
"private": true,
"name": "license-cop-monorepo",
"version": "0.0.0",
"license": "UNLICENSED",
"prettier": "@tobysmith568/prettier-config",
"packageManager": "[email protected]+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
"scripts": {
"build": "npx nx run-many --target build",
"test": "npx nx run-many --target test",
"lint": "npx nx run-many --target lint --max-warnings 0"
},
"devDependencies": {
"@astrojs/mdx": "^2.0.2",
"@astrojs/sitemap": "^3.0.3",
"@nx/cypress": "20.2.1",
"@nx/devkit": "20.2.1",
"@nx/eslint": "20.2.1",
"@nx/eslint-plugin": "20.2.1",
"@nx/jest": "20.2.1",
"@nx/js": "20.2.1",
"@nx/workspace": "20.2.1",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.42",
"@swc/jest": "^0.2.37",
"@testing-library/cypress": "^10.0.1",
"@tobysmith568/eslint-config": "^1.1.2",
"@tobysmith568/prettier-config": "^2.2.0",
"@types/jest": "^29.5.14",
"@types/node": "^18.16.9",
"@types/npmcli__arborist": "^6.0.0",
"@types/primer__octicons": "^19.11.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "^8.13.0",
"astro": "^4.16.18",
"astro-webmanifest": "^1.0.0",
"chalk": "^5.3.0",
"cspell": "^8.0.0",
"cypress": "^13.15.1",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "^3.0.0",
"generate-license-file": "^3.5.1",
"jest": "29.7.0",
"jest-environment-node": "^29.4.1",
"npm-publish-latest-tag": "^1.1.3",
"nx": "20.2.1",
"prettier": "^3.0.0",
"prettier-plugin-astro": "^0.14.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"remark-directive": "^3.0.0",
"sass": "^1.61.0",
"start-server-and-test": "^2.0.3",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.7.3",
"unist-util-visit": "^5.0.0"
},
"dependencies": {
"@commander-js/extra-typings": "^12.0.0",
"@npmcli/arborist": "^9.0.0",
"@pnpm/reviewing.dependencies-hierarchy": "^900.0.0",
"@primer/octicons": "^19.0.0",
"@swc/helpers": "0.5.13",
"axios": "^1.7.7",
"commander": "^12.0.0",
"compare-versions": "^6.1.1",
"cosmiconfig": "^9.0.0",
"deepmerge": "^4.3.1",
"git-filesystem": "^0.0.6",
"hastscript": "^9.0.0",
"json5": "^2.2.3",
"tslib": "^2.3.0",
"zod": "^3.23.8"
}
}