-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.52 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.52 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
{
"name": "virex-astro",
"type": "module",
"version": "1.4.1",
"description": "A production-ready SaaS theme for Astro. Built for those who want to go from zero to launch quickly.",
"keywords": [
"astro",
"theme",
"saas",
"landing-page",
"tailwindcss"
],
"author": "Erland <hello@erland.me>",
"repository": {
"type": "git",
"url": "https://github.com/erlandv/virex.git"
},
"homepage": "https://virex.erland.me",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"check": "npm run lint && npm run format:check && astro check"
},
"dependencies": {
"@astrojs/mdx": "^4.0.0",
"@astrojs/rss": "^4.0.0",
"@astrojs/sitemap": "^3.2.0",
"@iconify-json/lucide": "^1.2.82",
"@iconify-json/simple-icons": "^1.2.63",
"@tailwindcss/typography": "^0.5.19",
"astro": "^5.16.6",
"astro-icon": "^1.1.5",
"chart.js": "^4.4.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@tailwindcss/vite": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^8.50.1",
"@typescript-eslint/parser": "^8.50.1",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.5.0",
"globals": "^16.5.0",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.0"
}
}