-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1002 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 1002 Bytes
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
{
"name": "vite-plugin-dayjs",
"type": "module",
"version": "1.0.2",
"exports": {
".": {
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs",
"require": null
}
},
"main": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"files": [
"dist",
"package.json"
],
"scripts": {
"dev": "vite",
"build": "tsdown",
"preview": "vite preview",
"test": "vitest run",
"prepublish": "pnpm build",
"bump": "bumpp"
},
"devDependencies": {
"@antfu/eslint-config": "^6.7.3",
"@types/node": "^24.10.1",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.8.1",
"bumpp": "^10.3.2",
"dayjs": "^1.11.19",
"eslint": "^9.39.2",
"jiti": "^2.6.1",
"tsdown": "0.19.0-beta.3",
"typescript": "~5.9.3",
"vite": "npm:rolldown-vite@7.2.5",
"vitest": "^4.0.16",
"vue": "^3.5.24",
"vue-tsc": "^3.1.4"
},
"pnpm": {
"overrides": {
"vite": "npm:rolldown-vite@7.2.5"
}
}
}