forked from aidewoode/office-ui-fabric-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.11 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "office-ui-fabric-vue",
"version": "1.1.0",
"description": "Office UI Fabric implementation for Vue.js",
"main": "dist/index.js",
"author": "aidewoode <aidewoode@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/aidewoode/office-ui-fabric-vue"
},
"bugs": {
"url": "https://github.com/aidewoode/office-ui-fabric-vue/issues"
},
"keywords": [
"vue",
"vuejs",
"office",
"office-ui-fabric"
],
"scripts": {
"server": "./node_modules/.bin/webpack-dev-server --inline --hot --env.development",
"bundle": "./node_modules/.bin/webpack --env.production",
"bundleLib": "./node_modules/.bin/webpack --env.production --env.lib",
"bundleEs": "rollup -c",
"test": "./node_modules/.bin/jest",
"lint": "./node_modules/.bin/eslint --ext .js,.vue src"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-jest": "^22.0.4",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.1",
"css-loader": "^0.28.2",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^2.0.3",
"eslint-plugin-import": "^2.2.0",
"extract-text-webpack-plugin": "^2.1.0",
"html-loader": "^0.4.5",
"jest": "^22.0.4",
"markdown-loader": "^2.0.1",
"normalize.css": "^7.0.0",
"path": "^0.12.7",
"prismjs": "^1.6.0",
"rollup": "^0.58.2",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-vue": "^3.0.0sta",
"script-loader": "^0.7.2",
"style-loader": "^0.18.2",
"vue": "^2.3.3",
"vue-jest": "^1.4.0",
"vue-loader": "^12.1.0",
"vue-router": "^2.5.3",
"vue-scrollto": "^2.6.8",
"vue-template-compiler": "^2.5.16",
"vue-test-utils": "^1.0.0-beta.11",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.1"
},
"dependencies": {
"office-ui-fabric-js": "1.5.0"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"vue"
],
"transform": {
".*\\.(vue)$": "./node_modules/vue-jest",
"^.+\\.js$": "./node_modules/babel-jest"
},
"mapCoverage": true
}
}