-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.21 KB
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": "location-api",
"version": "1.0.5-rf",
"main": "dist/bundle.umd.js",
"module": "dist/index.js",
"license": "MIT",
"dependencies": {
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"i18next": "^19.4.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"typescript": "^3.7.5",
"webpack": "^4.41.5"
},
"devDependencies": {
"@types/openlayers": "^4.6.17",
"awesome-typescript-loader": "^5.2.1",
"css-loader": "^3.4.2",
"file-loader": "^6.0.0",
"global": "^4.4.0",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^6.0.0",
"json-loader": "^0.5.7",
"ol": "^6.1.1",
"openlayers": "^4.6.5",
"pluralize": "^8.0.0",
"radium": "^0.26.0",
"react-animations": "^1.0.0",
"source-map-loader": "^0.2.4",
"style-loader": "^1.1.3",
"ts-loader": "^6.2.1",
"use-position": "^0.0.6",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
},
"scripts": {
"start": "webpack-dev-server --mode development --content-base example --config example/webpack.config --open --hot",
"build": "webpack --mode production",
"build:dev": "webpack --mode development --config example/webpack.config"
}
}