forked from tonyduanesmith/react-apple-mapkitjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.69 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
{
"name": "@zandor300/react-apple-mapkitjs",
"version": "0.11.0",
"description": "A react wrapper for apple mapkit.js",
"main": "lib/index.js",
"scripts": {
"dev": "concurrently \"npm run lib:watch\" \"npm run docs\"",
"lib": "babel src/lib -d lib --copy-files",
"lib:watch": "babel src/lib -w -d lib --copy-files",
"docs": "webpack-dev-server --mode development",
"docs:prod": "webpack --mode production",
"semantic-release": "semantic-release"
},
"keywords": [
"apple",
"map",
"mapkit",
"mapkitjs",
"react"
],
"license": "MIT",
"peerDependencies": {
"react": "^15.3.0 || ^16.2.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^15.3.0 || ^16.2.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/cli": "7.25.6",
"@babel/core": "7.25.2",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.2.6",
"@semantic-release/gitlab": "13.2.1",
"@semantic-release/npm": "11.0.3",
"babel-loader": "9.1.3",
"concurrently": "8.2.2",
"css-loader": "7.1.2",
"dotenv-webpack": "8.1.0",
"html-webpack-plugin": "5.6.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"semantic-release": "23.1.1",
"style-loader": "3.3.4",
"webpack": "5.94.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "5.0.4"
},
"author": "tonyduanesmith",
"dependencies": {},
"repository": {
"type": "git",
"url": "https://git.zsinfo.nl/Zandor300/react-apple-mapkitjs"
}
}