forked from UMLCloudComputing/UniPath.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 852 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 852 Bytes
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
{
"name": "unipath.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-amplify/cli": "^12.7.1",
"@aws-amplify/ui-react": "^6.0.3",
"@emotion/cache": "latest",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.18",
"@mui/material": "^5.14.18",
"aws-amplify": "^6.0.11",
"next": "latest",
"react": "latest",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "latest"
},
"devDependencies": {
"@aws-amplify/backend": "^0.10.0",
"@aws-amplify/backend-cli": "^0.9.5",
"@types/node": "20.8.4",
"aws-cdk": "^2.110.1",
"aws-cdk-lib": "^2.110.1",
"constructs": "^10.3.0",
"typescript": "^5.3.3"
}
}