forked from maguayo/vue-map-chart
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"author": "Ronael Dat",
"bundleDependencies": false,
"dependencies": {
"chroma-js": "^1.3.5",
"i18n-iso-countries": "^6.0.0",
"vue": "^2.5.2"
},
"deprecated": false,
"description": "VueJS Map Chart",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-jest": "^22.0.4",
"babel-loader": "^7.1.1",
"css-loader": "^0.28.0",
"eslint": "^4.18.2",
"eslint-config-airbnb-base": "^11.3.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^3.0.0",
"eslint-plugin-import": "^2.7.0",
"jest": "^22.0.4",
"vue-jest": "^1.4.0",
"vue-loader": "^13.3.0"
},
"license": "ISC",
"main": "src/App.vue",
"name": "vue-chart-map",
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "eslint --ext .js,.vue src test",
"test": "jest --config jest.conf.js",
"test:watch": "npm run test -- --watch"
},
"version": "0.1.3"
}