-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.97 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
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "santiago-landing",
"version": "2.3.0",
"scripts": {
"dev": "astro check --watch & astro dev",
"start": "astro dev",
"build": "astro build && jampack ./dist",
"preview": "astro preview",
"sync": "astro sync",
"astro": "astro",
"format:check": "prettier --plugin-search-dir=. --check .",
"format": "prettier --plugin-search-dir=. --write .",
"cz": "cz",
"prepare": "husky install",
"lint": "eslint ."
},
"dependencies": {
"@astrojs/netlify": "^2.2.3",
"@astrojs/rss": "^2.4.1",
"@resvg/resvg-js": "^2.4.1",
"animate.css": "^4.1.1",
"aos": "^3.0.0-beta.6",
"astro": "^2.5.6",
"astro-scroll-observer": "^0.5.3",
"cursor-effects": "^1.0.11",
"firebase": "^9.22.1",
"fuse.js": "^6.6.2",
"github-slugger": "^2.0.0",
"locomotive-scroll": "^4.1.4",
"remark-collapse": "^0.1.2",
"remark-toc": "^8.0.1",
"satori": "^0.8.1",
"scrollreveal": "^4.0.9",
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"@astrojs/react": "^2.1.3",
"@astrojs/sitemap": "^1.3.1",
"@astrojs/tailwind": "^3.1.2",
"@divriots/jampack": "^0.11.2",
"@tailwindcss/typography": "^0.5.9",
"@types/aos": "^3.0.4",
"@types/github-slugger": "^1.3.0",
"@types/react": "^18.2.6",
"@typescript-eslint/parser": "^5.59.5",
"accessible-astro-components": "^2.1.0",
"astro-eslint-parser": "^0.14.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.40.0",
"eslint-plugin-astro": "^0.27.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss-animated": "^1.0.1",
"webpack": "^5.83.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"!(*.{png,jpg,jpeg,webp})": [
"prettier --plugin-search-dir=. --write"
]
}
}