-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
{
"name": "erikthered.me",
"description": "Erik Nelson's Website",
"version": "1.0.0",
"author": "Erik Nelson <[email protected]>",
"dependencies": {
"@gatsbyjs/reach-router": "^2.0.1",
"autoprefixer": "^10.4.20",
"gatsby": "^5.14.0",
"gatsby-link": "^5.14.0",
"gatsby-plugin-feed": "^5.14.0",
"gatsby-plugin-postcss": "^6.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-remark-images": "^7.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-json": "^5.14.0",
"gatsby-transformer-remark": "^6.14.0",
"postcss": "^8.4.49",
"postcss-nesting": "^8.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-typography": "^0.16.23",
"tailwindcss": "^2.2.19",
"typography": "^0.16.24"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"gatsby-plugin-typography": "^5.14.0",
"prettier": "^3.3.3",
"typography-theme-github": "^0.16.19"
},
"repository": {
"type": "git",
"url": "https://github.com/erikthered/erikthered.me"
},
"packageManager": "[email protected]"
}