-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.21 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
{
"name": "theatres-parisiens",
"description": "Théâtres Parisiens",
"version": "1.0.0",
"author": "Nicolas Goutay <nicolas.goutay@gmail.com>",
"dependencies": {
"babel-plugin-styled-components": "^1.10.7",
"gatsby": "^2.20.8",
"gatsby-plugin-google-analytics": "^2.2.2",
"gatsby-plugin-react-helmet": "^3.2.1",
"gatsby-plugin-sharp": "^2.5.3",
"gatsby-plugin-sitemap": "^2.3.1",
"gatsby-plugin-styled-components": "^3.2.1",
"gatsby-plugin-tinacms": "^0.1.29",
"gatsby-remark-copy-linked-files": "^2.2.1",
"gatsby-remark-images": "^3.2.1",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-tinacms-git": "^0.4.3",
"gatsby-tinacms-remark": "^0.7.9",
"gatsby-transformer-remark": "^2.7.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"styled-components": "^5.0.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^2.0.2"
}
}