UNPKG

@aptpod/data-viz-create-visual-parts-react

Version:

template of npm project with typescript

97 lines (96 loc) 3.29 kB
{ "name": "@aptpod/data-viz-create-visual-parts-react", "version": "1.7.0", "description": "template of npm project with typescript", "keywords": [ "aptpod", "vm2m", "visual-m2m", "data-visualizer", "create-visual-parts-react" ], "homepage": "", "bugs": "", "repository": { "type": "git", "url": "" }, "license": "Apache-2.0", "author": "aptpod, Inc.", "bin": "bin/index.js", "scripts": { "build": "run-p build-lib", "build-lib": "tsc -p src/tsconfig.json", "clean": "run-p clean:**", "clean-install": "yarn clean && yarn initialize", "clean:build": "rm -rfv lib", "clean:cache": "rm -rfv .eslintcache tsconfig.src.tsbuildinfo tsconfig.tsbuildinfo", "clean:docs": "rm -rfv .public", "clean:lib": "rm -rfv lib", "clean:packages": "rm -rfv node_modules", "coverage": "run-p coverage:**", "coverage:jest": "jest --coverage", "fmt": "run-p fmt:**", "fmt:eslint": "eslint '**/*.{js,jsx,ts,tsx}' --rule 'import/namespace: off' --rule 'import/no-cycle: off' --fix --cache", "fmt:json": "prettier --write --tab-width 2 '**/*.json'", "fmt:md": "prettier --write --tab-width 2 '**/*.md'", "fmt:package-json": "sort-package-json", "fmt:yml": "prettier --write --tab-width 2 '**/*.yml'", "initialize": "run-s initialize:*", "initialize:packages": "yarn", "initialize:template": "yarn gitlab-template", "license-check": "npx js-green-licenses --local .", "lint": "run-p lint:**", "lint:eslint": "eslint '**/*.{js,jsx,ts,tsx}' --rule 'prettier/prettier: off' --cache", "lint:secret": "secretlint '**/*'", "lint:template": "cd template/visual-parts-react && yarn lint", "lint:type-check": "tsc -p src --noEmit", "build-storybook": "run-s build-storybook:*", "build-storybook:template": "cd template/visual-parts-react && yarn build-storybook", "start": "run-p start:lib", "start:lib": "tsc -p src/tsconfig.json -w", "test": "yarn test:watch", "test:once": "jest", "test:template:once": "cd template/visual-parts-react && npm run test:once", "test:template:webpack": "cd template/visual-parts-react && npm run test:webpack-dev", "test:watch": "jest --watch", "type-watch": "tsc -p src --noEmit -w" }, "resolutions": { "@types/estree": "1.0.7", "elliptic": "6.6.1" }, "dependencies": { "commander": "^11.1.0", "recursive-copy": "^2.0.14" }, "devDependencies": { "@aptpod/eslint-config-aptpod": "5.2.4", "@aptpod/gitlab-template": "1.3.0", "@aptpod/husky-config": "2.0.31", "@aptpod/lint-staged-config": "3.0.1", "@aptpod/prettier-config": "2.1.4", "@aptpod/secretlint-config": "^0.0.5", "@types/browserslist": "4.15.4", "@types/eslint": "7.29.0", "@types/jest": "^29.5.14", "@types/prettier": "2.7.3", "@types/standard-version": "7.1.3", "@types/tmp": "^0.2.6", "browserslist": "4.24.4", "dir-compare": "^4.2.0", "eslint": "7.32.0", "jest": "26.6.3", "npm-run-all": "4.1.5", "prettier": "2.8.8", "secretlint": "^2.2.0", "sort-package-json": "2.12.0", "standard-version": "9.5.0", "tmp": "^0.2.3", "ts-jest": "26.5.6", "typescript": "5.7.2" }, "engines": { "node": ">=18.12.0" } }