-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.17 KB
/
package.json
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
{
"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",
"format": "prettier -w --plugin-search-dir=. .",
"readme": "node updatePreviewScreenshot.js"
},
"dependencies": {
"@astrojs/mdx": "^0.11.6",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^2.1.2",
"@cloudinary/url-gen": "^1.8.6",
"@fontsource/nunito-sans": "^4.5.10",
"@fontsource/roboto": "^4.5.8",
"astro": "^1.6.9",
"simple-icons": "^7.19.0",
"tailwindcss": "^3.2.4",
"three": "^0.171.0"
},
"devDependencies": {
"@axe-core/playwright": "^4.5.2",
"@octokit/core": "^4.1.0",
"@playwright/test": "^1.28.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"capture-website": "^3.2.0",
"dotenv": "^16.0.3",
"prettier": "^2.7.1",
"prettier-plugin-astro": "^0.7.0"
},
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}