-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "caaso-eletroniks",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.10",
"@mui/x-date-pickers": "^5.0.9",
"keen-slider": "^6.8.3",
"node-sass": "^7.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-input-mask": "^2.0.4",
"react-number-format": "^5.1.2",
"react-router-dom": "^6.3.0",
"react-text-mask": "^5.5.0"
},
"devDependencies": {
"@types/node": "^18.11.3",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-input-mask": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"@vitejs/plugin-react": "^2.1.0",
"eslint": "^8.25.0",
"eslint-plugin-react": "^7.31.10",
"sass": "^1.55.0",
"typescript": "^4.6.4",
"vite": "^3.1.0",
"vite-aliases": "^0.9.2"
}
}