-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
93 lines (93 loc) · 2.52 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
{
"name": "stackticon",
"version": "1.2.9",
"private": true,
"description": "make skill sets image for readme",
"main": "index.js",
"repository": "https://github.com/msdio/stackticon.git",
"author": "msdio <[email protected]>, userJu <[email protected]>",
"license": "MIT",
"homepage": ".",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest",
"lint": "eslint .",
"lint:fix": "eslint --fix ./src",
"predeploy": "yarn build",
"deploy": "gh-pages -d build",
"postinstall": "patch-package && husky install"
},
"engines": {
"npm": "please use yarn, not npm",
"node": ">=16.0.0",
"yarn": ">=1.0.0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.9",
"@mui/material": "^5.11.8",
"@mui/system": "^5.11.8",
"axios": "^1.3.3",
"firebase": "^9.17.1",
"framer-motion": "^9.0.3",
"gh-pages": "^5.0.0",
"html-to-image": "^1.11.11",
"patch-package": "^7.0.0",
"postinstall-postinstall": "^2.1.0",
"pretendard": "^1.3.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.0.0",
"react-router-dom": "^6.8.1",
"simple-icons": "^8.5.0"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^29.4.0",
"@types/node": "^18.13.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-react": "^1.1.7",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"prettier": "2.8.4",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5",
"vite": "^4.2.1",
"vite-tsconfig-paths": "^4.2.0"
}
}