-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 756 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 756 Bytes
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
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.0.3",
"@astrojs/sitemap": "^3.0.4",
"@notionhq/client": "^2.2.13",
"astro": "^4.0.9",
"astro-icon": "^0.8.1",
"autoprefixer": "^10.4.15",
"dotenv": "^16.3.1",
"jsdoc": "^4.0.2",
"notion-to-md": "^3.1.1",
"sass": "^1.66.1",
"sharp": "^0.33.4"
},
"devDependencies": {
"postcss-preset-env": "^8.5.1",
"prettier": "^3.0.3"
}
}