-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.9 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
{
"name": "bioscillators",
"private": true,
"description": "Exploring biophysical dynamical systems in javascript",
"version": "0.3.5",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"cb": "npm-run-all -s clean build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@material-ui/core": "^4.10.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.55",
"chart.js": "^2.9.3",
"comlink": "^4.3.0",
"cytoscape": "^3.15.1",
"cytoscape-edgehandles": "^3.6.0",
"fs": "0.0.1-security",
"gatsby": "^2.23.1",
"gatsby-alias-imports": "^1.0.4",
"gatsby-image": "^2.4.6",
"gatsby-plugin-exclude": "^1.0.2",
"gatsby-plugin-google-analytics": "^2.3.3",
"gatsby-plugin-htaccess": "^1.4.0",
"gatsby-plugin-manifest": "^2.4.10",
"gatsby-plugin-offline": "^3.2.22",
"gatsby-plugin-react-helmet": "^3.3.3",
"gatsby-plugin-sharp": "^2.6.10",
"gatsby-plugin-sitemap": "^2.4.11",
"gatsby-source-filesystem": "^2.3.10",
"gatsby-theme-material-ui": "^1.0.10",
"gatsby-transformer-sharp": "^2.5.4",
"katex": "^0.11.1",
"material-ui-color-picker": "^3.5.0",
"mathjs": "^7.0.1",
"plotly.js": "^1.54.7",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-cytoscapejs": "^1.2.1",
"react-dom": "^16.12.0",
"react-helmet": "^6.0.0",
"react-katex": "^2.0.2",
"react-plotly.js": "^2.4.0",
"react-use-comlink": "^2.0.1",
"runge-kutta-4": "^1.0.5"
},
"devDependencies": {
"@hot-loader/react-dom": "^16.13.0",
"gatsby-plugin-root-import": "^2.0.5",
"npm-run-all": "^4.1.5",
"prettier": "2.0.5",
"use-trace-update": "^1.3.0"
}
}