-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
60 lines (60 loc) · 1.91 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": "freecodecamp-norman",
"private": true,
"description": "Website for the freeCodeCamp group in Norman, Oklahoma.",
"version": "2.0.2",
"dependencies": {
"bootstrap": "^4.3.1",
"gatsby": "^2.15.28",
"gatsby-image": "^2.2.23",
"gatsby-plugin-manifest": "^2.2.20",
"gatsby-plugin-offline": "^3.0.11",
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-sass": "^2.1.17",
"gatsby-plugin-sharp": "^2.2.27",
"gatsby-source-filesystem": "^2.1.28",
"gatsby-transformer-json": "^2.2.12",
"gatsby-transformer-remark": "^2.6.27",
"gatsby-transformer-sharp": "^2.2.19",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-bootstrap": "^1.0.0-beta.12",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1"
},
"devDependencies": {
"eslint": "^6.4.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-react": "^7.14.3",
"prettier": "^1.18.2"
},
"keywords": [
"gatsby",
"open source",
"hacktoberfest",
"react",
"javascript",
"freecodecamp",
"oklahoma",
"norman"
],
"license": "MIT",
"scripts": {
"build": "npm run format:check && gatsby build",
"develop": "gatsby develop",
"format": "eslint . --fix && prettier --write \"**/*.{js,scss,json,md}\"",
"format:check": "eslint . && prettier --check \"**/*.{js,scss,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}