-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 732 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 732 Bytes
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
{
"name": "pandora",
"version": "1.0.0",
"private": true,
"description": "Pandora",
"author": "SimonSoftwareSolutions",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"babel-plugin-styled-components": "^1.12.0",
"gatsby": "^3.6.2",
"gatsby-plugin-gatsby-cloud": "^2.6.1",
"gatsby-plugin-styled-components": "^4.6.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-image-gallery": "^1.1.1",
"styled-components": "^5.3.0"
}
}