-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
96 lines (96 loc) · 3.38 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
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "joel.fm",
"private": true,
"description": "joél hawkins torres portfolio website regrettably created with gatsby",
"version": "1.4.0",
"author": {
"name": "joél hawkins torres",
"email": "[email protected]",
"url": "https://joel.fm"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@react-icons/all-files": "^4.1.0",
"gatsby": "^5.13.7",
"gatsby-plugin-emotion": "^8.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-offline": "^6.13.3",
"gatsby-plugin-purgecss": "^6.2.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-typescript": "^5.13.1",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-plugin-webfonts": "^2.3.2",
"gatsby-remark-copy-linked-files": "^6.13.2",
"gatsby-remark-images": "^7.13.2",
"gatsby-remark-prismjs": "^7.13.2",
"gatsby-remark-responsive-iframe": "^6.13.2",
"gatsby-remark-smartypants": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"normalize.css": "^8.0.1",
"polished": "^4.3.1",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.7",
"@babel/plugin-proposal-decorators": "^7.25.7",
"@babel/plugin-syntax-typescript": "^7.25.7",
"@emotion/babel-plugin": "^11.12.0",
"@emotion/eslint-plugin": "^11.12.0",
"@types/gatsby-transformer-remark": "^2.9.4",
"@types/node": "^22.7.4",
"@types/prismjs": "^1.26.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"babel-preset-gatsby": "^3.13.2",
"classnames": "^2.5.1",
"eslint": "9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "3.3.3",
"typescript": "^5.6.2",
"yarn-run-all": "^3.1.1"
},
"homepage": "https://joel.fm/",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hwknsj/joel.fm"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "run-s lint:fix prettier",
"prettier": "prettier --config .prettierrc.js --log-evel warn --write 'src/**/*.{js,jsx,ts,tsx,json,html,css,scss}'",
"prettier:check": "prettier --config .prettierrc.js --log-level warn --check 'src/**/*.{js,jsx,ts,tsx,json,html,css,scss}'",
"lint": "eslint --config .eslintrc.js --color 'src/**/*.{js,jsx,ts,tsx}'",
"lint:fix": "eslint --config .eslintrc.js --fix 'src/**/*.{js,jsx,ts,tsx}'",
"clean": "gatsby clean",
"start": "gatsby develop",
"serve": "gatsby serve",
"dev": "gatsby develop"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"packageManager": "[email protected]+sha512.837566d24eec14ec0f5f1411adb544e892b3454255e61fdef8fd05f3429480102806bac7446bc9daff3896b01ae4b62d00096c7e989f1596f2af10b927532f39"
}