-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 890 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
35
{
"name": "embeddings-playground",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"chart.js": "^4.3.0",
"plotly.js": "^2.23.2",
"preact": "^10.13.2",
"react-beautiful-dnd": "^13.1.1",
"react-chartjs-2": "^5.2.0",
"react-color": "^2.19.3",
"react-icons": "^4.9.0",
"react-modal": "^3.16.1",
"react-plotly.js": "^2.6.0",
"react-tooltip": "^5.13.1"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-color": "^3.0.6",
"@types/react-modal": "^3.16.0",
"@types/react-plotly.js": "^2.6.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"vite": "^4.3.9"
}
}