-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.77 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
56
57
58
{
"name": "astro-boilerplate",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"clean": "rimraf dist",
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.astro .",
"build-types": "tsc --noEmit --pretty",
"prepare": "husky install"
},
"devDependencies": {
"@astrojs/react": "^0.1.3",
"@astrojs/rss": "^0.2.0",
"@astrojs/sitemap": "^0.1.2",
"@astrojs/tailwind": "^0.2.1",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@types/react": "^18.0.12",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"astro": "1.0.0-beta.44",
"astro-eslint-parser": "^0.2.2",
"astro-imagetools": "^0.6.10",
"astro-robots-txt": "^0.3.2",
"eslint": "^8.17.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-tailwindcss": "^3.5.2",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.1",
"lint-staged": "^12.5.0",
"prettier": "^2.6.2",
"prettier-plugin-astro": "^0.1.0-next.5",
"rimraf": "^3.0.2",
"tailwindcss": "^3.0.24"
},
"dependencies": {
"astro-boilerplate-components": "^1.0.8",
"date-fns": "^2.28.0"
},
"volta": {
"node": "16.15.1"
},
"author": "Ixartz (https://github.com/ixartz)"
}