-
Notifications
You must be signed in to change notification settings - Fork 221
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 785 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 785 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
34
35
{
"name": "miro-mindmap-importer",
"version": "0.1.0",
"description": "Import data from CSV and create mind map on a Miro board",
"keywords": [
"Mirotone",
"React",
"TypeScript",
"Miro Web SDK",
"Vite"
],
"license": "MIT",
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"d3-dsv": "^3.0.1",
"mirotone": "4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3"
},
"devDependencies": {
"@mirohq/websdk-types": "latest",
"@types/d3-dsv": "^3.0.1",
"@types/node": "^18.8.2",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "4.8.4",
"vite": "3.2.8"
}
}