-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.18 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
{
"name": "svelte-mapbox-gl",
"version": "0.2.1",
"description": "Mapbox GL components for Svelte",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/saravanabalagi/svelte-mapbox-gl.git"
},
"keywords": [
"mapbox",
"svelte",
"components",
"mapboxgl"
],
"scripts": {
"storybook": "node -r dotenv/config ./node_modules/.bin/start-storybook -p 6006",
"build-storybook": "node -r dotenv/config ./node_modules/.bin/build-storybook",
"lint": "eslint --ext .js,.svelte src"
},
"author": "Saravanabalagi Ramachandran",
"license": "MIT",
"homepage": "https://github.com/saravanabalagi/svelte-mapbox-gl#readme",
"bugs": {
"url": "https://github.com/saravanabalagi/svelte-mapbox-gl/issues"
},
"peerDependencies": {
"mapbox-gl": "^1.8.1 <2.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@storybook/svelte": "^6.0.22",
"@turf/random": "^6.0.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-plugin-svelte3": "^2.7.3",
"mapbox-gl": "^1.10.1",
"svelte": "^3.20.1",
"svelte-loader": "^2.13.6"
}
}