generated from satnaing/astro-paper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.35 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
{
"name": "astro-paper",
"version": "1.2.1",
"private": false,
"scripts": {
"dev": "tinacms dev -c \"astro dev\"",
"start": "tinacms dev -c \"astro start\"",
"build": "tinacms dev -c \"astro build\"",
"preview": "astro preview",
"astro": "astro",
"format:check": "prettier --check .",
"format": "prettier --write .",
"cz": "cz",
"prepare": "husky install"
},
"dependencies": {
"@astrojs/rss": "^1.0.3",
"@tinacms/cli": "^1.5.6",
"astro": "^2.3.0",
"dotenv": "^16.0.3",
"fuse.js": "^6.6.2",
"github-slugger": "^2.0.0",
"remark-collapse": "^0.1.2",
"remark-toc": "^8.0.1",
"tailwindcss": "^3.2.4",
"tinacms": "^1.4.6"
},
"devDependencies": {
"@astrojs/partytown": "^1.2.0",
"@astrojs/react": "^2.1.1",
"@astrojs/sitemap": "^1.2.2",
"@astrojs/tailwind": "^3.1.1",
"@tailwindcss/typography": "^0.5.9",
"@types/dotenv": "^8.2.0",
"@types/github-slugger": "^1.3.0",
"@types/react": "^18.0.26",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"prettier": "^2.8.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"*": [
"prettier --write"
]
}
}