forked from dancingfrog/amplify-react-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 908 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 908 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
{
"name": "frontend",
"private": true,
"version": "0.0.1",
"dependencies": {
"axios": "^1.2.1",
"d3": "3.5.17",
"d3-color": "^3.1.0",
"lodash": "^4.17.21",
"plotly.js": "1.58.4",
"rc-slider": "^10.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-plotly.js": "^2.6.0"
},
"devDependencies": {
"@guanghechen/rollup-plugin-copy": "^2.0.0-alpha.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"esbuild": "^0.14.54",
"patch-package": "^6.5.0",
"vite": "^3.0.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"patch": "patch-package",
"postinstall": "npm run patch && npm install --legacy-peer-deps --no-save \"@material-ui/core\"@\"^4.12.4\"",
"start": "cd src && Rscript .exec-shiny-app.R . 5174"
}
}