-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.49 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
{
"name": "insight-journal",
"version": "3.0.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^3.0.2",
"@loadable/component": "^5.15.2",
"@material/menu": "13.0.0",
"@mui/icons-material": "^5.3.1",
"@mui/lab": "^5.0.0-alpha.66",
"@mui/material": "^5.3.1",
"@mui/styles": "^5.3.0",
"@mui/x-data-grid": "^5.3.0",
"bulma": "^0.9.3",
"bulma-helpers": "^0.4.2",
"copy-webpack-plugin": "^10.2.1",
"electron": "^22.3.25",
"file-saver": "^2.0.5",
"gatsby": "^4.25.7",
"gatsby-plugin-emotion": "^7.6.0",
"gatsby-plugin-graphql-config": "^1.6.0",
"gatsby-plugin-image": "^2.6.0",
"gatsby-plugin-material-ui": "^4.1.0",
"gatsby-plugin-react-helmet": "^5.6.0",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-source-filesystem": "^4.6.0",
"gatsby-transformer-json": "^4.6.0",
"gatsby-transformer-sharp": "^4.6.0",
"html-react-parser": "^1.4.5",
"idb-keyval": "^6.1.0",
"ipfs-http-client": "^60.0.1",
"js-base64": "^3.6.0",
"jszip": "^3.6.0",
"material-design-icons": "^3.0.1",
"pdf-viewer-reactjs": "^2.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-syntax-highlighter": "^15.4.3",
"uint8arrays": "^2.1.5"
},
"scripts": {
"develop": "gatsby develop --port 8081",
"build": "gatsby build",
"serve": "gatsby serve --port 8081"
}
}