forked from tschoffelen/csv-hero
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 813 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
{
"name": "csv-hero",
"version": "1.0.0",
"private": true,
"dependencies": {
"@headlessui/react": "^1.7.0",
"@nadavshaar/react-grid-table": "^1.0.2",
"@popperjs/core": "^2.11.6",
"@reach/router": "^1.3.4",
"@uiw/react-codemirror": "^3.2.9",
"axios": "^0.27.2",
"papaparse": "^5.3.2",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"uuid": "^8.3.2"
},
"scripts": {
"start": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.8",
"node-sass": "^7.0.3",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"vite": "^3.1.0"
}
}