-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.3 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
{
"name": "Grand",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "yarn icons:build && astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint --ext ts,tsx,astro ./ --max-warnings=0",
"fix": "eslint --ext ts,tsx,astro ./ --max-warnings=0 --fix",
"prepare": "husky install",
"icons:build": "svg-sprite -S --stack-dest public --stack-sprite icons.svg src/assets/icons/*.svg"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/sitemap": "^3.0.5",
"@astrojs/tailwind": "^5.1.0",
"@splidejs/splide": "^4.1.4",
"astro": "^4.3.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-import": "^2.27.5d ..",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.10",
"lint-staged": "^15.2.1",
"prettier": "^3.2.4",
"prettier-plugin-astro": "^0.13.0",
"svg-sprite": "^2.0.2"
}
}