-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.33 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
{
"name": "tresksites-admin",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint:styles": "stylelint src/**/*.{vue,scss}",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"@tanstack/vue-query": "^5.25.0",
"@vueuse/core": "^10.9.0",
"chart.js": "^4.4.2",
"filepond": "^4.30.6",
"filepond-plugin-file-poster": "^2.5.1",
"filepond-plugin-file-validate-type": "^1.2.9",
"filepond-plugin-get-file": "^1.1.0",
"filepond-plugin-image-preview": "^4.6.12",
"jwt-decode": "^4.0.0",
"ofetch": "^1.3.3",
"primeicons": "^6.0.1",
"primevue": "^3.32.2",
"quill": "^1.3.7",
"sass": "^1.71.1",
"unhead": "^1.8.11",
"vue": "^3.4.15",
"vue-filepond": "^7.0.4",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.0",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.12.7",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"stylelint": "^16.2.1",
"stylelint-config-recess-order": "^5.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-prettier": "^5.0.0",
"typescript": "^5.4.5",
"vite": "^5.0.11",
"vue-tsc": "^2.0.13"
}
}