-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.71 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.71 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "aics-idea-board",
"version": "0.0.2",
"author": "Megan Riel-Mehan",
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@reach/router": "^1.3.4",
"antd": "^5.21.2",
"decap-cms-app": "^3.0.12",
"gatsby": "^5.14.0-next.3",
"gatsby-plugin-decap-cms": "^4.0.3",
"gatsby-plugin-fix-fouc": "^1.1.3",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-netlify": "^5.0.0",
"gatsby-plugin-react-helmet-async": "^1.2.3",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-remark-copy-linked-files": "^6.13.1",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-line-breaks": "^1.0.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-remark-frontmatter": "^1.1.0",
"gatsby-transformer-sharp": "^5.13.1",
"lodash": "^4.17.15",
"lodash-webpack-plugin": "^0.11.4",
"prop-types": "^15.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-markdown": "^10.1.0",
"slugify": "^1.6.6",
"uuid": "^8.0.0",
"vitest": "^4.0.18"
},
"keywords": [
"gatsby"
],
"main": "n/a",
"scripts": {
"clean": "gatsby clean",
"start": "npm run develop",
"build": "npm run clean && gatsby build",
"develop": "npm run clean && gatsby develop",
"serve": "gatsby serve",
"format": "prettier \"{src,gatsby,netlify}/**/*.{ts,tsx,js,jsx}\" gatsby-*.js package.json --write",
"formatCheck": "prettier \"{src,gatsby,netlify}/**/*.{ts,tsx,js,jsx}\" gatsby-*.js package.json --check",
"format:files": "prettier --write",
"test": "vitest run",
"dev": "npx concurrently \"npx netlify-cms-proxy-server\" \"npm start -- --progress\"",
"lint": "eslint \"src/**/*.{ts,tsx}\" gatsby-*.js --quiet --fix",
"lint:files": "eslint --quiet --fix",
"typeCheck": "tsc --noEmit",
"prepare": "lefthook install"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/antd": "^1.0.0",
"@types/node": "^20.11.20",
"@types/react": "^18.2.59",
"@types/react-dom": "^18.2.19",
"@types/react-helmet": "^6.1.11",
"concurrently": "^9.2.1",
"eslint": "^9.38.0",
"eslint-plugin-sort-destructure-keys": "^3.0.0",
"gatsby-plugin-postcss": "^6.13.1",
"jiti": "^2.6.1",
"lefthook": "^2.0.15",
"netlify-cli": "^17.15.7",
"postcss": "^8.4.35",
"prettier": "^3.8.1",
"typescript": "^5.3.3",
"typescript-eslint": "^8.56.0",
"typescript-plugin-css-modules": "^5.1.0"
},
"engines": {
"node": ">= 18.15.0"
}
}