-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) · 1.62 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "amano-website",
"version": "1.0.0",
"description": "Amano's new website",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"lint": "biome lint .",
"format": "biome check . --write",
"format-unsafe": "biome check . --write --unsafe",
"typecheck": "astro check"
},
"repository": {
"type": "git",
"url": "https://github.com/AmanoTeam/site.git"
},
"keywords": [],
"author": "Amano LLC <[email protected]> (https://amanoteam.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/AmanoTeam/site/issues"
},
"homepage": "https://github.com/AmanoTeam/site#readme",
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/tailwind": "^5.1.2",
"@biomejs/biome": "^1.9.4",
"@fontsource-variable/fira-code": "^5.1.0",
"@fontsource-variable/roboto-flex": "^5.1.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/move-base": "^3.5.0",
"@tsparticles/shape-circle": "^3.5.0",
"@tsparticles/updater-color": "^3.5.0",
"@tsparticles/updater-opacity": "^3.5.0",
"@tsparticles/updater-out-modes": "^3.5.0",
"@tsparticles/updater-size": "^3.5.0",
"astro": "^4.16.13",
"daisyui": "^4.12.14",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
},
"trustedDependencies": [
"@biomejs/biome",
"@tsparticles/engine",
"esbuild",
"sharp"
]
}