-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.46 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
{
"name": "ar10dev.github.io",
"version": "1.0.0",
"description": "AR10Dev Github Page",
"main": "src/pages/index.astro",
"author": "AR10Dev",
"scripts": {
"dev": "astro dev",
"build": "astro build && node ./src/pwa/main.mjs ",
"preview": "astro preview",
"format": "prettier --plugin-search-dir=. . --check",
"format:fix": "prettier --plugin-search-dir=. . --write",
"preinstall": "npx only-allow pnpm"
},
"keywords": [],
"devDependencies": {
"@astrojs/mdx": "0.18.2",
"@astrojs/sitemap": "1.2.1",
"@astrojs/solid-js": "2.1.0",
"@cspell/eslint-plugin": "6.30.2",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"@unocss/preset-attributify": "0.50.6",
"@unocss/preset-wind": "0.50.6",
"astro-robots-txt": "0.4.1",
"astro-seo": "0.7.2",
"autoprefixer": "10.4.14",
"cspell": "6.30.2",
"cssnano": "5.1.15",
"cssnano-preset-advanced": "5.3.10",
"eslint": "8.36.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-astro": "0.26.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-solid": "0.11.0",
"lefthook": "1.3.8",
"postcss": "8.4.21",
"prettier": "2.8.6",
"prettier-plugin-astro": "0.8.0",
"typescript": "5.0.2",
"unocss-preset-scrollbar": "0.2.1",
"vite": "4.2.1",
"workbox-build": "6.5.4"
},
"dependencies": {
"@unocss/astro": "0.50.6",
"astro": "2.1.6",
"solid-js": "1.6.15"
}
}