VueJS plugin to annotate Data Visualization. https://taiga.vanhulst.one/project/ienpw-colvis
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

41 lines
1.2 KiB

{
"name": "colvis-client",
"version": "0.1.0",
"private": true,
"main": "./dist/colvis-client.common.js",
"files": [
"dist/*",
"src/*",
"public/*",
"*.json",
"*.js"
],
"scripts": {
"build": "vue-cli-service build --target lib --name colvis-client ./src/lib.js",
"lint": "vue-cli-service lint",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
"@types/chai": "^4.1.0",
"@types/mocha": "^5.2.4",
"@vue/cli-plugin-babel": "^3.9.0",
"@vue/cli-plugin-unit-mocha": "^3.9.0",
"@vue/cli-service": "^3.9.0",
"@vue/test-utils": "1.0.0-beta.29",
"chai": "^4.1.2",
"core-js": "^2.6.5",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"sass": "^1.22.7",
"sass-loader": "^8.0.2",
"typescript": "^3.4.3",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"moment": "^2.29.1"
}
}