-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 746 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 746 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
{
"name": "print-cal",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"countries-and-timezones": "^3.5.1",
"iso-639-1": "^3.1.0",
"locale-code": "^2.0.2",
"moment": "^2.29.4",
"nanoid": "^5.0.2",
"vue": "^3.2.45",
"vue-accessible-color-picker": "^4.1.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.16",
"daisyui": "^3.8.3",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"vite": "^4.0.0",
"vite-svg-loader": "^4.0.0"
}
}