-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.07 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
{
"name": "portfolio-react",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"github": "node scripts/setGithubInformation.cjs",
"blog": "node scripts/indexBlog.cjs",
"build": "npm run blog && npm run github && tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --quiet",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@gsap/react": "^2.1.1",
"@types/gsap": "^3.0.0",
"@types/node": "^20.14.2",
"@vitejs/plugin-react": "^4.3.0",
"axios": "^1.7.9",
"gsap": "^3.12.5",
"i18next": "^24.2.0",
"i18next-browser-languagedetector": "^8.0.2",
"i18next-http-backend": "^3.0.1",
"path": "^0.12.7",
"react": "^18.3.1",
"react-contexify": "^6.0.0",
"react-dom": "^18.3.1",
"react-gsap": "^3.2.1",
"react-i18next": "^15.4.0",
"react-markdown": "^9.0.3",
"react-router-dom": "^7.1.1",
"styled-components": "^6.1.11",
"swr": "^2.3.0",
"vite-plugin-pwa": "^0.20.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.19",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^2.1.4",
"custom-cursor": "^2.2.4",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"twin.macro": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.2.0"
},
"babelMacros": {
"twin": {
"styled": "styled-components"
}
}
}