-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.86 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.86 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
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
{
"name": "slpy",
"version": "1.2.1",
"description": "Slpy Maps and Search API",
"main": "dist/slpy.js",
"module": "dist/index.js",
"openlayers": "dist/index.openlayers.js",
"style": "dist/css/slpy-style.css",
"sideEffects": false,
"type": "module",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-webpack": "webpack --mode=production",
"build-webpack-dev": "webpack --mode=development",
"build": "rollup -c --environment NODE_ENV:production",
"build-dev": "rollup -c --environment NODE_ENV:development",
"start": "rollup -c --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/Slpy-API/Slpy-JS.git"
},
"keywords": [
"OpenLayers",
"MapLibre-gl",
"Slpy"
],
"author": "Slpy Api",
"license": "BSD 4-Clause",
"bugs": {
"url": "https://github.com/Slpy-API/Slpy-JS/issues"
},
"homepage": "https://www.slpy.com/docs",
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": ">=25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": ">=15.2.3",
"@rollup/plugin-replace": ">=5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"babel-loader": "^9.1.3",
"buffer": "^6.0.3",
"classlist-polyfill": "^1.2.0",
"core-js": "^3.36.1",
"dotenv": "^16.4.5",
"pepjs": "^0.5.3",
"requestanimationframe": "^0.0.23",
"resize-observer-polyfill": "^1.5.1",
"rollup": "^4.22.4",
"rollup-plugin-visualizer": "^5.12.0",
"webpack": "^5.94.0",
"webpack-cli": "^6.0.1",
"whatwg-fetch": "^3.6.20"
},
"peerDependencies": {
"maplibre-gl": ">=4.1.2",
"ol": ">=9.1.0",
"ol-mapbox-style": ">=12.3.0"
},
"files": [
"dist/*",
"src/"
],
"browserslist": [
"ie >= 9"
]
}