-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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": "chrock-blog",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev --port=5173",
"start": "pnpm dev",
"build": "cross-env BUILD_MODE=production astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/image": "^0.3.6",
"@astrojs/mdx": "^0.9.0",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^1.0.0",
"@astrojs/vue": "^1.0.0",
"@types/node": "^18.7.13",
"astro": "^1.0.8",
"astro-compress": "^1.0.5",
"cross-env": "^7.0.3",
"dotenv": "^16.0.1",
"eslint": "^8.22.0",
"eslint-plugin-mdx": "^2.0.2",
"hastscript": "^7.0.2",
"postcss": "^8.4.16",
"postcss-each": "^1.1.0",
"postcss-each-variables": "^0.3.0",
"postcss-nested-import": "^0.2.0",
"postcss-preset-env": "^7.8.0",
"rehype": "^12.0.1",
"remark-directive": "^2.0.1",
"rollup": "^2.78.1",
"tailwindcss": "^3.1.8",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"unist-util-visit": "^4.1.1",
"vite": "^3.0.9",
"vue": "^3.2.37"
},
"dependencies": {
"@mdi/font": "^7.0.96",
"astro-icon": "^0.7.3"
}
}