-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.76 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
{
"name": "zac-milano-dot-com",
"version": "1.0.0",
"private": true,
"description": "Zac Milano's personal website",
"author": "ZacMilano",
"keywords": [
"gatsby"
],
"scripts": {
"generate": "node scripts/create-new-ui-iteration-component.js",
"indices": "yarn vscode-generate-index-standalone src/",
"dev": "gatsby develop",
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby-plugin-s3 deploy -y",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@mdx-js/react": "^2.2.1",
"babel-plugin-prismjs": "^2.1.0",
"babel-plugin-styled-components": "^2.0.7",
"babel-preset-gatsby": "^3.7.0",
"gatsby": "^5.5.0",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-image": "^3.5.0",
"gatsby-plugin-mdx": "^5.5.0",
"gatsby-plugin-s3": "^0.3.8",
"gatsby-plugin-sass": "^6.5.0",
"gatsby-plugin-sharp": "^5.5.0",
"gatsby-plugin-sitemap": "^6.5.0",
"gatsby-plugin-styled-components": "^6.6.0",
"gatsby-source-filesystem": "^5.5.0",
"gatsby-transformer-sharp": "^5.5.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^4.9.4",
"vscode-generate-index-standalone": "^1.7.1"
}
}