forked from s-bauer/office-ui-fabric-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.4 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
41
42
43
44
45
46
47
48
{
"name": "office-vue-fabric",
"version": "0.1.13",
"private": false,
"main": "dist/office-vue-fabric.umd.min.js",
"license": "MIT",
"keywords": [
"vue",
"vuejs",
"office",
"office-ui-fabric"
],
"repository": {
"type": "git",
"url": "git+https://github.com/s-bauer/office-ui-fabric-vue.git"
},
"author": "@simon-bauer",
"bugs": {
"url": "https://github.com/s-bauer/office-ui-fabric-vue/issues"
},
"homepage": "https://github.com/s-bauer/office-ui-fabric-vue",
"scripts": {
"serve": "vue-cli-service serve",
"build-docs": "vue-cli-service build",
"build-library": "vue-cli-service build --target lib --name office-vue-fabric ./packages/office-ui-fabric-vue/components/index.ts",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@microsoft/load-themed-styles": "^1.8.51",
"@uifabric/merge-styles": "^6.15.0",
"vue": "^2.5.17",
"vue-class-component": "^6.0.0",
"vue-property-decorator": "^7.0.0"
},
"devDependencies": {
"@types/jest": "^23.1.4",
"@vue/cli-plugin-babel": "^3.2.0",
"@vue/cli-plugin-typescript": "^3.2.0",
"@vue/cli-plugin-unit-jest": "^3.2.0",
"@vue/cli-service": "^3.2.0",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-core": "7.0.0-bridge.0",
"ts-jest": "^23.0.0",
"typescript": "^3.0.0",
"vue-template-compiler": "^2.5.17"
}
}