-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.22 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
{
"name": "portfolio-site",
"private": false,
"description": "Jamie Woodmancy, Front End Engineer, personal blog",
"version": "0.1.0",
"author": "Jamie Woodmancy <[email protected]>",
"dependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"color": "^3.1.3",
"emotion-normalize": "^11.0.1",
"emotion-theming": "^11.0.0",
"gatsby": "^3.5.0",
"gatsby-background-image": "^1.5.3",
"gatsby-image": "^3.5.0",
"gatsby-plugin-emotion": "^6.5.0",
"gatsby-plugin-manifest": "^3.5.0",
"gatsby-plugin-mdx": "^2.5.0",
"gatsby-plugin-offline": "^4.5.0",
"gatsby-plugin-react-helmet": "^4.5.0",
"gatsby-plugin-sharp": "^3.5.0",
"gatsby-plugin-webpack-bundle-analyzer": "^1.0.5",
"gatsby-remark-images": "^5.2.0",
"gatsby-source-filesystem": "^3.5.0",
"gatsby-transformer-sharp": "^3.5.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-switch": "^6.0.0"
},
"devDependencies": {
"babel-jest": "^26.6.3",
"babel-preset-gatsby": "^1.5.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"prettier": "^2.3.0",
"react-test-renderer": "^17.0.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"lint": "eslint \"src/**/*.js\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest",
"test:coverage": "jest --coverage",
"test:updateSnapshot": "jest --updateSnapshot",
"analyze": "ANALYZE_BUNDLE_SIZE=true gatsby build"
},
"repository": {
"type": "git",
"url": "https://github.com/jamie29w/portfolio-2020"
},
"bugs": {
"url": "https://github.com/jamie29w/portfolio-2020/issues"
}
}