-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.43 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.43 KB
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
{
"name": "estagiei-frontend",
"private": true,
"version": "0.0.1",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest"
},
"dependencies": {
"@ant-design/icons": "4.7.0",
"@reduxjs/toolkit": "1.8.2",
"@types/react-redux": "7.1.24",
"antd": "4.20.2",
"axios": "0.26.1",
"cpf-cnpj-validator": "1.0.3",
"dotenv": "16.0.0",
"esbuild": "0.15.12",
"history": "5.3.0",
"i18next": "21.6.16",
"i18next-browser-languagedetector": "6.1.4",
"i18next-http-backend": "1.4.0",
"jwt-decode": "3.1.2",
"moment": "2.29.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-google-login": "5.2.2",
"react-i18next": "11.16.7",
"react-multi-carousel": "2.8.2",
"react-redux": "8.0.2",
"react-router-dom": "6.3.0",
"styled-components": "5.3.6",
"vite-plugin-svgr": "2.1.0"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "17.0.33",
"@types/react-dom": "17.0.10",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"@vitejs/plugin-react": "1.0.7",
"eslint": "8.13.0",
"eslint-plugin-standard": "5.0.0",
"jest": "28.1.3",
"less": "4.1.2",
"less-loader": "10.2.0",
"prettier": "2.6.2",
"sass": "1.55.0",
"supertest": "6.2.4",
"typescript": "4.5.4",
"vite": "2.9.15",
"vite-plugin-imp": "2.1.7"
}
}