-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 895 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
{
"name": "gatsby-spotify-example",
"description": "Gatsby Spotify source example",
"version": "1.0.0",
"dependencies": {
"dotenv": "^6.2.0",
"gatsby": "^2.1.19",
"gatsby-image": "^2.0.30",
"gatsby-plugin-less": "^2.0.0-beta.5",
"gatsby-plugin-react-helmet": "next",
"gatsby-plugin-sharp": "^2.0.23",
"gatsby-source-spotify": "github:NorikDavtian/gatsby-source-spotify-compiled",
"gatsby-transformer-sharp": "^2.1.8",
"less": "^3.8.1",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-helmet": "^5.2.0",
"semantic-ui-less": "^2.3.3",
"semantic-ui-react": "^0.82.1"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.13.7"
}
}