-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 2.05 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
63
64
65
66
67
68
69
70
71
72
{
"name": "fintech-admin-vue3-ag-grid",
"version": "0.1.0",
"type": "module",
"author": "reduce-map Nikita <https://github.com/reduce-map>",
"homepage": "https://reduce-map.github.io/fintech-admin-vue3-ag-grid",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"type-check": "vue-tsc -b",
"precommit": "pnpm run lint && pnpm run type-check",
"lint": "pnpm run lint:eslint && pnpm run lint:prettier",
"lint:eslint": "eslint --fix \"./**/*.{vue,ts,tsx}\"",
"lint:prettier": "prettier --write .",
"prepare": "husky"
},
"dependencies": {
"@splinetool/runtime": "1.9.3",
"ag-charts-community": "10.0.2",
"ag-charts-enterprise": "10.0.2",
"ag-charts-vue3": "10.0.2",
"ag-grid-community": "32.0.2",
"ag-grid-enterprise": "32.0.2",
"ag-grid-vue3": "32.0.2",
"axios": "1.7.2",
"countries-list": "3.1.0",
"pinia": "2.1.7",
"spline-vue": "0.1.3",
"view-ui-plus": "1.3.18",
"vue": "3.4.34",
"vue-i18n": "9.13.1",
"vue-router": "4.4.0",
"xlsx": "0.18.5"
},
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.5.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"@vitejs/plugin-vue": "5.1.0",
"autoprefixer": "10.4.19",
"cross-env": "7.0.3",
"cssnano": "7.0.4",
"eslint": "9.5.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-vue": "9.26.0",
"gh-pages": "6.1.1",
"globals": "15.6.0",
"husky": "9.1.1",
"less": "4.2.0",
"less-loader": "12.2.0",
"postcss": "8.4.40",
"prettier": "3.3.3",
"sass": "1.77.8",
"sass-loader": "14.2.1",
"tailwindcss": "3.4.6",
"typescript": "5.5.4",
"vite": "5.3.4",
"vite-plugin-vue-devtools": "7.3.7",
"vue-eslint-parser": "9.4.3",
"vue-tsc": "2.0.28"
},
"license": "MIT",
"engines": {
"node": ">=20",
"pnpm": ">=9"
}
}