-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.91 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 2.91 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
{
"name": "stackticon",
"version": "1.3.0",
"private": true,
"description": "make skill sets image for readme",
"main": "index.js",
"repository": "https://github.com/msdio/stackticon.git",
"author": "msdio <rlagofka1@gmail.com>, userJu <boochickenood@gmail.com>",
"license": "MIT",
"homepage": ".",
"type": "module",
"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",
"task:list": "task-master list",
"task:next": "task-master next",
"task:start": "task-master set-status --status=in-progress",
"task:done": "task-master set-status --status=done"
},
"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.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.1.0",
"@mui/material": "^7.1.0",
"@mui/system": "^7.1.0",
"axios": "1.9.0",
"firebase": "11.7.3",
"html-to-image": "^1.11.11",
"motion": "^12.12.1",
"patch-package": "^7.0.0",
"postinstall-postinstall": "^2.1.0",
"pretendard": "^1.3.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-ga4": "^2.0.0",
"react-router": "^7.6.0",
"simple-icons": "^13.18.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": "22.15.18",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@vitejs/plugin-react": "4.4.1",
"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",
"gh-pages": "^6.3.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"prettier": "2.8.4",
"task-master-ai": "^0.13.2",
"ts-jest": "^29.0.5",
"typescript": "^5.8.3",
"vite": "6.3.5",
"vite-tsconfig-paths": "5.1.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}