|
- {
- "version": "0.2.2",
- "license": "MIT",
- "main": "dist/index.js",
- "typings": "dist/index.d.ts",
- "files": [
- "dist"
- ],
- "publishing": {
- "github": {
- "repository": "https://github.com/TheoryOfNekomata/viewfinder.git",
- "publishConfig": {
- "registry": "https://npm.pkg.github.com"
- }
- },
- "master": {
- "repository": "https://code.modal.sh/TheoryOfNekomata/viewfinder.git",
- "publishConfig": {
- "registry": "https://js.pack.modal.sh"
- }
- },
- "npm": {
- "publishConfig": {
- "registry": "https://registry.npmjs.com"
- }
- }
- },
- "engines": {
- "node": ">=10"
- },
- "scripts": {
- "start": "tsdx watch",
- "build": "tsdx build",
- "test": "tsdx test --passWithNoTests",
- "lint": "tsdx lint",
- "prepare": "tsdx build",
- "size": "size-limit",
- "analyze": "size-limit --why"
- },
- "peerDependencies": {
- "react": ">=16",
- "styled-components": "^5.2.3"
- },
- "husky": {
- "hooks": {
- "pre-commit": "tsdx lint"
- }
- },
- "name": "@theoryofnekomata/viewfinder",
- "description": "Layout scaffolding for Web apps.",
- "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
- "module": "dist/viewfinder.esm.js",
- "size-limit": [
- {
- "path": "dist/viewfinder.cjs.production.min.js",
- "limit": "10 KB"
- },
- {
- "path": "dist/viewfinder.esm.js",
- "limit": "10 KB"
- }
- ],
- "devDependencies": {
- "@size-limit/preset-small-lib": "^4.10.2",
- "@types/react": "^17.0.3",
- "@types/react-dom": "^17.0.3",
- "@types/styled-components": "^5.1.9",
- "husky": "^6.0.0",
- "react": "^17.0.2",
- "react-dom": "^17.0.2",
- "size-limit": "^4.10.2",
- "tsdx": "^0.14.1",
- "tslib": "^2.2.0",
- "typescript": "^4.2.4",
- "styled-components": "^5.2.3"
- },
- "keywords": [
- "scaffolding",
- "template",
- "react",
- "layout",
- "design",
- "design-system"
- ]
- }
|