generated from justboil/admin-one-vue-tailwind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.74 KB
/
package.json
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
54
55
56
57
58
59
60
61
62
{
"name": "fipu-internship-frontend",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@bugsnag/js": "^7.21.0",
"@bugsnag/plugin-vue": "^7.19.0",
"@headlessui/vue": "^1.7.16",
"@mdi/js": "^7.3.67",
"@vueform/slider": "^2.1.9",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"axios": "^1.7.7",
"bpmn-js": "^13.2.2",
"chart.js": "^4.4.0",
"moment": "^2.29.4",
"numeral": "^2.0.6",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.3",
"sass": "^1.69.5",
"save": "^2.9.0",
"tailwind-scrollbar": "^3.0.5",
"vue": "^3.3.7",
"vue-chartjs": "^5.2.0",
"vue-demi": "^0.14.6",
"vue-json-pretty": "^2.2.4",
"vue-material-design-icons": "^5.2.0",
"vue-router": "^4.2.5",
"vue3-google-login": "^2.0.33",
"vuedraggable": "^4.1.0",
"vuelidate": "^0.7.7",
"yup": "^1.3.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.5.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@types/node": "^22.7.4",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/eslint-config-prettier": "^7.0.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.18.1",
"postcss": "^8.4.31",
"postcss-import": "^14.1.0",
"prettier": "^3.3.3",
"prettier-plugin-sort-imports": "^1.8.6",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.3.5",
"typescript": "^5.6.2",
"vite": "^3.2.7"
}
}