-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
64 lines (64 loc) · 1.7 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
{
"name": "allen-blog",
"type": "module",
"version": "0.0.1",
"browerslist": [
"defaults"
],
"engines": {
"node": "^16.17.1",
"npm": "^9.5.1"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/image": "^0.15.0",
"@astrojs/mdx": "^0.18.3",
"@astrojs/netlify": "^2.1.3",
"@astrojs/react": "^2.0.2",
"@astrojs/sitemap": "^1.2.2",
"@astrojs/tailwind": "^3.0.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"astro": "^2.0.18",
"astro-icon": "^0.8.0",
"dayjs": "^1.11.7",
"giscus": "^1.3.0",
"next-share": "^0.25.0",
"postcss": "^8.4.19",
"postcss-preset-env": "^7.8.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.9.0",
"react-tooltip": "^5.21.1",
"sharp": "^0.31.3",
"tailwind-merge": "^1.14.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.2.7"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.2",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"cypress": "^13.2.0",
"eslint": "^8.36.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.7",
"sass": "^1.58.1",
"typescript": "^5.0.2"
}
}