-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.56 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.56 KB
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
{
"name": "the-open-alliance",
"version": "1.0.0",
"private": true,
"description": "the-open-alliance",
"author": "Justin Tervay",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"prepare": "husky install"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@popperjs/core": "^2.11.5",
"flowbite": "^2.2.1",
"flowbite-react": "^0.7.2",
"gatsby": "^4.18.1",
"gatsby-plugin-image": "^2.18.1",
"gatsby-plugin-manifest": "^4.18.1",
"gatsby-plugin-mdx": "^3.18.1",
"gatsby-plugin-react-helmet": "^5.18.0",
"gatsby-plugin-sass": "^5.18.1",
"gatsby-plugin-sharp": "^4.18.1",
"gatsby-plugin-sitemap": "^5.18.1",
"gatsby-source-filesystem": "^4.18.1",
"gatsby-transformer-sharp": "^4.18.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"sass": "^1.53.0",
"tablesort": "^5.3.0",
"use-http": "^1.0.26"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-helmet": "^6.1.5",
"autoprefixer": "^10.4.16",
"gatsby-plugin-postcss": "^6.13.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"postcss": "^8.4.32",
"prettier": "2.7.1",
"tailwindcss": "^3.4.0",
"typescript": "^4.7.4"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}