-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.5 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
{
"name": "gift",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"postbuild": "pagefind --site dist",
"preview": "astro preview",
"preview:pagefind": "astro build && npm run postbuild && astro preview",
"lint": "eslint 'src/**/*.{js,ts,tsx}'",
"lint:fix": "eslint 'src/**/*.{js,ts,tsx}' --fix",
"astro": "astro",
"format": "prettier . --write"
},
"dependencies": {
"@astrojs/mdx": "^2.1.1",
"@astrojs/react": "3.0.4",
"@astrojs/sitemap": "^3.0.3",
"@fortawesome/fontawesome-svg-core": "6.4.2",
"@fortawesome/free-brands-svg-icons": "6.4.2",
"@fortawesome/free-solid-svg-icons": "6.4.2",
"@fortawesome/react-fontawesome": "0.2.0",
"@tanstack/react-query": "^5.8.1",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"astro": "^4.5.13",
"axios": "^1.6.0",
"classnames": "2.3.2",
"pagefind": "^1.0.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.9.0",
"eslint": "8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "39.1.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-n": "16.2.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.2",
"prettier": "3.0.3",
"prettier-plugin-astro": "0.12.0",
"sass": "1.66.1",
"typescript": "5.2.2"
}
}