-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1016 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
{
"name": "teknikfokus-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write **/*.astro .",
"clean": "rimraf dist .astro node_modules"
},
"devDependencies": {
"@astrojs/tailwind": "^5.1.0",
"@iconify-json/fa-brands": "^1.1.8",
"@iconify-json/mdi": "^1.1.64",
"@types/micromodal": "^0.3.5",
"astro": "^4.1.1",
"astro-icon": "^1.0.2",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.3",
"prettier-plugin-tailwindcss": "^0.5.11",
"rimraf": "^5.0.5",
"tailwindcss-fluid-type": "^2.0.3"
},
"dependencies": {
"@fontsource-variable/inter": "^5.0.16",
"micromodal": "^0.4.10",
"sharp": "^0.33.1",
"tailwindcss": "^3.4.1",
"tiny-invariant": "^1.3.1",
"@astrojs/check": "^0.4.1",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]"
}