This repository has been archived by the owner on May 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.76 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
{
"name": "@lmc-eu/lmc-maps",
"version": "0.5.1",
"description": "Library for LMC Maps service",
"main": "dist/lmc-maps.js",
"types": "dist/index.d.ts",
"files": [
"LICENSE.md",
"README.md",
"dist"
],
"scripts": {
"start": "webpack serve --config webpack.config.js",
"build": "rimraf dist/* && yarn run tslint && rollup -c",
"tslint": "eslint . --ext .ts"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.2",
"autoprefixer": "^10.2.5",
"awesome-typescript-loader": "^5.2.1",
"css-loader": "^5.2.0",
"cssnano": "^5.0.2",
"eslint": "^6.8.0",
"eslint-config-airbnb-typescript": "^7.0.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.18.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.0",
"postcss": "^8.1.14",
"postcss-cli": "^8.3.0",
"postcss-em-media-query": "^4.1.0",
"postcss-import": "^14.0.1",
"postcss-loader": "^5.2.0",
"postcss-url": "^10.0.0",
"rollup": "^1.20.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-typescript": "^1.0.1",
"sass": "^1.32.12",
"sass-loader": "^11.0.0",
"style-loader": "^2.0.0",
"tslib": "^1.10.0",
"typescript": "^3.7.2",
"url-loader": "^4.1.1",
"webpack": "^5.36.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.7.1"
},
"dependencies": {
"@types/mapbox-gl": "^1.5.2",
"mapbox-gl": "^1.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/lmc-eu/lmc-maps-js.git"
}
}