-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1009 Bytes
/
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
{
"name": "pypka-server-front",
"version": "1.0.0",
"private": true,
"description": "pypka-server-front",
"author": "pedror",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"axios": "^1.2.0",
"gatsby": "^5.2.0",
"gatsby-plugin-manifest": "^5.2.0",
"gatsby-plugin-offline": "^6.2.0",
"gatsby-plugin-react-helmet": "^6.2.0",
"gatsby-plugin-sass": "^6.2.0",
"gatsby-plugin-sharp": "^5.2.0",
"gatsby-source-filesystem": "^5.2.0",
"install": "^0.13.0",
"plotly.js": "^2.16.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga": "^3.3.0",
"react-helmet": "^6.1.0",
"react-plotly.js": "^2.5.1",
"react-toastify": "^8.2.0",
"react-tsparticles": "^1.41.5",
"sass": "^1.56.1"
}
}