-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.37 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
{
"name": "leaflet-hexbin-monorepo",
"version": "0.0.1",
"private": true,
"type": "module",
"workspaces": [
"packages/*",
"docs"
],
"scripts": {
"dev": "vite",
"build": "pnpm -r build",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.12",
"@tsconfig/node22": "^22.0.0",
"@types/d3": "^7.4.3",
"@types/d3-hexbin": "^0.2.5",
"@types/jsdom": "^21.1.7",
"@types/leaflet": "^1.9.16",
"@types/node": "^22.13.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/eslint-plugin": "1.1.25",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.3.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.20.0",
"eslint-plugin-vue": "^9.32.0",
"jiti": "^2.4.2",
"jsdom": "^26.0.0",
"npm-run-all2": "^7.0.2",
"prettier": "^3.4.2",
"sass-embedded": "^1.83.4",
"typescript": "~5.7.3",
"vite": "^6.1.0",
"vite-plugin-dts": "^4.5.0",
"vite-plugin-vue-devtools": "^7.7.1",
"vitest": "^3.0.5",
"vue-router": "^4.5.0",
"vue-tsc": "^2.2.0",
"vuetify": "^3.7.11"
},
"packageManager": "[email protected]"
}