-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.69 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
{
"name": "centrapay-docs",
"private": true,
"scripts": {
"lint": "eslint .",
"linkinator": "linkinator dist/",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"test": "vitest --watch=false",
"integration": "vitest --watch=false --config vitest.integration.config.js"
},
"devDependencies": {
"@astrojs/markdoc": "0.12.4",
"@astrojs/tailwind": "5.1.4",
"@astrojs/vue": "5.0.3",
"@babel/eslint-parser": "^7.14.7",
"@eslint/js": "^9.10.0",
"@hbsnow/rehype-sectionize": "^1.0.7",
"@headlessui/vue": "^1.6.0",
"@tailwindcss/typography": "^0.5.15",
"astro": "5.1.1",
"astro-expressive-code": "^0.38.3",
"eslint": "^9.10.0",
"eslint-plugin-astro": "^1.2.4",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-no-only-tests": "^2.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-vue": "^9.28.0",
"flexsearch": "^0.7.43",
"glob": "^9.0.0",
"globals": "^15.9.0",
"gray-matter": "^4.0.3",
"httpsnippet": "^3.0.1",
"jsdom": "^22.1.0",
"linkinator": "^5.0.2",
"mdast-util-to-string": "^3.1.1",
"mermaid": "^11.2.1",
"path": "^0.12.7",
"remark-html": "^15.0.2",
"remark-parse": "^10.0.1",
"tailwindcss": "^3.1.8",
"typescript": "^5.6.2",
"unified": "^10.1.2",
"unist-util-find-after": "^4.0.1",
"unist-util-find-before": "^4.0.0",
"unist-util-visit": "^4.1.2",
"vitest": "^2.1.3",
"vue": "^3.5.12"
},
"packageManager": "[email protected]"
}