-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 890 Bytes
/
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
{
"name": "sputik",
"description": "",
"type": "module",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.0.3",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.1",
"@astrojs/tailwind": "^5.0.3",
"@openstatus/react": "^0.0.3",
"astro": "^4.0.2",
"body-parser": "^1.20.2",
"crypto-js": "^4.2.0",
"daisyui": "^4.4.10",
"dayjs": "^1.11.9",
"elliptic": "^6.5.5",
"express": "^4.19.2",
"lodash": "^4.17.21",
"sharp": "^0.32.6",
"tailwindcss": "^3.3.5"
},
"devDependencies": {
"@nightwatch/react": "^3.1.0",
"@tailwindcss/typography": "^0.5.10",
"nightwatch": "^3.3.8",
"prettier": "3.3.2",
"typescript": "^5.4.5"
}
}