-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 931 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 931 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
36
37
38
39
40
41
42
43
{
"name": "tmp-upload",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@iconify/vue": "5.0.0",
"@vitejs/plugin-vue": "4.6.2",
"autoprefixer": "10.4.21",
"daisyui": "4.12.24",
"filepond": "4.32.8",
"filepond-plugin-file-validate-size": "2.2.8",
"filepond-plugin-image-preview": "4.6.12",
"filesize": "11.0.2",
"nanoid": "5.1.5",
"postcss": "8.5.6",
"tailwindcss": "3.4.17",
"typescript": "5.9.2",
"vite": "5.4.19",
"vue": "3.5.18",
"vue-cookies": "1.8.6",
"vue-filepond": "7.0.4",
"vue-tsc": "3.0.5"
},
"prettier": {
"tabWidth": 4,
"singleQuote": true,
"printWidth": 120,
"overrides": [
{
"files": "*.json",
"options": {
"tabWidth": 2
}
}
]
}
}