-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.46 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
{
"name": "clotingstore",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint-ts": "eslint --ext .ts . --fix",
"lint-tsx": "eslint --ext .tsx . --fix",
"husky:prepare": "husky install"
},
"dependencies": {
"@types/node": "^18.11.9",
"@types/validator": "^13.7.10",
"axios": "^1.2.0",
"firebase": "^9.15.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.40.0",
"react-icons": "^4.6.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.3",
"react-scripts": "^5.0.1",
"react-spinners": "^0.13.6",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"styled-components": "^5.3.6",
"validator": "^13.7.0"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/react-redux": "^7.1.25",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@vitejs/plugin-react": "^2.2.0",
"eslint": "^8.28.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.11",
"git-commit-msg-linter": "^4.2.1",
"husky": "^8.0.2",
"lint-staged": "^13.0.3",
"prettier-config-standard": "^5.0.0",
"typescript": "^4.9.3",
"vite": "^3.2.3"
}
}