@ovine/core
Version:
Build flexible admin system with json.
64 lines (63 loc) • 1.4 kB
JSON
{
"name": "@ovine/core",
"version": "0.1.7",
"description": "Build flexible admin system with json.",
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/CareyToboo/ovine.git"
},
"bugs": {
"url": "https://github.com/CareyToboo/ovine/issues"
},
"keywords": [
"aims",
"ovine",
"react",
"typescript",
"admin-template"
],
"author": "carey toboos",
"license": "Apache-2.0",
"scripts": {
"tsc": "rimraf ./lib && ttsc",
"dev": "ttsc -w",
"clean": "rimraf ./lib"
},
"peerDependencies": {
"@hot-loader/react-dom": "^16.8.6",
"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": {
"abortcontroller-polyfill": "^1.4.0",
"amis": "1.10.2",
"animate.css": "^3.7.2",
"bootstrap": "^4.4.1",
"copy-to-clipboard": "^3.3.1",
"core-js": "^3.6.4",
"font-awesome": "4.7.0",
"jquery": "^3.2.1",
"proxy-polyfill": "^0.3.0"
},
"engines": {
"node": ">=10.9.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
],
"gitHead": "e811cd6c03f4f4448b4608e7913cd98585e39360"
}