-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "@rapal/optimaze-viewer-example",
"version": "0.1.0",
"main": "index.html",
"author": "Rapal Oy",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rapal/optimaze-viewer-example"
},
"scripts": {
"start": "webpack-dev-server --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"devDependencies": {
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.2",
"path": "^0.12.7",
"ts-loader": "^4.5.0",
"tslint": "^5.7.0",
"tslint-webpack-plugin": "^1.2.2",
"typescript": "^3.0.1",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5",
"webpack-merge": "^4.1.4"
},
"dependencies": {
"@rapal/optimaze-viewer": "^0.4.0",
"@types/jwt-decode": "^2.2.1",
"@types/leaflet": "^1.2.0",
"core-js": "^2.5.1",
"date-fns": "^1.29.0",
"jwt-decode": "^2.2.0",
"leaflet": "^1.2.0",
"url-search-params-polyfill": "^4.0.1",
"whatwg-fetch": "^2.0.3"
}
}