-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 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
{
"homepage": "https://ashtondoane.github.io/pallanckLabTools/",
"name": "react-app",
"private": true,
"proxy": "http://localhost:8080/",
"version": "0.0.0",
"type": "module",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@cloudscape-design/components": "^3.0.677",
"@cloudscape-design/global-styles": "^1.0.31",
"axios": "^1.7.2",
"bootstrap": "^5.3.3",
"pyodide": "^0.26.1",
"pyscript-react": "^0.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-easy-crop": "^5.0.7",
"react-helmet-async": "^2.0.5",
"react-image-crop": "^11.0.5",
"sass": "^1.77.6",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/react": "^18.0.27",
"@types/react-csv": "^1.1.10",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"gh-pages": "^6.1.1",
"react-csv": "^2.2.2",
"react-router-dom": "^6.24.1",
"typescript": "^4.9.3",
"vite": "^4.1.0"
},
"main": "index.js",
"author": "",
"license": "ISC",
"description": ""
}