pon-shared-pon.universe.frontend.shared.componentlibrary
Version:
shared components for Pon Universe
64 lines (63 loc) • 1.58 kB
JSON
{
"name": "pon-shared-pon.universe.frontend.shared.componentlibrary",
"version": "1.0.0",
"description": "shared components for Pon Universe",
"main": "index.js",
"dependencies": {
"chalk": "^2.4.2",
"clear": "^0.1.0",
"execa": "^1.0.0",
"figlet": "^1.2.1",
"git-branch": "^2.0.1",
"inquirer": "^6.3.1",
"check-engines": "^1.5.0",
"lerna": "^3.13.1",
"node-emoji": "^1.10.0"
},
"scripts": {
"test": "jest",
"publish": "node scripts/publish.js"
},
"engines": {
"node": "10.14.2"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"vue"
],
"transform": {
"^.+\\.js?$": "babel-jest",
".*\\.(vue)$": "vue-jest",
".+\\.(css|styl|less|sass|scss|svg|png|jpg|ttf|woff|woff2)$": "jest-transform-stub"
},
"transformIgnorePatterns": []
},
"repository": {
"type": "git",
"url": "https://paul.vaneveld@stash.efocus.nl/scm/pu/pon.universe.frontend.shared.componentlibrary.git"
},
"keywords": [
"shared",
"components",
"vue",
"PON",
"Universe"
],
"author": "Valtech",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.7.1",
"jest": "^24.7.1",
"jest-transform-stub": "^2.0.0",
"node-sass": "^4.12.0",
"vue": "^2.6.10",
"vue-jest": "^3.0.4",
"vue-template-compiler": "^2.6.10"
}
}