{ "name": "@lowdefy/block-tools", "version": "1.0.1-experimental.1", "licence": "Apache-2.0", "description": "Lowdefy Block Tools", "homepage": "https://lowdefy.com", "bugs": { "url": "https://github.com/lowdefy/lowdefy/issues" }, "contributors": [ { "name": "Sam Tolmay", "url": "https://github.com/SamTolmay" }, { "name": "Gerrie van Wyk", "url": "https://github.com/Gervwyk" } ], "repository": { "type": "git", "url": "https://github.com/lowdefy/lowdefy.git" }, "main": "dist/index.js", "files": [ "dist/*" ], "scripts": { "build": "babel src --copy-files --out-dir dist", "dev": "webpack serve", "npm-publish": "npm publish --access public", "prepare": "yarn build", "prepublishOnly": "yarn build", "start": "webpack serve", "test": "jest --coverage" }, "dependencies": { "@lowdefy/helpers": "1.0.0", "@lowdefy/type": "1.0.1", "create-emotion": "10.0.27", "react": "17.0.0-rc.2", "react-dom": "17.0.0-rc.2" }, "devDependencies": { "@babel/cli": "7.12.0", "@babel/core": "7.12.0", "@babel/preset-env": "7.12.0", "@babel/preset-react": "7.10.4", "babel-jest": "26.5.2", "babel-loader": "8.1.0", "babel-plugin-import": "1.13.1", "buffer": "5.6.0", "css-loader": "4.3.0", "html-webpack-plugin": "4.5.0", "identity-obj-proxy": "3.0.0", "jest": "26.5.3", "js-yaml": "3.14.0", "less": "3.12.2", "less-loader": "7.0.2", "path-browserify": "1.0.1", "process": "0.11.10", "react": "17.0.0-rc.2", "react-dom": "17.0.0-rc.2", "react-markdown": "4.3.1", "react-syntax-highlight": "15.3.1", "react-test-renderer": "17.0.0-rc.3", "style-loader": "2.0.0", "webpack": "5.1.0", "webpack-cli": "4.0.0", "webpack-dev-server": "3.11.0", "yaml-jest": "1.0.5", "yaml-loader": "0.6.0" } }