@ovine/craft
Version:
Ovine json editor.
58 lines (57 loc) • 1.24 kB
JSON
{
"name": "@ovine/craft",
"version": "0.1.4",
"description": "Ovine json editor.",
"private": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"tsc": "rimraf ./lib && ttsc",
"dev": "ttsc -w",
"clean": "rimraf ./lib",
"eslint": "eslint --cache \"src/**/*.{js,jsx,ts,tsx}\" --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/CareyToboo/ovine.git"
},
"bugs": {
"url": "https://github.com/CareyToboo/ovine/issues"
},
"author": "carey toboos",
"license": "Apache-2.0",
"keywords": [
"aims",
"ovine",
"react",
"typescript",
"admin-template"
],
"peerDependencies": {
"@hot-loader/react-dom": "^16.8.6",
"@ovine/core": "^0.0.1",
"immer": "^5.3.2",
"lodash": "^4.17.15",
"react": "^16.8.6",
"react-router-dom": "^5.1.2",
"styled-components": "^5.0.0",
"whatwg-fetch": "^3.0.0"
},
"resolutions": {
"react": "^16.8.6",
"@hot-loader/react-dom": "^16.8.6"
},
"dependencies": {
"baobab": "^2.6.0"
},
"engines": {
"node": ">=10.9.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
],
"gitHead": "6b4d4aa2c407ffe117fb8a53c067c0a12894537a"
}