-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.55 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
{
"name": "reid-portfolio",
"private": false,
"description": "My portfolio, showcasing my side projects and lighting design.",
"version": "0.1.0",
"author": "Reid Sox-Harris <[email protected]>",
"dependencies": {
"@tailwindcss/typography": "^0.5.4",
"core-js": "^3.24.1",
"gatsby": "^4.20.0",
"gatsby-plugin-catch-links": "^4.20.0",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-image": "^2.20.0",
"gatsby-plugin-manifest": "^4.20.0",
"gatsby-plugin-nprogress": "^4.20.0",
"gatsby-plugin-offline": "^5.20.0",
"gatsby-plugin-postcss": "^5.20.0",
"gatsby-plugin-react-helmet": "^5.20.0",
"gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-sharp": "^4.20.0",
"gatsby-plugin-sitemap": "^5.20.0",
"gatsby-plugin-typography": "^4.20.0",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^6.20.0",
"gatsby-remark-prismjs": "^6.20.0",
"gatsby-remark-smartypants": "^5.21.0",
"gatsby-source-filesystem": "^4.20.0",
"gatsby-transformer-remark": "^5.20.0",
"gatsby-transformer-sharp": "^4.20.0",
"moment": "^2.29.4",
"postcss-cli": "^10.0.0",
"postcss-import": "^14.1.0",
"prismjs": "^1.28.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-burger-menu": "^3.0.8",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-media": "^1.10.0",
"react-typography": "^0.16.20",
"typography": "^0.16.21",
"typography-theme-moraga": "^0.16.19"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"eslint": "^8.21.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.8",
"tailwindcss-touch": "^1.0.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/eosti/portfolio"
},
"bugs": {
"url": "https://github.com/eosti/portfolioissues"
},
"browserslist": [
"defaults"
]
}