-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.43 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.43 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
{
"name": "fe-react-avatar-maker",
"description": "Avatar maker web app built with React, TypeScript, Redux Toolkit, GSAP, and i18n.",
"keywords": [
"avatar",
"avatar-maker",
"react",
"typescript",
"vite",
"redux-toolkit",
"dicebear",
"i18n",
"sass",
"gsap",
"frontend"
],
"private": true,
"version": "1.0.0",
"homepage": "https://d4v3-rm.github.io/fe-react-avatar-maker/",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@dicebear/collection": "^9.2.2",
"@dicebear/core": "^9.2.2",
"@reduxjs/toolkit": "^2.2.6",
"gsap": "^3.14.2",
"i18next": "^25.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^16.2.4",
"react-redux": "^9.1.2"
},
"devDependencies": {
"@eslint/js": "^9.39.0",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.39.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.4.0",
"prettier": "^3.6.2",
"sass": "^1.77.8",
"typescript": "^5.3.3",
"typescript-eslint": "^8.46.0",
"vite": "^5.0.8"
}
}