-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.53 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "@airport-discovery/airport-diagram",
"version": "1.1.0",
"description": "Airport runways diagram based on Geo Coordinates 📍 for React.",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Airport-Discovery/airport-diagram.git"
},
"author": {
"name": "Airport Discovery",
"email": "[email protected]",
"url": "https://github.com/Airport-Discovery"
},
"bugs": {
"url": "https://github.com/Airport-Discovery/airport-diagram/issues"
},
"license": "MIT",
"files": [
"LICENSE",
"README.md",
"lib",
"styles.css"
],
"scripts": {
"start": "catalog start docs",
"build-gh-pages": "catalog build docs --public-url=/airport-diagram/",
"gh-pages:deploy": "gh-pages -d docs/build",
"build": "cross-env NODE_ENV=production rollup -c",
"postpublish": "yarn build-gh-pages && yarn gh-pages:deploy",
"release-patch": "yarn version --patch",
"release-minor": "yarn version --minor",
"release-major": "yarn version --major"
},
"peerDependencies": {
"react": ">=15.0.0",
"react-dom": ">=15.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.2.2",
"catalog": "^3.6.0",
"cross-env": "^7.0.3",
"css-loader": "^5.0.1",
"eslint": "^7.3.1",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"file-loader": "^6.0.0",
"gh-pages": "^3.1.0",
"html-webpack-plugin": "^4.3.0",
"image-webpack-loader": "^7.0.1",
"prettier": "^2.0.5",
"purecss": "^2.0.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-github-corner": "^2.5.0",
"rollup": "^2.18.1",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"style-loader": "^2.0.0",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1"
},
"homepage": "https://github.com/Airport-Discovery/airport-diagram#readme",
"keywords": [
"airport",
"airports",
"airfield",
"airfields",
"runway",
"runways",
"diagram",
"diagrams",
"chart",
"charts",
"svg",
"aviation",
"pilot",
"floor plan",
"floorplan"
]
}