-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1018 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1018 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
{
"name": "write_phrase",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/react": "^3.0.10",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.3.4",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/joy": "^5.0.0-beta.36",
"@mui/material": "^5.15.18",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"astro": "^4.4.8",
"fontawesome": "^5.6.3",
"install": "^0.13.0",
"js-confetti": "^0.12.0",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-timer": "^1.1.1",
"react-timer-hook": "^3.0.7",
"react-tooltip-lite": "^1.12.0",
"shepherd.js": "^13.0.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"zustand": "^4.5.2"
}
}