-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 996 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 996 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
31
32
33
34
35
36
37
38
39
40
{
"name": "nervous-system-healing",
"version": "1.0.0",
"description": "",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crs48/nervous-system-healing.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/crs48/nervous-system-healing/issues"
},
"homepage": "https://github.com/crs48/nervous-system-healing#readme",
"dependencies": {
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@fontsource-variable/fraunces": "^5.2.9",
"@fontsource/atkinson-hyperlegible-next": "^5.2.7",
"@tailwindcss/typography": "^0.5.20",
"@tailwindcss/vite": "^4.3.2",
"astro": "^7.0.6",
"tailwindcss": "^4.3.2"
},
"type": "module",
"private": true,
"devDependencies": {
"@astrojs/check": "^0.9.9",
"typescript": "^6.0.3"
}
}