mirror of
https://github.com/modernweb-dev/rocket.git
synced 2026-04-04 15:54:25 +00:00
38 lines
932 B
JSON
38 lines
932 B
JSON
{
|
|
"name": "@rocket/launch",
|
|
"version": "0.1.0",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"description": "Launch Preset for Rocket",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/modernweb-dev/rocket.git",
|
|
"directory": "packages/launch"
|
|
},
|
|
"author": "Modern Web <hello@modern-web.dev> (https://modern-web.dev/)",
|
|
"homepage": "https://rocket.modern-web.dev/docs/presets/launch/",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./preset/": "./preset/",
|
|
"./inline-notification": "./inline-notification/index.js",
|
|
"./inline-notification/inline-notification.js": "./inline-notification/inline-notification.js"
|
|
},
|
|
"files": [
|
|
"*.js",
|
|
"inline-notification",
|
|
"preset"
|
|
],
|
|
"keywords": [
|
|
"rocket",
|
|
"preset"
|
|
],
|
|
"dependencies": {
|
|
"@rocket/drawer": "^0.1.0",
|
|
"@rocket/navigation": "^0.1.0"
|
|
}
|
|
}
|