-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.33 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
{
"name": "kominn",
"version": "1.1.2",
"description": "",
"main": "",
"scripts": {
"build-install": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command ./scripts/Build-Install.ps1",
"webpack-build": "webpack --progress",
"webpack-watch": "webpack -w --progress"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/googlemaps": "^3.30.4",
"@types/jquery": "^2.0.48",
"@types/lodash": "^4.14.92",
"@types/react": "^16.0.38",
"@types/react-dom": "^16.0.4",
"@types/sharepoint": "^2016.1.0",
"@uifabric/icons": "^6.5.2",
"anchorme": "^1.1.2",
"bootstrap": "3.4.1",
"core-js": "^2.5.7",
"css-loader": "^3.0.0",
"es6-promise": "^4.2.4",
"jquery": "^3.3.1",
"linkify-urls": "^1.4.0",
"lodash": "^4.17.4",
"mini-css-extract-plugin": "^0.7.0",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"office-ui-fabric-react": "^6.189.3",
"react": "^16.2.0",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.2.0",
"react-google-maps": "^6.0.1",
"react-slick": "^0.24.0",
"sass-loader": "^7.1.0",
"slick-carousel": "^1.8.1",
"source-map-loader": "^0.1.5",
"style-loader": "^0.23.1",
"ts-loader": "^4.3.0",
"typescript": "^2.7.2",
"vis": "^4.21.0",
"webpack": "^4.35.2",
"webpack-cli": "^3.3.12"
}
}