-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.59 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.59 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
52
53
54
55
56
57
58
59
{
"name": "@limanmys/frontend-kit",
"version": "1.0.42",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/limanmys/frontend-kit.git"
},
"bugs": {
"url": "https://github.com/limanmys/frontend-kit/issues/new"
},
"files": [
"dist",
"types"
],
"main": "./dist/frontend-kit.umd.cjs",
"module": "./dist/frontend-kit.js",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/frontend-kit.js",
"require": "./dist/frontend-kit.umd.cjs"
},
"./*": "./*",
"./style.css": "./dist/style.css"
},
"types": "./dist/types/index.d.ts",
"scripts": {
"dev": "vite",
"build": "vite build && vue-tsc --emitDeclarationOnly --declaration -p tsconfig.app.json",
"preview": "vite preview"
},
"dependencies": {
"@form-create/naive-ui": "^3.2.37",
"@json2csv/plainjs": "^7.0.6",
"@tanstack/vue-query": "^5.92.9",
"axios": "^1.13.4",
"date-fns": "^4.1.0",
"js-file-download": "^0.4.12",
"naive-ui": "^2.43.2",
"vue": "^3.5.27"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.8",
"@types/jquery": "^3.5.33",
"@vitejs/plugin-vue": "^6.0.3",
"@vue/tsconfig": "^0.8.1",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vue-tsc": "^3.2.4"
},
"pnpm": {
"overrides": {
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23",
"lodash-es@>=4.0.0 <=4.17.22": ">=4.17.23"
}
},
"packageManager": "pnpm@8.10.2+sha512.0782093d5ba6c7ad9462081bc1ef0775016a4b4109eca1e1fedcea6f110143af5f50993db36c427d4fa8c62be3920a3224db12da719d246ca19dd9f18048c33c"
}