-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
67 lines (67 loc) · 1.95 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
65
66
67
{
"name": "modules",
"version": "1.0.0",
"private": true,
"description": "modules",
"author": "Riko Sakurauchi",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint --fix ."
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@primer/css": "^20.4.8",
"@types/node": "^18.11.2",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"ellipsize": "^0.5.1",
"eslint": "8.25.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"filesize": "^10.0.5",
"flexsearch": "^0.6.32",
"gatsby": "^5.13.3",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-nprogress": "^5.13.1",
"gatsby-plugin-postcss": "^6.13.1",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-stylus": "^5.13.1",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"github-syntax-dark": "^0.5.0",
"github-syntax-light": "^0.5.0",
"glob": "^8.0.3",
"postcss": "^8.4.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use-flexsearch": "^0.1.1",
"sass": "^1.55.0",
"segmentit": "^2.0.3",
"typescript": "^4.8.4",
"uuid": "^9.0.0"
},
"packageManager": "[email protected]",
"devDependencies": {
"@apollo/client": "^3.10.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"graphql": "^16.8.1"
}
}