-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.91 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.91 KB
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
56
57
58
59
60
61
62
63
64
65
66
{
"name": "website",
"version": "1.0.0",
"description": "AtlasOS website, created with love by the community.",
"type": "module",
"author": "AtlasOS",
"license": "MIT",
"contributors": ["AtlasOS Community <contact@atlasos.net>"],
"engines": {
"bun": ">=1.3.0",
"node": ">=22.0.0"
},
"homepage": "https://atlasos.net/",
"repository": {
"type": "git",
"url": "https://github.com/atlas-os/website.git"
},
"bugs": {
"url": "https://github.com/atlas-os/website/issues"
},
"keywords": ["astro", "atlasos", "gaming", "optimized", "performance", "windows"],
"browserslist": [
"defaults",
"not IE 11",
"not dead"
],
"scripts": {
"astro": "astro",
"build": "astro build && jampack ./dist",
"check": "astro check",
"dev": "astro dev",
"format": "prettier --write .",
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.astro src/",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/check": "^0.9.5",
"@astrojs/partytown": "^2.1.4",
"@fontsource-variable/archivo": "^5.2.8",
"@fontsource-variable/fira-code": "^5.2.7",
"@fontsource-variable/inter": "^5.2.8",
"@iconify-json/tabler": "^1.2.23",
"@tailwindcss/vite": "^4.1.16",
"astro": "^5.15.2",
"astro-icon": "^1.1.5",
"caniuse-lite": "^1.0.30001751",
"motion": "^12.23.24",
"tailwindcss": "^4.1.16",
"typescript": "^5.9.3"
},
"devDependencies": {
"@divriots/jampack": "0.34.0",
"@tailwindcss/typography": "^0.5.19",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"eslint": "^9.38.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.4.0",
"lightningcss": "^1.30.2",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-astro-organize-imports": "^0.4.11",
"prettier-plugin-tailwindcss": "^0.7.1",
"typescript-eslint": "^8.46.2"
}
}