generated from xkeshav/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.23 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "@xkeshav/abcd",
"version": "1.0.0",
"displayName": "abcdkbd",
"description": "This is a repository for any new project in github for typescript; including basic files",
"private": false,
"publisher": "@xkeshav",
"homepage": "https://parixan.xyz",
"license": "LICENSE",
"bugs": {
"url": "https://github.com/xkeshav/abcd/issues",
"email": "xkeshav@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/xkeshav/abcd/template.git"
},
"keywords": [
"abcd",
"typescript",
"github",
"astro"
],
"author": {
"name": "Keshav Mohta",
"email": "xkeshav@gmail.com"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/xkeshav"
},
"contributors": [
{
"name": "Keshav Mohta",
"email": "xkeshav@gmail.com"
}
],
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.6.0",
"@astrojs/mdx": "^2.0.0",
"@astrojs/node": "8.3.2",
"@astrojs/partytown": "^2.0.4",
"@astrojs/react": "3.6.0",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3",
"astro": "^4.8.3",
"astro-icon": "1.1.0",
"clsx": "2.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/eslint": "8.44.8",
"@types/node": "20.10.6",
"@types/prettier": "3.0.0",
"@types/react": "18.2.47",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-astro": "0.30.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
"prettier": "3.1.0",
"prettier-plugin-astro": "^0.14.1",
"typescript": "5.3.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}