-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.04 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
{
"name": "visual-2019",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "npm run dev",
"dev": "npx gatsby develop -p 8800",
"postdev": "npm run format",
"build": "npx gatsby build",
"postbuild": "cp CNAME public/",
"develop": "gatsby develop -p 8800",
"format": "npx prettier --write \"src/**/*.js\""
},
"dependencies": {
"@fontsource-variable/jetbrains-mono": "^5.0.21",
"@fontsource-variable/noto-sans-jp": "^5.0.19",
"@fontsource/noto-sans-jp": "^4.5.0",
"@fontsource/roboto": "^4.5.7",
"@fontsource/shrikhand": "^5.0.20",
"@fontsource/titillium-web": "^4.5.8",
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"change-case": "^4.1.2",
"chart.js": "^3.4.1",
"classnames": "^2.3.1",
"csv-parse": "^4.16.0",
"gatsby": "^3.9.1",
"gatsby-image": "^3.9.0",
"gatsby-plugin-feed": "^3.9.0",
"gatsby-plugin-force-trailing-slashes": "^1.0.5",
"gatsby-plugin-google-analytics": "^3.9.0",
"gatsby-plugin-image": "^1.9.0",
"gatsby-plugin-manifest": "^3.9.0",
"gatsby-plugin-mdx": "^2.9.0",
"gatsby-plugin-offline": "^4.9.0",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^4.9.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-sass": "^4.9.0",
"gatsby-plugin-sharp": "^3.9.0",
"gatsby-remark-smartypants": "^4.6.0",
"gatsby-source-filesystem": "^3.9.0",
"gatsby-transformer-sharp": "^3.9.0",
"isomorphic-unfetch": "^3.1.0",
"node-sass": "npm:sass@^1.38.2",
"postcss": "^8.3.6",
"prettier": "^2.3.2",
"react": "^17.0.2",
"react-chartkick": "^0.5.1",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"socket.io-client": "^4.7.5",
"source-map": "^0.7.4"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"engines": {
"node": "16.x"
},
"watch": {
"build": "src/**/*.*"
},
"overrides": {
"foo": {
"source-map": "0.7.4"
}
}
}