-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.07 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
{
"name": "mcss",
"type": "module",
"version": "1.3.0",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"build:css": "node src/tools/build-css.mjs",
"check": "astro check",
"lint:css": "stylelint \"src/styles/**/*.css\"",
"prepare": "git config core.hooksPath .githooks"
},
"dependencies": {
"@astrojs/markdown-remark": "^7.2.1",
"@astrojs/mdx": "^7.0.3",
"@astrojs/preact": "^6.0.1",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"astro": "^7.1.1",
"astro-expressive-code": "^0.44.0",
"astro-tunnel": "^0.1.9",
"postcss-mixins": "^11.0.3",
"postcss-preset-env": "^10.1.5",
"preact": "^10.26.5",
"shiki": "^4.0.2",
"web-features": "^3.23.1"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@mdn/browser-compat-data": "^7.3.9",
"esbuild": "^0.28.1",
"postcss": "^8.5.19",
"postcss-import": "^16.1.1",
"stylelint": "^17.14.0",
"typescript": "^5.9.3"
}
}