-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.42 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.42 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": "datta-able-free-vue-admin-template",
"version": "1.2.0",
"private": false,
"license": "MIT",
"author": "CodedThemes",
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"build-prod": "vue-tsc --noEmit && vite build --base=/demos/admin-templates/datta-able/vue/free",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "eslint src --fix",
"prettier": "prettier --write src/"
},
"dependencies": {
"@fontsource/open-sans": "5.2.6",
"@popperjs/core": "2.11.8",
"apexcharts": "5.3.3",
"bootstrap": "5.3.7",
"bootstrap-vue-next": "0.30.5",
"jsvectormap": "1.7.0",
"pinia": "3.0.3",
"simplebar-vue": "2.4.2",
"vue": "3.5.18",
"vue-clipboard3": "2.0.0",
"vue-eslint-parser": "^10.2.0",
"vue-router": "4.5.1",
"vue3-apexcharts": "1.8.0"
},
"devDependencies": {
"@tsconfig/node22": "22.0.2",
"@types/node": "24.3.0",
"@vitejs/plugin-vue": "6.0.1",
"@vue/eslint-config-prettier": "10.2.0",
"@vue/eslint-config-typescript": "14.6.0",
"@vue/tsconfig": "0.8.0",
"eslint": "9.33.0",
"eslint-plugin-vue": "10.4.0",
"jiti": "2.5.1",
"npm-run-all2": "8.0.4",
"prettier": "3.6.2",
"sass": "1.90.0",
"typescript": "~5.9.2",
"vite": "7.1.2",
"vite-plugin-vue-devtools": "8.0.0",
"vue-tsc": "3.0.5"
}
}