-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 900 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
{
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite build && vite preview"
},
"dependencies": {
"@aws-amplify/ui-react": "^4.2.0",
"@mdx-js/mdx": "^2.1.1",
"@mdx-js/react": "^2.1.1",
"@mdx-js/rollup": "^2.1.1",
"@types/node": "^17.0.31",
"@types/node-fetch": "^2.5.12",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"@vitejs/plugin-react": "^2.2.0",
"aws-amplify": "^5.0.5",
"cross-fetch": "^3.1.5",
"node-fetch": "^2.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-streaming": "^0.3.5",
"typescript": "^4.8.4",
"vite": "^3.0.4",
"vite-plugin-ssr": "0.4.54"
},
"type": "module",
"name": "vite-prerender-aws-amplify-compat",
"description": "React example showcasing many features.",
"version": "1.0.0",
"main": "index.js",
"author": "",
"license": "ISC"
}