-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.79 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
{
"name": "chequiz",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite --open",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"axios": "^1.3.3",
"dexie": "^3.2.3",
"feather-icons": "^4.29.0",
"formik": "^2.2.9",
"react": "^18.2.0",
"react-animate-height": "^3.0.3",
"react-dom": "^18.2.0",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"uuid": "^9.0.0",
"yup": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@emotion/eslint-plugin": "^11.10.0",
"@types/feather-icons": "^4.7.0",
"@types/node": "^18.14.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-router": "^5.1.18",
"@types/react-router-dom": "^5.3.3",
"@types/react-slick": "^0.23.8",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@vitejs/plugin-react-swc": "^3.1.0",
"buffer": "^6.0.3",
"eslint": "^8.34.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"husky": "^8.0.3",
"jose": "^4.12.0",
"lint-staged": "^13.1.2",
"msw": "^1.0.1",
"prettier": "2.8.4",
"ts-node": "^10.9.1",
"typescript": "^4.7.2",
"vite": "^4.1.1"
},
"msw": {
"workerDirectory": "public"
}
}