-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
98 lines (98 loc) · 3.07 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "jason.stallin.gs",
"private": true,
"description": "Jason Stallings' personal website.",
"version": "0.0.3",
"author": "Jason Stallings <jason.stallin.gs>",
"dependencies": {
"array-merge-by-key": "^1.0.1",
"babel-plugin-styled-components": "^1.5.1",
"bluebird": "^3.5.1",
"fetch-everywhere": "^1.0.5",
"firebase-admin": "^6.0.0",
"firebase-functions": "^2.0.2",
"gatsby": "^2.18.1",
"gatsby-image": "^2.4.5",
"gatsby-plugin-google-analytics": "^2.0.9",
"gatsby-plugin-manifest": "^2.4.9",
"gatsby-plugin-offline": "^2.0.20",
"gatsby-plugin-react-helmet": "^3.0.5",
"gatsby-plugin-sentry": "^1.0.1",
"gatsby-plugin-sharp": "^2.2.21",
"gatsby-plugin-sitemap": "^2.0.4",
"gatsby-plugin-styled-components": "^3.0.4",
"gatsby-plugin-typography": "^2.2.4",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-source-github": "^0.0.2",
"gatsby-source-graphql": "^2.5.2",
"gatsby-source-wordpress": "^3.1.31",
"gatsby-transformer-sharp": "^2.2.14",
"html-to-react": "^1.3.1",
"lodash": "^4.16.4",
"material-ui": "^0.20.2",
"mkdirp": "^0.5.1",
"nodemailer": "^4.2.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-github-widget": "0.0.7",
"react-helmet": "^5.2.0",
"react-icons": "^3.0.5",
"react-lastfm-widget": "0.0.4",
"react-notification-system": "^0.2.15",
"react-protected-mailto": "^1.0.3",
"react-social-icons": "^4.1.0",
"react-syntax-highlighter": "^9.0.0",
"react-typography": "^0.16.13",
"recursive-readdir": "^2.2.1",
"styled-components": "~2.3.3",
"typeface-roboto": "0.0.54",
"typography": "^0.16.17",
"typography-theme-github": "^0.16.18",
"whatwg-fetch": "^2.0.3",
"window-or-global": "^1.0.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"dev": "gatsby develop",
"lint": "eslint --ext .js,.jsx --ignore-path .gitignore .",
"test": "yarn run lint && yarn run acceptance",
"develop": "gatsby develop",
"build": "gatsby build",
"start": "gatsby serve",
"predeploy": "yarn run build",
"deploy": "firebase deploy --only hosting",
"deploy-functions": "firebase deploy --only functions",
"acceptance": "testcafe -e chrome tests/acceptance/**/*.js --app \"http-server -p 8000 ./public -s\"",
"backstop": "backstop test --docker",
"visual": "npm-run-all -p start visual -r",
"unit": "jest"
},
"devDependencies": {
"@babel/preset-env": "^7.0.0-beta.53",
"babel-jest": "^23.4.2",
"babel-preset-react": "^6.24.1",
"backstopjs": "^3.5.8",
"enzyme": "^3.1.0",
"enzyme-adapter-react-15": "^1.0.1",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"http-server": "^0.11.1",
"jest": "^23.4.2",
"jest-fetch-mock": "^2.0.0",
"npm-run-all": "^4.1.3",
"react-test-renderer": "^16.6.3",
"testcafe": "^0.22.0"
},
"jest": {
"testMatch": [
"**/*.spec.js"
]
}
}