-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 917 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": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@aws-amplify/auth": "5.0.1",
"@aws-amplify/core": "5.0.1",
"@aws-sdk/client-ecs": "^3.210.0",
"@chakra-ui/react": "^2.3.6",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"amazon-cognito-identity-js": "^5.2.12",
"framer-motion": "^6.5.1",
"just-compare": "^2.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.6.0",
"react-router-dom": "^6.4.2"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"axios": "^1.1.3",
"ts-node": "^10.9.1",
"typescript": "^4.6.4",
"vite": "^3.1.0"
}
}