-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "manzano-banana",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@turf/bbox": "^6.5.0",
"@turf/center": "^6.5.0",
"@vueuse/core": "^9.13.0",
"axios": "^1.3.4",
"csv-to-markdown-table": "^1.3.0",
"mammoth": "^1.5.1",
"md-editor-v3": "^2.11.0",
"pdf-parse": "^1.1.1",
"pinia": "^2.0.33",
"pinia-plugin-persistedstate": "^3.1.0",
"read-excel-file": "^5.6.1",
"tablemark": "^3.0.0",
"uuid": "^9.0.0",
"vue": "^3.2.47"
},
"devDependencies": {
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-vue": "^4.1.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"vite": "^4.2.0"
}
}