This repository has been archived by the owner on Jun 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.64 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
68
69
70
71
72
73
74
75
76
77
78
{
"name": "kagamine.dev",
"private": true,
"scripts": {
"build": "gatsby build && tsc -p functions",
"start": "gatsby develop -p 3900",
"serve": "npm run build && firebase serve -p 3900",
"clean": "gatsby clean",
"rebuild": "npm run clean && npm run build",
"postinstall": "npm ci --prefix functions"
},
"dependencies": {
"@formatjs/intl-pluralrules": "^2.2.10",
"@formatjs/intl-relativetimeformat": "^5.2.10",
"@material-ui/core": "^5.0.0-alpha.1",
"@material-ui/icons": "^5.0.0-alpha.1",
"@raae/gatsby-remark-oembed": "github:maxkagamine/gatsby-remark-oembed#temp",
"@types/lodash.groupby": "^4.6.6",
"@types/lodash.mapvalues": "^4.6.6",
"@types/react-helmet": "^6.0.0",
"@types/webpack": "^4.41.18",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"babel-eslint": "^10.1.0",
"clsx": "^1.1.1",
"create-ico": "^1.0.0",
"eslint": "^6.8.0",
"eslint-config-react-app": "^5.2.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^2.5.1",
"firebase": "^7.15.5",
"gatsby": "^2.23.11",
"gatsby-image": "^2.4.9",
"gatsby-plugin-catch-links": "^2.3.7",
"gatsby-plugin-eslint": "^2.0.8",
"gatsby-plugin-feed": "^2.5.7",
"gatsby-plugin-manifest": "^2.4.14",
"gatsby-plugin-material-ui": "^2.1.9",
"gatsby-plugin-react-helmet": "^3.3.6",
"gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-plugin-sharp": "^2.6.14",
"gatsby-plugin-sitemap": "^2.4.7",
"gatsby-plugin-twitter": "^2.3.6",
"gatsby-plugin-typegen": "^2.2.0",
"gatsby-plugin-typescript-checker": "^1.1.1",
"gatsby-remark-autolink-headers": "^2.3.7",
"gatsby-remark-copy-linked-files": "^2.3.7",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-responsive-iframe": "^2.4.7",
"gatsby-remark-smartypants": "^2.3.6",
"gatsby-remark-vscode": "^2.1.2",
"gatsby-source-filesystem": "^2.3.14",
"gatsby-transformer-remark": "^2.8.19",
"gatsby-transformer-sharp": "^2.5.7",
"globby": "^11.0.1",
"intl-messageformat-parser": "^5.2.0",
"lodash.groupby": "^4.6.0",
"lodash.mapvalues": "^4.6.0",
"onedark-pro": "github:Binaryify/OneDark-Pro",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-intl": "^4.7.5",
"simple-git": "^2.11.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
},
"browserslist": [
"> 1%",
"> 0.5% in JP",
"not IE <= 11",
"not Edge <= 18"
]
}