-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.85 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
{
"name": "project-manager-next",
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "run-p type-check build-only",
"preview": "vite preview --port 4173",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@drawbotics/file-icons": "^0.1.3",
"@headlessui/vue": "^1.6.7",
"@popperjs/core": "^2.11.6",
"@tailwindcss/forms": "^0.5.2",
"@tiptap/extension-placeholder": "^2.0.0-beta.53",
"@tiptap/starter-kit": "^2.0.0-beta.191",
"@tiptap/vue-3": "^2.0.0-beta.96",
"@vuelidate/core": "^2.0.0-alpha.44",
"@vuelidate/validators": "^2.0.0-alpha.31",
"@vueup/vue-quill": "^1.0.0-beta.9",
"@vueuse/core": "^9.4.0",
"axios": "^0.27.2",
"axios-extensions": "^3.1.6",
"bootstrap-icons-vue": "^1.8.1",
"pinia": "^2.0.22",
"type-fest": "^2.19.0",
"uuid": "^8.3.2",
"vue": "^3.2.37",
"vue-datepicker-next": "^1.0.2",
"vue-i18n": "^9.1.10",
"vue-router": "^4.1.3",
"vue3-mobile-detection": "^1.0.5",
"vuedraggable": "^4.1.0",
"vuex": "^4.0.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@types/node": "^16.11.41",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.7",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^9.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.14",
"prettier": "^2.5.1",
"sass": "^1.52.2",
"sass-loader": "^13.0.0",
"stylelint-config-recommended": "^9.0.0",
"tailwindcss": "^3.1.6",
"typescript": "~4.7.4",
"vite": "^2.9.12",
"vue-tsc": "^1.0.8",
"webpack": "^5.73.0"
}
}