-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 864 Bytes
/
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
{
"name": "span-method",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vitest",
"coverage": "vitest --coverage",
"build": "rollup --config=rollup.config.ts --configPlugin=rollup-plugin-esbuild"
},
"devDependencies": {
"@span-method/core": "workspace:*",
"@span-method/mock": "workspace:*",
"@span-method/test-utils": "workspace:^",
"@span-method/utils": "workspace:*",
"@types/node": "^20.9.0",
"@vitest/coverage-v8": "^0.34.6",
"element-plus": "^2.4.2",
"eslint": "^8.53.0",
"fs-extra": "^11.1.1",
"rollup": "^4.3.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.0",
"sass": "^1.69.5",
"typescript": "^5.0.2",
"unplugin-element-plus": "^0.8.0",
"vite": "^4.4.5",
"vite-plugin-dts": "^3.6.3",
"vitest": "^0.34.6"
}
}