-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.63 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
{
"name": "portfolio",
"description": "Portfolio of Jon Long",
"version": "2.0.0",
"author": "Jon Long",
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"browser-monads": "^1.0.0",
"emotion": "^11.0.0",
"gatsby": "^4.15.2",
"gatsby-mdx": "^1.0.0",
"gatsby-plugin-emotion": "^7.15.0",
"gatsby-plugin-image": "^2.15.1",
"gatsby-plugin-manifest": "^4.15.1",
"gatsby-plugin-mdx": "^3.15.2",
"gatsby-plugin-offline": "^5.15.1",
"gatsby-plugin-react-helmet": "^5.15.0",
"gatsby-plugin-sharp": "^4.15.1",
"gatsby-source-filesystem": "^4.15.0",
"gatsby-transformer-sharp": "^4.15.1",
"gh-pages": "^4.0.0",
"imagesloaded": "^5.0.0",
"polished": "^4.2.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-emotion": "^10.0.0",
"react-helmet": "^6.1.0",
"rebass": "^4.0.7",
"shevyjs": "^2.1.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build && gh-pages -d public -b master",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.14.2",
"stylelint-config-standard": "^18.2.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/jonlong/portfolio"
}
}