-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.29 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
41
{
"name": "ftw-retreat",
"description": "A 5-day intimate retreat for women leaders in tech. FTW Retreat is now part of Elpha.",
"version": "0.0.1",
"author": "Leslie Passante <[email protected]>; Victor Coulon <[email protected]>",
"dependencies": {
"gatsby": "~2.0.120",
"gatsby-link": "~2.0.17",
"gatsby-plugin-google-analytics": "~2.0.21",
"gatsby-plugin-react-helmet": "~3.0.12",
"gatsby-plugin-sass": "~2.0.13",
"instafeed.js": "~1.4.1",
"node-sass": "~4.9.4",
"react": "~16.5.2",
"react-dom": "~16.5.2",
"react-helmet": "~5.2.1",
"react-mailchimp-subscribe": "~2.0.2",
"smooth-scroll": "^14.2.1",
"uuid": "~3.3.3"
},
"devDependencies": {
"dotenv": "~6.0.0",
"eslint": "~6.1.0",
"eslint-config-prettier": "~6.0.0",
"eslint-plugin-prettier": "~3.1.0",
"eslint-plugin-react": "~7.14.3",
"eslint-plugin-react-hooks": "~1.6.1",
"prettier": "~1.14.3"
},
"homepage": "https://forthewomenretreat.com",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"format": "prettier --write 'src/**/*.js'",
"lint": "eslint src",
"lint:fix": "eslint --fix src",
"serve": "gatsby serve",
"start": "gatsby develop --https",
"test": "echo \"Error: no test specified\" && exit 1"
}
}