@artifak/component-generator
Version:
Component generator utility for Artifak
69 lines (68 loc) • 1.59 kB
JSON
{
"name": "@artifak/component-generator",
"version": "2.0.4",
"description": "Component generator utility for Artifak",
"author": "Julian Low",
"license": "MIT",
"sideEffects": false,
"keywords": [
"react",
"react-component",
"component",
"ui",
"flex",
"grid",
"block",
"layout"
],
"module": "dist/component-generator.esm.js",
"main": "dist/component-generator.cjs.js",
"src": "src/index.tsx",
"types": "dist/src/index.d.ts",
"directories": {
"test": "__tests__",
"src": "src"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heyjul3s/artifak.git"
},
"scripts": {
"build": "rimraf dist && builder",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/heyjul3s/artifak/issues"
},
"homepage": "https://github.com/heyjul3s/artifak#readme",
"devDependencies": {
"@artifak/bundler": "^1.1.5",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.7",
"@types/styled-system": "^5.1.10",
"csstype": "^3.0.6",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"styled-components": "^5.2.1",
"styled-system": "^5.1.5"
},
"peerDependencies": {
"react": ">=17.0.1",
"react-dom": ">=17.0.1",
"styled-components": ">=5.2.1"
},
"dependencies": {
"lodash.isempty": "^4.4.0",
"lodash.isplainobject": "^4.0.6"
},
"resolutions": {
"react": ">=17.0.1"
}
}