-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.06 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
{
"private": true,
"name": "foundry-systemmod-module",
"version": "0.2.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@babel/parser": "^7.26.7",
"@tanker/file-reader": "^4.3.0",
"@vueuse/core": "^12.5.0",
"@vueuse/integrations": "^12.5.0",
"eval-estree-expression": "^2.0.3",
"file-saver": "^2.0.5",
"flowbite": "^3.1.2",
"focus-trap": "^7.6.4",
"lodash-es": "^4.17.21",
"nanoid": "^5.0.9",
"paraphrase": "^3.1.2",
"tailwindcss": "^4.0.4",
"vue": "^3.5.13",
"vue-draggable-plus": "^0.6.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.3",
"@tailwindcss/vite": "^4.0.3",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"postcss-import": "^16.1.0",
"postcss-nested": "^7.0.2",
"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"
}
}