UNPKG

@wizdom-intranet/services

Version:

A list of core service to ease Wizdom development

48 lines (47 loc) 1.6 kB
{ "name": "@wizdom-intranet/services", "version": "2.0.5", "description": "A list of core service to ease Wizdom development", "main": "dist/index.js", "types": "dist/main.d.ts", "module": "dist/index.js", "scripts": { "build": "rollup -c", "build:watch": "rollup -c --watch", "watch": "rollup -c --watch", "test": "jest", "test:watch": "jest --watch" }, "author": "Wizdom A/S", "license": "MIT", "dependencies": { "@microsoft/sp-application-base": "^1.10.0", "@microsoft/sp-core-library": "^1.10.0", "@microsoft/sp-extension-base": "^1.10.0", "@microsoft/sp-http": "^1.10.0", "@microsoft/sp-webpart-base": "^1.10.0", "es6-promise": "^4.2.6", "tslib": "^1.11.1" }, "devDependencies": { "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.5", "@types/chai": "^4.1.7", "@types/jest": "^24.0.13", "@types/mocha": "^5.2.6", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^25.3.0", "jest": "^25.3.0", "jest-serializer-vue": "^2.0.2", "jest-transform-stub": "^2.0.0", "regenerator-runtime": "^0.13.5", "rollup": "^0.50.0", "rollup-plugin-cpy": "^1.1.0", "rollup-plugin-generate-package-json": "^2.0.1", "rollup-plugin-sourcemaps": "^0.4.2", "rollup-plugin-typescript2": "^0.8.1", "ts-jest": "^25.4.0", "typescript": "^3.8.3", "vue-jest": "^3.0.4" } }