summaryrefslogtreecommitdiff
path: root/package.json
blob: e98148dfeca1e3f87b3268b5f4ae303171d58efb (plain)
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
{
  "name": "portfolio",
  "private": true,
  "description": "Personal portfolio",
  "version": "1.0.0",
  "author": "Nick Van Doorn <vandoorn.nick@gmail.com>",
  "dependencies": {
    "@babel/core": "^7.0.0",
    "@emotion/core": "^10.0.9",
    "@fortawesome/fontawesome-svg-core": "^1.2.15",
    "@fortawesome/free-brands-svg-icons": "^5.7.2",
    "@fortawesome/free-solid-svg-icons": "^5.7.2",
    "babel-jest": "^24.5.0",
    "babel-preset-gatsby": "^0.1.10",
    "browser-monads": "^1.0.0",
    "emotion": "^10.0.9",
    "emotion-theming": "^10.0.10",
    "gatsby": "^2.1.30",
    "gatsby-image": "^2.0.32",
    "gatsby-plugin-emotion": "^4.0.6",
    "gatsby-plugin-manifest": "^2.0.23",
    "gatsby-plugin-offline": "^2.0.25",
    "gatsby-plugin-react-helmet": "^3.0.9",
    "gatsby-plugin-sharp": "^2.0.27",
    "gatsby-source-filesystem": "^2.0.24",
    "gatsby-transformer-sharp": "^2.1.16",
    "html-pdf": "^2.2.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^24.5.0",
    "prop-types": "^15.7.2",
    "react": "^16.8.4",
    "react-dom": "^16.8.4",
    "react-helmet": "^5.2.0",
    "react-test-renderer": "^16.8.5"
  },
  "devDependencies": {
    "prettier": "^1.16.4"
  },
  "license": "MIT",
  "scripts": {
    "build": "gatsby build && html-pdf public/cv/index.html public/cv.pdf",
    "develop": "gatsby develop",
    "format": "prettier --write src/**/*.{js,jsx}",
    "start": "npm run develop",
    "serve": "gatsby serve",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nvandoorn/portfolio"
  }
}