-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 848 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
{
"name": "teve-globo",
"type": "module",
"version": "1.0.2",
"scripts": {
"dev": "astro dev",
"start": "node dist/server/entry.mjs",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/tailwind": "^5.1.0",
"@clappr/player": "^0.6.0",
"@iconify-json/fa-brands": "^1.1.8",
"@iconify-json/mdi": "^1.1.66",
"@types/micromodal": "^0.3.5",
"rimraf": "^5.0.5",
"tailwindcss-fluid-type": "^2.0.6"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/node": "^8.3.2",
"@fontsource-variable/inter": "^5.0.17",
"astro": "^4.11.3",
"astro-icon": "^1.1.0",
"micromodal": "^0.4.10",
"sharp": "^0.33.3",
"tailwindcss": "^3.4.3",
"tiny-invariant": "^1.3.3",
"typescript": "^5.5.3"
}
}