generated from UC-Technologies/reactjs-website
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
68 lines (68 loc) · 1.76 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": "posua",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --open",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .jsx --ext .js --fix",
"pretty": "prettier --write .",
"precommit": "lint-staged",
"preinstall": "npx only-allow pnpm",
"prepare": "simple-git-hooks"
},
"dependencies": {
"@lottiefiles/react-lottie-player": "^3.5.3",
"@vitejs/plugin-react": "^4.0.4",
"axios": "^1.6.2",
"js-cookie": "^3.0.5",
"lottie-react": "^2.4.0",
"pnpm": "^8.15.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.12.0",
"react-lottie-player": "^2.0.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.21.3",
"react-top-loading-bar": "^2.3.1",
"sonner": "^1.3.1",
"swiper": "^11.0.7",
"vite": "^4.4.9"
},
"devDependencies": {
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.18",
"eslint": "^8.49.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-check-file": "^2.6.2",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"lint-staged": "^14.0.1",
"postcss": "^8.4.35",
"prettier": "^3.0.3",
"sass": "^1.67.0",
"simple-git-hooks": "^2.9.0",
"tailwindcss": "^3.4.1"
},
"simple-git-hooks": {
"pre-commit": "pnpm precommit"
},
"lint-staged": {
"*.(jsx|js)": [
"pnpm lint",
"pnpm pretty"
],
"*.scss": [
"pnpm pretty"
]
}
}