mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
63 lines
1.5 KiB
JSON
63 lines
1.5 KiB
JSON
{
|
|
"name": "@bbob/preset-react",
|
|
"version": "2.8.3",
|
|
"description": "React preset to transform BBCode to React for @bbob/react",
|
|
"keywords": [
|
|
"bbob",
|
|
"preset",
|
|
"react"
|
|
],
|
|
"dependencies": {
|
|
"@bbob/preset-html5": "^2.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@bbob/core": "^2.8.3"
|
|
},
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"jsnext:main": "es/index.js",
|
|
"browser": "dist/index.js",
|
|
"browserName": "BbobPresetReact",
|
|
"homepage": "https://github.com/JiLiZART/bbob",
|
|
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/JiLiZART/bbob/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/JiLiZART/bbob.git"
|
|
},
|
|
"scripts": {
|
|
"build:commonjs": "../../scripts/pkg-task build-commonjs",
|
|
"build:es": "../../scripts/pkg-task build-es",
|
|
"build:umd": "../../scripts/pkg-task build-umd",
|
|
"build": "npm run build:commonjs && npm run build:es && npm run build:umd",
|
|
"test": "../../scripts/pkg-task test",
|
|
"cover": "../../scripts/pkg-task cover",
|
|
"lint": "../../scripts/pkg-task lint",
|
|
"size": "../../scripts/pkg-task size",
|
|
"bundlesize": "../../scripts/pkg-task bundlesize"
|
|
},
|
|
"size-limit": [
|
|
{
|
|
"path": "lib/index.js"
|
|
}
|
|
],
|
|
"bundlesize": [
|
|
{
|
|
"path": "./dist/index.min.js",
|
|
"maxSize": "2.5 KB"
|
|
}
|
|
],
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib",
|
|
"src",
|
|
"es"
|
|
]
|
|
}
|