-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.83 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": "audaces-projec",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"test:once": "vitest --watch=false",
"test:update-snapshot": "vitest -u",
"prepare": "husky install",
"format": "prettier --write .",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix"
},
"dependencies": {
"@babel/core": "^7.20.2",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.13",
"@mui/styled-engine-sc": "^5.10.6",
"@mui/system": "5.4.1",
"@mui/x-data-grid": "^6.3.1",
"@mui/x-date-pickers": "^5.0.10",
"@reduxjs/toolkit": "^1.9.1",
"@sendgrid/mail": "^7.7.0",
"axios": "^1.3.4",
"firebase": "^9.14.0",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "6",
"react-toastify": "^9.1.1",
"redux": "^4.2.0",
"styled-components": "^5.3.6",
"universal-cookie": "^4.0.4"
},
"devDependencies": {
"@testing-library/react": "^13.4.0",
"@types/node": "^18.11.3",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"@vitejs/plugin-react": "^2.1.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.31.10",
"husky": "^8.0.0",
"jsdom": "^20.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"sass": "^1.55.0",
"typescript": "*",
"vite": "^3.1.0",
"vitest": "^0.24.3"
}
}