-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 902 Bytes
/
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
{
"name": "teste-mks",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^18.13.0",
"axios": "^1.2.3",
"react": "^18.2.0",
"react-burger-menu": "^3.0.9",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-loading-skeleton": "^3.1.0",
"styled-components": "^5.3.6",
"sweetalert2": "^11.7.1",
"typescript": "^4.9.5"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^3.0.0",
"babel-jest": "^29.4.1",
"jest": "^29.4.1",
"react-test-renderer": "^18.2.0",
"vite": "^4.0.0"
}
}