-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.41 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
{
"name": "the-api-project-frontend",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build --mode production",
"preview": "vite preview --mode production",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@radix-icons/vue": "^1.0.0",
"@vee-validate/zod": "^4.12.5",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vueuse/core": "^10.7.2",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"html2canvas": "^1.4.1",
"js-cookie": "^3.0.5",
"lucide-vue-next": "^0.323.0",
"moment": "^2.30.1",
"pinia": "^2.1.7",
"radix-vue": "^1.4.1",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3",
"v-calendar": "^3.1.2",
"vee-validate": "^4.12.5",
"vue": "^3.4.15",
"vue-json-pretty": "^2.3.0",
"vue-router": "^4.2.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/eslint-config-prettier": "^8.0.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"prettier": "^3.0.3",
"tailwindcss": "^3.4.1",
"vite": "^5.0.11",
"vue-tsc": "^1.8.27"
}
}