-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.82 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "grad.then",
"version": "0.0.1",
"description": "",
"main": "n/a",
"dependencies": {
"dotenv": "^6.0.0",
"faker": "^4.1.0",
"gatsby": "1.9.273",
"gatsby-link": "1.6.45",
"gatsby-plugin-favicon": "^2.1.1",
"gatsby-plugin-react-helmet": "2.0.11",
"gatsby-plugin-styled-components": "^2.0.11",
"gatsby-source-contentful": "^1.3.54",
"gatsby-source-filesystem": "1.5.39",
"gatsby-transformer-remark": "1.7.44",
"react-helmet": "5.2.0",
"styled-components": "^2.4.1"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.5.1",
"eslint": "5.0.1",
"eslint-plugin-graphql": "^2.1.1",
"eslint-plugin-react": "^7.10.0",
"gh-pages": "1.2.0",
"husky": "0.14.3",
"prettier": "1.10.2",
"pretty-quick": "1.6.0",
"stylelint": "^9.3.0",
"stylelint-config-recommended": "^2.1.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.3.1"
},
"scripts": {
"clean": "rm -rf .cache/ && rm -rf public/",
"build": "gatsby build",
"dev": "NODE_ENV=development gatsby develop",
"lint:css": "stylelint './src/**/*.js'",
"format": "pretty-quick",
"precommit": "pretty-quick --staged",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"deploy:travis":
"gatsby build --prefix-paths && https://$GITHUB_TOKEN@github.com/chingu-voyage6/grad.then.git -d public"
},
"pre-commit": "npm run format",
"repository": {
"type": "git",
"url": "git+https://github.com/chingu-voyage6/grad.then.git"
},
"keywords": ["gatsby", "grad", "then"],
"author": "bears-teams-16-24-01",
"license": "MIT",
"bugs": {
"url": "https://github.com/chingu-voyage6/grad.then/issues"
},
"homepage":
"https://github.com/chingu-voyage6/grad.then/blob/master/README.md"
}