-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.59 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
{
"name": "clerkent-site",
"version": "1.0.0",
"private": true,
"description": "Clerkent website",
"keywords": [
"clerkent",
"firefox",
"chrome",
"legaltech"
],
"license": "MIT",
"author": "Huey <[email protected]>",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint:staged": "lint-staged",
"prepare": "husky install",
"upload": "netlify deploy --prod"
},
"lint-staged": {
"*.{ts,tsx,d.ts}": [
"tsc --jsx react --noEmit --esModuleInterop --skipLibCheck --resolveJsonModule"
]
},
"dependencies": {
"autoprefixer": "^10.4.20",
"flag-icons": "^7.2.3",
"gatsby": "^5.13.7",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-matomo": "^0.16.3",
"gatsby-plugin-postcss": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"postcss": "^8.4.41",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"tailwindcss": "^3.4.10",
"ua-parser-js": "^1.0.38"
},
"devDependencies": {
"@types/node": "^22.5.0",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/ua-parser-js": "^0.7.39",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"gatsby-plugin-manifest": "^5.13.1",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"netlify-cli": "^17.34.2",
"typescript": "^5.5.4"
},
"engines": {
"node": ">=18.0.0"
}
}