-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.33 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
{
"name": "latlng",
"version": "0.0.0",
"private": true,
"description": "A latitude and longitude information",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seanghay/latlng.git"
},
"keywords": [],
"author": "Seanghay Yath <seanghay.dev@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/seanghay/latlng/issues"
},
"homepage": "https://github.com/seanghay/latlng#readme",
"dependencies": {
"@codemirror/lang-json": "^6.0.0",
"@codemirror/theme-one-dark": "^6.0.0",
"@unocss/reset": "^0.39.0",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"clipboard-copy": "^4.0.1",
"codemirror": "^6.0.0",
"date-fns": "^2.28.0",
"js-base64": "^3.7.2",
"leaflet": "^1.9.4",
"nanoid": "^4.0.0",
"open-location-code": "^1.0.3",
"pluscodes": "^2.5.1",
"vue": "^3.2.37",
"vue-codemirror": "^6.0.0"
},
"devDependencies": {
"@iconify-json/ri": "^1.1.2",
"@unocss/preset-icons": "^0.39.0",
"@unocss/preset-uno": "^0.39.0",
"@vitejs/plugin-vue": "^2.3.3",
"sass": "^1.52.3",
"typescript": "^4.6.4",
"unocss": "^0.39.0",
"vite": "^2.9.12",
"vue-tsc": "^0.37.5"
}
}