-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.19 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
42
43
44
45
{
"name": "waypnts.com",
"private": true,
"description": "Site for the Waypoints Career Development Framework",
"homepage": "https://waypnts.com",
"bugs": {
"url": "https://github.com/dpup/waypnts.com/issues"
},
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check && node ./tools/validate-rubrics.js",
"astro": "astro",
"format": "prettier --write .",
"fmt": "prettier --write ."
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.8",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^6.0.0",
"@tailwindcss/forms": "^0.5.10",
"astro": "^5.2.5",
"astro-icon": "^1.1.5",
"lucide": "^0.475.0",
"nanostores": "^0.11.3",
"sharp": "^0.33.5",
"tailwindcss": "^3.0.24",
"typescript": "^5.7.3",
"yaml": "^2.7.0",
"zod": "^3.24.1",
"zod-validation-error": "^3.4.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"prettier": "^3.5.0",
"prettier-plugin-astro": "^0.14.1"
}
}