-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.37 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
{
"name": "getform-gatsby-job-board",
"private": true,
"description": "",
"version": "0.1.0",
"author": "Durul Doktoroglu <[email protected]",
"dependencies": {
"@ibm/plex": "^4.0.2",
"axios": "^0.21.1",
"bootstrap": "^4.4.0",
"dotenv": "^8.2.0",
"gatsby": "^2.17.11",
"gatsby-image": "^2.2.31",
"gatsby-plugin-manifest": "^2.2.27",
"gatsby-plugin-offline": "^3.0.19",
"gatsby-plugin-react-helmet": "^3.1.14",
"gatsby-plugin-sharp": "^2.2.37",
"gatsby-source-filesystem": "^2.1.36",
"gatsby-transformer-sharp": "^2.3.3",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-bootstrap": "^1.0.0-beta.15",
"react-dom": "^16.11.0",
"react-emotion": "^10.0.0",
"react-helmet": "^5.2.1",
"reactstrap": "^8.1.1",
"slugify": "^1.3.6"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/getform-gatsby-job-board"
},
"bugs": {
"url": "https://github.com/getform/getform-gatsby-job-board/issues"
}
}