-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
37 lines (37 loc) · 924 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
{
"name": "vue-world-map",
"version": "0.1.1",
"description": "",
"main": "src/App.vue",
"scripts": {
"test": "jest --config jest.conf.js",
"test:watch": "npm run test -- --watch",
"lint": "eslint --ext .js,.vue src test"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"chroma-js": "^1.3.5",
"vue": "^2.5.2"
},
"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": "^3.19.0",
"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"
},
"author": "",
"license": "ISC"
}