-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.45 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
49
50
51
{
"name": "@johannes-z/office-ui-fabric-vue",
"version": "0.3.6",
"main": "dist/office-ui-fabric-vue.common.js",
"scripts": {
"dev": "vue-cli-service serve ./src/dev.js",
"serve": "vuepress dev docs",
"build": "npm run build:lib",
"build:lib": "vue-cli-service build --target lib --name office-ui-fabric-vue ./src/index.js",
"build:components": "cross-env UI_ENV=components vue-cli-service build --report --no-clean",
"lint": "vue-cli-service lint",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"sideEffects": [
"*.vue"
],
"keywords": [
"vue",
"vuejs",
"office",
"office-ui-fabric"
],
"repository": {
"type": "git",
"url": "git+https://github.com/johannes-z/office-ui-fabric-vue.git"
},
"author": "@johannes-z",
"license": "MIT",
"bugs": {
"url": "https://github.com/johannes-z/office-ui-fabric-vue/issues"
},
"homepage": "https://github.com/johannes-z/office-ui-fabric-vue#readme",
"dependencies": {
"vue": "^2.6.10"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.9.0",
"@vue/cli-plugin-eslint": "^3.9.0",
"@vue/cli-service": "^3.9.0",
"@vue/eslint-config-standard": "^4.0.0",
"cross-env": "^5.2.0",
"node-sass": "^4.12.0",
"office-ui-fabric-core": "^10.1.0",
"sass": "^1.22.2",
"sass-loader": "^7.1.0",
"vue-server-renderer": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"vuepress": "^1.0.2"
}
}