ontime-layout
Version:
ontime-layout is used to generate any layouts from JSON using React components
91 lines (90 loc) • 2.56 kB
JSON
{
"name": "ontime-layout",
"version": "1.1.0",
"description": "ontime-layout is used to generate any layouts from JSON using React components",
"private": false,
"main": "dist/index.js",
"module": "dist/index.js",
"jsnext:main": "dist/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "BABEL_ENV=test jest --watchAll --no-cache",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook --output-dir=docs",
"build": "webpack --mode=production",
"dev": "webpack --mode=development",
"lint": "eslint src --quiet",
"sass": "sass scss/index.scss:dist/main.css",
"sassbuild": "sass scss/index.scss:dist/main.min.css --style compressed"
},
"keywords": [
"ontime",
"layout",
"engine",
"react",
"reactjs"
],
"author": "OntimeLengo",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/OntimeLengo/ontime-layout"
},
"bugs": {
"url": "https://github.com/OntimeLengo/ontime-layout/issues"
},
"homepage": "https://github.com/OntimeLengo/ontime-layout",
"peerDependencies": {
"prop-types": "*",
"react": "*",
"react-dom": "*"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^4.0.0",
"@storybook/addon-links": "^4.0.0",
"@storybook/react": "^4.0.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-polyfill": "^6.26.0",
"clean-webpack-plugin": "^0.1.19",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^5.8.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"font-awesome": "^4.7.0",
"idempotent-babel-polyfill": "^7.0.0",
"jest": "^23.6.0",
"ontime-components": "^1.1.2",
"prop-types": "^15.6.2",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-test-renderer": "^16.2.0",
"sinon": "^7.1.0",
"source-map-loader": "^0.2.4",
"storybook-readme": "^4.0.2",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2"
},
"dependencies": {},
"jest": {
"setupTestFrameworkScriptFile": "<rootDir>/src/tests/jest/config.js"
},
"files": [
"dist",
"scss"
],
"resolutions": {
"babel-core": "7.0.0-bridge.0"
}
}