-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.75 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
59
60
{
"name": "braican",
"version": "7.0.1",
"description": "Brand site for Nick Braica",
"author": "Nick Braica <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/braican/braican.com.git"
},
"homepage": "https://github.com/braican/braican.com#readme",
"bugs": {
"url": "https://github.com/braican/braican.com/issues"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"cleanstart": "gatsby clean && gatsby develop",
"start-external": "gatsby develop -H 0.0.0.0",
"serve": "gatsby serve",
"lint:scripts": "eslint src/**/*.js",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"dependencies": {
"dotenv": "^8.0.0",
"gatsby": "^5.13.4",
"gatsby-image": "^2.2.8",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-react-helmet": "^3.1.3",
"gatsby-plugin-sass": "^2.1.8",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.1.9",
"gatsby-source-wordpress": "^3.1.16",
"gatsby-transformer-sharp": "^5.13.1",
"node-sass": "^9.0.0",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1"
},
"devDependencies": {
"@upstatement/eslint-config": "^0.4.0",
"@upstatement/prettier-config": "^0.3.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.13.0",
"eslint-config-prettier": "^4.0.0",
"husky": "^1.3.1",
"prettier": "^1.16.4",
"pretty-quick": "^1.10.0",
"stylelint": "^16.4.0",
"stylelint-config-sass-guidelines": "^5.3.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}