-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.3 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
{
"name": "new-solid-docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint . --max-warnings 0 --report-unused-disable-directives"
},
"dependencies": {
"@astrojs/mdx": "^0.18.3",
"@astrojs/solid-js": "^2.1.0",
"@kobalte/core": "^0.8.2",
"@solid-primitives/mutation-observer": "^1.1.10",
"@solid-primitives/storage": "^1.3.9",
"@types/eslint": "^8.37.0",
"@types/node": "^18.16.0",
"@types/prettier": "^2.7.2",
"astro": "^2.2.1",
"solid-js": "^1.7.3",
"unplugin-icons": "^0.16.1"
},
"devDependencies": {
"@iconify/json": "^2.2.47",
"@types/mdast": "^3.0.10",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"astro-auto-import": "^0.2.1",
"eslint": "^8.38.0",
"eslint-plugin-astro": "^0.26.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-solid": "^0.12.0",
"mdast-util-mdx-jsx": "^2.1.2",
"prettier": "^2.8.7",
"prettier-plugin-astro": "^0.8.0",
"typescript": "^5.0.4",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.0"
},
"packageManager": "pnpm@8.1.0"
}