-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.61 KB
/
package.json
File metadata and controls
57 lines (57 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
54
55
56
57
{
"name": "study-groups-starter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"start": "node server.js",
"gh-pages": "gatsby build --prefix-paths && gh-pages -d public",
"lint": "node_modules/.bin/eslint src --fix",
"dev": "(shx --silent rm -rf public || shx true) && gatsby develop",
"server": "cross-env NODE_ENV=development DEBUG=api nodemon server.js"
},
"author": "Yan Ochoa",
"license": "",
"dependencies": {
"gatsby": "^1.9.277",
"gatsby-link": "^1.6.46",
"basic-auth": "^2.0.0",
"compression": "^1.7.1",
"debug": "^3.1.0",
"express": "^4.16.2",
"helmet": "^3.10.0",
"serve-static": "^1.13.1"
},
"keywords": [
"gatsby"
],
"devDependencies": {
"autoprefixer": "^7.2.5",
"bootstrap": "^4.0.0",
"cross-env": "^5.1.3",
"eslint": "^4.17.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.1",
"gatsby": "^1.9.178",
"gatsby-link": "^1.6.36",
"gatsby-plugin-google-analytics": "^1.0.17",
"gatsby-plugin-postcss-sass": "^1.0.16",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-react-next": "^1.0.8",
"gatsby-source-filesystem": "^1.5.16",
"gatsby-transformer-json": "^1.0.14",
"gh-pages": "^1.1.0",
"pixrem": "^4.0.1",
"shx": "^0.2.2",
"svg-sprite-loader": "^3.6.2"
},
"repository": {
"type": "git",
"url": "https://github.com/yanochoa/study-groups-starter"
}
}