-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.57 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.57 KB
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
{
"name": "itnav-hp-astro",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "astro dev",
"prod": "astro build && astro preview",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/node": "^8.3.1",
"@astrojs/svelte": "^5.6.0",
"@fontsource-variable/noto-sans-jp": "^5.0.19",
"@fontsource-variable/roboto-mono": "^5.0.19",
"@fontsource/roboto": "^5.0.13",
"@nanostores/query": "^0.3.3",
"@playform/compress": "^0.0.13",
"@playform/inline": "^0.0.7",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"astro": "^4.10.3",
"astro-capo": "^0.0.1",
"astro-compressor": "^0.4.1",
"astro-page-insight": "^0.8.3",
"astro-purgecss": "^4.1.1",
"astro-seo": "^0.8.4",
"astro-seo-schema": "^4.0.2",
"autoprefixer": "^10.4.19",
"nanostores": "^0.10.3",
"postcss-sort-media-queries": "^5.2.0",
"purgecss": "^6.0.0",
"sass": "^1.77.6",
"schema-dts": "^1.1.2",
"svelte": "5.0.0-next.133",
"svelte-preprocess": "^6.0.1",
"typescript": "^5.4.5",
"vite": "^5.3.1"
},
"devDependencies": {
"postcss-html": "^1.7.0",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-svelte": "^3.2.4",
"stylelint": "^16.6.1",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0"
}
}