UNPKG

956 BJSONView Raw
1{
2 "name": "@airbnb/lunar-app-shell",
3 "version": "1.0.6",
4 "description": "Application shell powered by Lunar.",
5 "license": "MIT",
6 "main": "./lib/index.js",
7 "types": "./lib/index.d.ts",
8 "module": "./esm/index.js",
9 "sideEffects": false,
10 "repository": "https://github.com/airbnb/lunar",
11 "publishConfig": {
12 "access": "public"
13 },
14 "scripts": {
15 "build": "npm run build:cjs && npm run build:esm",
16 "build:cjs": "BUILD=cjs babel --root-mode upward --extensions .ts,.tsx ./src --out-dir ./lib",
17 "build:esm": "BUILD=esm babel --root-mode upward --extensions .ts,.tsx ./src --out-dir ./esm"
18 },
19 "peerDependencies": {
20 "@airbnb/lunar": "^1.0.0",
21 "react": "^16.8.0"
22 },
23 "devDependencies": {
24 "react": "^16.8.6"
25 },
26 "dependencies": {
27 "@types/shallowequal": "^1.1.1",
28 "@types/uuid": "^3.4.4",
29 "shallowequal": "^1.1.0",
30 "uuid": "^3.3.2"
31 },
32 "gitHead": "20a22040549f8c175e4c9598f6a803dc42c4b78a"
33}