-
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) · 753 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 753 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": "@prep/source",
"version": "1.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"@astrojs/netlify": "^5.3.2",
"@astrojs/starlight": "^0.24.4",
"astro": "^4.11.1",
"sharp": "^0.33.4",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/open-sans": "^5.0.28",
"astro-seo": "0.8.4",
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"@nx/js": "19.3.1",
"@nx/workspace": "19.3.1",
"nx": "19.3.1",
"nx-cloud": "latest",
"@typescript-eslint/parser": "7.14.1",
"eslint": "8.57.0",
"eslint-plugin-astro": "1.2.2",
"prettier": "3.3.2",
"prettier-plugin-astro": "0.14.0",
"prettier-plugin-tailwindcss": "0.6.5"
}
}