-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.61 KB
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
{
"name": "staccato",
"private": true,
"description": "Short music reviews",
"version": "0.1.0",
"author": "John Sylvain <[email protected]>",
"dependencies": {
"@contentful/rich-text-react-renderer": "^13.4.0",
"@contentful/rich-text-types": "^13.4.0",
"gatsby": "^2.13.73",
"gatsby-image": "^2.2.17",
"gatsby-plugin-google-analytics": "^2.1.21",
"gatsby-plugin-manifest": "^2.2.6",
"gatsby-plugin-offline": "^2.2.7",
"gatsby-plugin-react-helmet": "^3.1.4",
"gatsby-plugin-sharp": "^2.2.20",
"gatsby-plugin-styled-components": "^3.1.3",
"gatsby-plugin-typescript": "^2.1.5",
"gatsby-source-contentful": "^2.1.29",
"gatsby-transformer-sharp": "^2.2.13",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-social-icons": "^4.1.0",
"react-spring": "^8.0.27",
"styled-components": "^4.3.2",
"styled-reset": "^3.0.3",
"styled-system": "^5.1.1"
},
"devDependencies": {
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-helmet": "^5.0.9",
"@types/styled-components": "^4.1.18",
"@types/styled-system": "^5.1.1",
"prettier": "^1.18.2",
"typescript": "^3.6.2"
},
"keywords": [
"gatsby",
"music"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,tsx,ts,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
},
"repository": "[email protected]:johnsylvain/staccato.git"
}