-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.2 KB
/
package.json
File metadata and controls
109 lines (109 loc) · 3.2 KB
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
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "nafeij.github.io",
"version": "1.0.1",
"private": true,
"description": "nafeij.github.io",
"author": "Wang Jiefan",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop -H 0.0.0.0",
"start": "gatsby develop -H 0.0.0.0",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx --fix",
"typecheck": "tsc --noEmit",
"deploy": "gatsby build && gh-pages -d public -b main"
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.27.1",
"@emotion/babel-plugin-jsx-pragmatic": "^0.3.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@gatsbyjs/reach-router": "^2.0.1",
"@heroicons/react": "^2.0.16",
"@mdx-js/react": "^3.1.0",
"@types/react-helmet": "^6.1.6",
"@types/react-transition-group": "^4.4.5",
"babel-plugin-macros": "^3.1.0",
"eslint-config-love": "^137.0.0",
"gatsby": "^5.14.4",
"gatsby-plugin-emotion": "^8.7.0",
"gatsby-plugin-image": "^3.7.0",
"gatsby-plugin-manifest": "^5.9.0",
"gatsby-plugin-mdx": "^5.14.1",
"gatsby-plugin-sharp": "^5.8.0",
"gatsby-plugin-typescript": "^5.7.0",
"gatsby-transformer-sharp": "^5.7.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-is": "^18.0.0",
"react-transition-group": "^4.4.5",
"react-use-draggable-scroll": "^0.4.7",
"sass": "^1.89.2",
"scrollreveal": "^4.0.9"
},
"devDependencies": {
"@babel/eslint-parser": "^7.27.5",
"@emotion/babel-plugin": "^11.10.6",
"@emotion/eslint-plugin": "^11.12.0",
"@types/gatsbyjs__reach-router": "^2.0.0",
"@types/node": "^24.0.3",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/scrollreveal": "^0.0.11",
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.34.0",
"autoprefixer": "^10.4.21",
"babel-plugin-twin": "^1.1.0",
"eslint": "^9.29.0",
"eslint-config-prettier": "^10.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^4.4.3",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^17.20.0",
"eslint-plugin-promise": "^7.2.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-tailwindcss": "^3.18.0",
"file-loader": "^6.2.0",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-source-filesystem": "^5.7.0",
"gatsby-transformer-remark": "^6.7.0",
"gh-pages": "^6.3.0",
"postcss": "^8.5.6",
"postcss-import": "^16.1.0",
"react": "^18.0.0",
"tailwindcss": "^3.4.0",
"tailwindcss-animate": "^1.0.5",
"tsconfig-paths": "^4.1.2",
"twin.macro": "^3.4.1",
"typescript": "^5.8.0"
},
"babelMacros": {
"twin": {
"preset": "emotion"
}
},
"babel": {
"presets": [
"babel-preset-gatsby",
[
"@babel/preset-react",
{
"runtime": "automatic",
"importSource": "@emotion/react"
}
]
],
"plugins": [
"@emotion/babel-plugin",
"babel-plugin-twin",
"babel-plugin-macros"
]
},
"packageManager": "yarn@4.9.2"
}