-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
67 lines (67 loc) · 1.96 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
{
"name": "automation-forms",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"start": "SET NODE_ENV=test&&gulp serve --nobrowser",
"build": "gulp bundle",
"clean": "gulp clean",
"test": "gulp test",
"package": "gulp bundle && gulp package-solution",
"package-ship": "gulp bundle --ship && gulp package-solution --ship"
},
"dependencies": {
"@microsoft/microsoft-graph-client": "^1.4.0",
"@microsoft/sp-core-library": "1.7.0",
"@microsoft/sp-lodash-subset": "1.7.0",
"@microsoft/sp-office-ui-fabric-core": "1.7.0",
"@microsoft/sp-webpart-base": "1.7.0",
"@pnp/common": "^1.2.7",
"@pnp/logging": "^1.2.7",
"@pnp/odata": "^1.2.7",
"@pnp/pnpjs": "^1.2.5",
"@pnp/polyfill-ie11": "^1.0.0",
"@pnp/sp": "^1.2.7",
"@pnp/spfx-property-controls": "1.12.0",
"@types/es6-promise": "0.0.33",
"@types/webpack-env": "1.13.1",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.1.3",
"core-js": "^2.6.0",
"jquery": "^3.3.1",
"lodash": "^4.17.11",
"popper.js": "^1.14.6",
"vue": "^2.5.17",
"vue-carousel": "^0.16.2",
"vue-class-component": "^6.3.2",
"vue-match-heights": "^0.1.1",
"vue-popperjs": "^1.6.3",
"vue-property-decorator": "^7.2.0",
"vue-router": "^3.0.2",
"vue-select": "^2.5.1",
"vuejs-datepicker": "^1.5.4",
"vuelidate": "^0.7.4",
"vuex": "^3.0.1"
},
"devDependencies": {
"@microsoft/sp-build-web": "1.7.0",
"@microsoft/sp-module-interfaces": "1.7.0",
"@microsoft/sp-tslint-rules": "1.7.0",
"@microsoft/sp-webpart-workbench": "1.7.0",
"@types/chai": "3.4.34",
"@types/mocha": "2.2.38",
"@types/vuelidate": "^0.7.2",
"ajv": "~5.2.2",
"fork-ts-checker-webpack-plugin": "^0.4.9",
"gulp": "^3.9.1",
"sass-loader": "^7.1.0",
"ts-loader": "^3.5.0",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.17",
"msal": "^0.2.4"
}
}