-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
122 lines (122 loc) · 4.25 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "prosjektportalen",
"version": "2.7.2",
"description": "Prosjektportalen er et prosjektstyringsverktøy for SharePoint basert på prosjektveiviseren",
"homepage": "https://github.com/Puzzlepart/prosjektportalen",
"repository": {
"type": "git",
"url": "https://github.com/Puzzlepart/prosjektportalen"
},
"license": "ISC",
"author": "@tarjeieo, @olemp",
"main": "lib/index.js",
"scripts": {
"watch": "webpack-dev-server --config webpack.config.dev.js",
"build": "webpack --mode production",
"buildSiteTemplates": "gulp buildSiteTemplates --lcid 1044 && gulp buildSiteTemplates --lcid 1033",
"release": "npm run build && gulp buildPnpTemplateFiles && npm run buildSiteTemplates && gulp convertPnpTemplates && gulp copyReleaseFiles && gulp stampVersionToScripts && gulp zipReleasePackage",
"lint": "eslint --ext .ts,.tsx ./src/js --color --fix",
"postversion": "npm run release",
"prerelease": "gulp buildAssets",
"prewatch": "gulp buildAssets && gulp prewatch"
},
"dependencies": {
"@pnp/common": "1.3.11",
"@pnp/logging": "1.3.11",
"@pnp/odata": "1.3.11",
"@pnp/polyfill-ie11": "1.0.2",
"@pnp/sp": "1.3.11",
"@uifabric/icons": "7.3.59",
"html2canvas": "1.0.0-rc.5",
"moment": "2.27.0",
"object-get": "2.1.1",
"office-ui-fabric-react": "6.211.6",
"react": "16.13.0",
"react-dom": "16.13.0",
"react-sticky": "6.0.3"
},
"devDependencies": {
"@babel/compat-data": "7.10.4",
"@babel/core": "7.10.4",
"@babel/preset-env": "7.10.4",
"@types/es6-promise": "3.3.0",
"@types/file-saver": "2.0.1",
"@types/jspdf": "1.3.3",
"@types/node": "14.0.20",
"@types/react": "16.9.41",
"@types/react-dom": "16.9.8",
"@types/sharepoint": "2016.1.8",
"@typescript-eslint/eslint-plugin": "3.6.0",
"@typescript-eslint/parser": "3.6.0",
"ajv": "~6.12.3",
"array-sort": "1.0.0",
"array-unique": "0.3.2",
"autoprefixer-stylus": "1.0.0",
"awesome-typescript-loader": "5.2.1",
"babel-loader": "8.1.0",
"core-js": "3.6.5",
"css-loader": "3.6.0",
"eslint": "7.4.0",
"eslint-plugin-react": "7.20.3",
"event-stream": "4.0.1",
"extend": "3.0.2",
"file-saver": "2.0.2",
"graceful-fs": "4.2.4",
"gulp": "3.9.1",
"gulp-bom": "3.0.0",
"gulp-clean": "0.4.0",
"gulp-color": "0.0.2",
"gulp-flatmap": "1.0.2",
"gulp-plumber": "1.2.1",
"gulp-rename": "2.0.0",
"gulp-replace": "1.0.0",
"gulp-resx-convert": "^2.0.2",
"gulp-spcolor-stylus": "1.0.1",
"gulp-spsave": "3.1.1",
"gulp-typescript": "5.0.1",
"gulp-xml2json": "0.1.5",
"gulp-zip": "5.0.2",
"interactjs": "1.9.20",
"jsdom": "16.2.2",
"jsom-ctx": "1.2.1",
"json-loader": "0.5.7",
"jspdf": "1.5.3",
"jspdf-autotable": "3.5.6",
"merge2": "1.4.1",
"office-ui-fabric-core": "11.0.0",
"open": "^7.0.4",
"path": "0.12.7",
"plugin-error": "1.0.1",
"prop-types": "15.7.2",
"querystring": "0.2.0",
"react-calendar-timeline": "0.27.0",
"react-highcharts": "16.1.0",
"react-scroll": "1.7.16",
"react-truncate-markup": "5.0.0",
"regenerator-runtime": "0.13.5",
"run-sequence": "^2.2.1",
"sp-js-provisioning": "git+https://github.com/Puzzlepart/sp-js-provisioning.git#v0.8.9",
"string-format": "2.0.0",
"style-loader": "1.2.1",
"stylus": "0.54.7",
"stylus-loader": "3.0.2",
"typescript": "3.4.5",
"uuid": "8.2.0",
"webpack": "4.43.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-livereload-plugin": "^2.3.0",
"webpack-merge": "^5.0.9",
"whatwg-fetch": "3.1.1",
"xlsx": "0.16.3",
"yargs": "15.4.0"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
},
"resolutions": {
"@types/react": "16.7.20",
"@types/react-dom": "16.0.11"
}
}