-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 988 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
32
33
34
35
36
37
{
"type": "module",
"scripts": {
"playground": "npm-run-all -p 'libregl:dev' 'vue-deckgl:dev' 'playground:dev'",
"playground:dev": "pnpm --filter playground dev",
"libregl:dev": "pnpm --filter libregl dev",
"vue-deckgl:dev": "pnpm --filter vue-deckgl dev",
"docs:dev": "pnpm --filter docs dev",
"docs:build": "pnpm --filter docs build"
},
"keywords": [
"Vue",
"MapLibre",
"Mapbox",
"MapTiler",
"Map",
"LibreGL"
],
"author": "Mustafa Omar",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^22.5.2",
"chalk": "^5.3.0",
"concurrently": "^9.0.0",
"fs-extra": "^11.2.0",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"rollup": "^4.24.3",
"rollup-plugin-dts": "^6.1.1",
"typescript": "^5.5.3",
"vite": "^5.4.1"
}
}