-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.69 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "amplify-homework-supply",
"version": "1.0.0",
"private": true,
"scripts": {
"build:amplify": "amplify push",
"build:amplify:dev": "amplify push --envName dev",
"build:amplify:prod": "amplify push --envName prod",
"cypress:open": "cypress open",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest",
"amplify:upgrade": "npx npm-check-updates -i '/@?aws-amplify/' && npm update"
},
"dependencies": {
"@aws-amplify/ui-react": "^6.0.7",
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@lexical/react": "^0.12.0",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"@mui/x-data-grid": "^6.12.1",
"@tensorflow-models/universal-sentence-encoder": "^1.3.3",
"@tensorflow/tfjs": "^4.7.0",
"aws-amplify": "^6.3.4",
"howler": "^2.2.3",
"immutable": "^4.1.0",
"katex": "^0.15.3",
"lexical": "^0.12.0",
"next": "latest",
"openai": "^4.47.1",
"opentype.js": "^1.3.4",
"prop-types": "latest",
"rdndmb-html5-to-touch": "^8.0.1",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-multi-backend": "^8.0.1",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@excalidraw/excalidraw": "^0.17.6",
"@types/node": "^17.0.45",
"@types/react": "^18.0.24",
"cypress": "^13.6.1",
"eslint": "latest",
"eslint-config-next": "latest",
"react-i18next": "^14.1.2",
"typescript": "^5.0.0",
"video.js": "^8.5.2"
}
}