-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
105 lines (105 loc) · 3.3 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
{
"name": "prosjektportalen-program",
"version": "1.4.1",
"description": "",
"homepage": "https://github.com/Puzzlepart/prosjektportalen-program",
"repository": {
"type": "git",
"url": "https://github.com/Puzzlepart/prosjektportalen-program"
},
"license": "ISC",
"author": "@olemp",
"main": "index.js",
"scripts": {
"release": "gulp release",
"postversion": "npm run release",
"watch": "gulp watch"
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"@pnp/common": "^1.3.0",
"@pnp/logging": "^1.3.0",
"@pnp/odata": "^1.3.0",
"@pnp/polyfill-ie11": "^1.0.1",
"@pnp/sp": "^1.3.0",
"office-ui-fabric-react": "5.135.0"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@types/es6-promise": "0.0.33",
"@types/file-saver": "^1.3.0",
"@types/html2canvas": "^0.0.35",
"@types/jspdf": "^1.2.2",
"@types/react": "16.4.2",
"@types/react-dom": "16.0.5",
"@types/sharepoint": "^2016.1.2",
"array-sort": "^1.0.0",
"array-unique": "^0.3.2",
"autoprefixer-stylus": "^0.14.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"core-js": "^2.6.3",
"event-stream": "3.3.4",
"graceful-fs": "^4.1.11",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-color": "^0.0.2",
"gulp-flatmap": "^1.0.2",
"gulp-livereload": "^4.0.1",
"gulp-logger": "^0.0.2",
"gulp-mocha": "^6.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-spsave": "^3.1.1",
"gulp-stylus": "^2.7.0",
"gulp-tslint": "^8.1.3",
"gulp-typescript": "^5.0.0",
"gulp-watch": "^5.0.1",
"gulp-zip": "^4.2.0",
"jsom-ctx": "^1.2.0",
"merge2": "^1.2.3",
"moment": "^2.24.0",
"natives": "^1.1.6",
"object-assign": "^4.1.1",
"object.omit": "^3.0.0",
"office-ui-fabric-core": "^9.6.1",
"path": "^0.12.7",
"plugin-error": "^1.0.1",
"prop-types": "^15.6.2",
"prosjektportalen": "^2.4.0",
"querystring": "^0.2.0",
"raw-loader": "^1.0.0",
"react": "16.3.2",
"react-calendar-timeline": "0.19.0",
"react-dom": "16.3.3",
"react-scroll": "^1.7.10",
"react-truncate-markup": "^3.0.1",
"regenerator-runtime": "^0.11.1",
"run-sequence": "^2.2.1",
"string-format": "^2.0.0",
"stylus": "^0.54.5",
"tslint": "^5.12.1",
"typescript": "^3.3.3",
"uuid": "^3.3.2",
"webpack": "^3.12.0",
"whatwg-fetch": "^3.0.0",
"yargs": "^13.2.1"
},
"peerDependencies": {
"react": ">=15",
"react-dom": ">=15"
},
"resolutions": {
"@types/react": "^16.7.20",
"@types/react-dom": "^16.0.11"
}
}