forked from muhahahahe/foundry-sheexcel-module
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.33 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.33 KB
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
48
49
50
51
52
53
{
"name": "sheexcelrefresh",
"version": "0.5.4",
"title": "SheExcel Module Refresh",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"engines": {
"node": ">= 18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Daedalus11069/foundry-sheexcel-module-refresh.git"
},
"author": "muhahahahe",
"license": "MIT",
"dependencies": {
"@tanker/file-reader": "^4.3.0",
"@vueuse/core": "^12.5.0",
"@vueuse/integrations": "^12.5.0",
"camelcase": "^8.0.0",
"csv-simple-parser": "^2.0.2",
"file-saver": "^2.0.5",
"flowbite": "^3.1.2",
"lodash-es": "^4.17.21",
"maska": "^3.1.0",
"nanoid": "^5.0.9",
"paraphrase": "^3.1.2",
"radix-vue": "^1.9.17",
"sortablejs": "^1.15.6",
"tailwindcss": "^4.0.4",
"udsv": "^0.6.0",
"vue": "^3.5.13",
"vue-draggable-plus": "^0.6.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.4",
"@tailwindcss/vite": "^4.0.3",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"picocolors": "^1.1.1",
"postcss-import": "^16.1.0",
"sass-embedded": "^1.83.4",
"vite": "^6.0.1",
"vite-plugin-generate-file": "^0.2.0",
"vite-plugin-static-copy": "^2.2.0",
"vite-plugin-zip-pack": "^1.2.4"
}
}