This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.57 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
{
"name": "@astro-content/root",
"version": "0.0.0-alpha.13",
"private": true,
"description": "A text based, structured content framework, for edition and consumption.",
"main": "build.ts",
"scripts": {
"build": "turbo run build --filter=!@astro-content/demo --filter=!@astro-content/docs --cache-dir='.turbo'",
"clean": "turbo run clean",
"dev": "turbo run dev --filter=!@astro-content/demo --filter=!@astro-content/docs",
"demo": "cd demo pnpm run dev",
"// ci:version": "pnpm changeset version && pnpm install --no-frozen-lockfile && git add .",
"// ci:publish": "git status && pnpm -r publish && pnpm changeset tag",
"test": "echo \"Error: no test specified\" && exit 1",
"docgen": "pnpm tsx markdown-magic.cts",
"release:dry": "pnpm -r publish --dry-run --report-summary --no-git-checks",
"release": "pnpm -r publish --report-summary --no-git-checks"
},
"type": "module",
"devDependencies": {
"@changesets/cli": "^2.25.0",
"@types/eslint": "8.4.6",
"@types/markdown-magic": "^1.0.1",
"@types/node": "^18.11.2",
"@types/prettier": "2.7.1",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"astro": "^1.5.1",
"astro-eslint-parser": "^0.7.2",
"eslint": "8.25.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "3.5.1",
"eslint-plugin-astro": "^0.20.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-mdx": "^2.0.5",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tsdoc": "0.2.17",
"eslint-plugin-vue": "^9.6.0",
"prettier": "2.7.1",
"prettier-plugin-astro": "^0.6.0",
"remark": "^14.0.2",
"remark-cli": "^11.0.0",
"stylelint": "^14.14.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-recommended-scss": "^7.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-config-standard-scss": "^5.0.0",
"stylelint-order": "^5.0.0",
"tsx": "^3.10.3",
"turbo": "^1.5.6",
"typescript": "^4.8.4",
"webdev-configs": "^1.2.0",
"markdown-magic": "^2.6.1"
},
"dependencies": {},
"engines": {
"node": ">=17"
},
"keywords": [],
"author": "",
"license": "ISC"
}