-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.44 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
{
"name": "TalentKeepers",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite --host 146.19.215.121",
"build": "tsc && vite build",
"preview": "vite preview",
"type-check": "tsc --noEmit",
"prettier": "prettier --write {src/**/*.tsx,src/**/*.ts}",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"ansi-colors": "^4.1.3",
"axios": "^1.6.7",
"cli-progress": "^3.12.0",
"react": "^18.2.0",
"react-countdown-circle-timer": "^3.2.1",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-router-dom": "^6.11.2",
"react-timer-hook": "^3.0.7",
"react-toastify": "^10.0.4",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2"
},
"devDependencies": {
"@types/cli-progress": "^3.11.5",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"vite": "^4.3.9"
}
}