-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 731 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 731 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": "freedomain.directory",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^3.4.4",
"typescript": "^5.2.2"
},
"devDependencies": {
"@astrojs/check": "^0.3.1",
"@astrojs/partytown": "^2.0.2",
"astro-compress": "^2.2.3",
"astro-compressor": "^0.4.1",
"astro-emoji": "^1.2.0",
"astro-robots": "^1.0.2",
"astro-sitemap": "^1.0.0",
"autoprefixer": "^10.4.16",
"more-modern-css-reset": "^1.0.0",
"open-props": "^1.6.10",
"postcss": "^8.4.31",
"postcss-jit-props": "^1.0.14"
}
}