|
2 | 2 | "name": "rao-optimization-visualizer", |
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
| 5 | + "homepage": "https://vaidhyamegha.github.io/optimization_algorithms", |
5 | 6 | "dependencies": { |
| 7 | + "@react-three/drei": "^9.88.13", |
| 8 | + "bootstrap": "^5.3.2", |
| 9 | + "chart.js": "^4.4.0", |
| 10 | + "d3": "^7.8.5", |
| 11 | + "katex": "^0.16.9", |
| 12 | + "mathjs": "^12.1.0", |
| 13 | + "plotly.js": "^2.27.1", |
6 | 14 | "react": "^18.2.0", |
| 15 | + "react-bootstrap": "^2.9.1", |
| 16 | + "react-chartjs-2": "^5.2.0", |
7 | 17 | "react-dom": "^18.2.0", |
| 18 | + "react-katex": "^3.0.1", |
| 19 | + "react-plotly.js": "^2.6.0", |
8 | 20 | "react-router-dom": "^6.20.0", |
9 | 21 | "react-scripts": "5.0.1", |
10 | | - "chart.js": "^4.4.0", |
11 | | - "react-chartjs-2": "^5.2.0", |
12 | | - "plotly.js": "^2.27.1", |
13 | | - "react-plotly.js": "^2.6.0", |
14 | | - "mathjs": "^12.1.0", |
15 | | - "bootstrap": "^5.3.2", |
16 | | - "react-bootstrap": "^2.9.1", |
17 | 22 | "react-syntax-highlighter": "^15.5.0", |
18 | | - "react-katex": "^3.0.1", |
19 | | - "katex": "^0.16.9", |
20 | | - "three": "^0.158.0", |
21 | 23 | "react-three-fiber": "^6.0.13", |
22 | | - "@react-three/drei": "^9.88.13", |
23 | | - "d3": "^7.8.5" |
| 24 | + "three": "^0.158.0" |
24 | 25 | }, |
25 | 26 | "scripts": { |
26 | 27 | "start": "react-scripts start", |
27 | 28 | "build": "react-scripts build", |
28 | 29 | "test": "react-scripts test", |
29 | | - "eject": "react-scripts eject" |
| 30 | + "eject": "react-scripts eject", |
| 31 | + "predeploy": "npm run build", |
| 32 | + "deploy": "gh-pages -d build" |
30 | 33 | }, |
31 | 34 | "eslintConfig": { |
32 | 35 | "extends": [ |
|
45 | 48 | "last 1 firefox version", |
46 | 49 | "last 1 safari version" |
47 | 50 | ] |
| 51 | + }, |
| 52 | + "devDependencies": { |
| 53 | + "gh-pages": "^6.3.0" |
48 | 54 | } |
49 | 55 | } |
0 commit comments