-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) ยท 2.28 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) ยท 2.28 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
{
"name": "introduce-me",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -p tsconfig.json && vite build --base=/introduce-me/",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepare": "husky",
"deploy": "gh-pages -d build"
},
"lint-staged": {
"*.{js,ts}": "eslint --fix"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/base": "^5.0.0-beta.40",
"@mui/material": "^5.16.4",
"@tanstack/react-query": "^5.51.9",
"bunney-ui": "0.0.16",
"gsap": "^3.12.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-router": "^6.22.1",
"react-router-dom": "^6.22.1",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@gsap/react": "^2.1.0",
"@types/node": "^20.11.19",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.29.0",
"eslint-config-everything": "^0.0.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^51.0.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-unused-imports": "^4.1.4",
"eslint-plugin-variablesrules": "^0.0.6",
"gh-pages": "^6.1.1",
"husky": "^9.1.0",
"lint-staged": "^15.2.7",
"pinst": "^3.0.0",
"typescript": "^5.2.2",
"typescript-eslint": "^8.34.0",
"vite": "^5.1.0",
"yalc": "^1.0.0-pre.53"
},
"homepage": "https://heywon0909.github.io/introduce-me/",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}