-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
55 lines (55 loc) · 1.68 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
53
54
55
{
"name": "vue-datamaps",
"version": "0.4.6",
"main": "dist/vue-datamaps.mjs",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/vue-datamaps.mjs",
"require": "./dist/vue-datamaps.umd.js"
}
},
"repository": {
"type": "git",
"url": "git://github.com/Seungwoo321/vue-datamaps.git"
},
"keywords": [
"vue",
"datamaps",
"vue-datamaps"
],
"homepage": "https://seungwoo321.github.io/opensource/vue-datamaps.html",
"author": "Seungwoo, Lee <[email protected]> (https://github.com/seungwoo321)",
"license": "MIT",
"scripts": {
"dev": "vite --config vite.config.demo.js",
"build": "vite build --config vite.config.lib.js",
"build:lib": "vite build --config vite.config.lib.js",
"build:demo": "vite build --config vite.config.demo.js",
"serve": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {
"d3v4": "^4.2.2",
"topojson-client": "^3.1.0",
"vue": "^2.7.14"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@vitejs/plugin-vue2": "^2.2.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.1.0",
"babel-preset-env": "^1.7.0",
"eslint": "^8.44.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.15.1",
"postcss-rtl": "^2.0.0",
"vite": "^3.2.8",
"vue-datamaps": "^0.4.6"
}
}