lowdefy/packages/blockTools/package.json
2020-10-13 11:14:03 +00:00

73 lines
1.9 KiB
JSON

{
"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": {
"start": "webpack-dev-server",
"build": "babel src --out-dir dist",
"test": "jest --coverage --config jest.config.json --no-cache",
"prepare": "yarn build",
"prepublishOnly": "yarn build",
"npm-publish": "npm publish --access public"
},
"dependencies": {
"@lowdefy/helpers": "1.0.0",
"create-emotion": "10.0.27",
"react": "17.0.0-rc.2",
"react-dom": "17.0.0-rc.2"
},
"devDependencies": {
"@babel/cli": "7.11.6",
"@babel/core": "7.11.6",
"@babel/preset-env": "7.11.5",
"@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": "1.3.0",
"webpack": "5.0.0",
"webpack-cli": "4.0.0",
"webpack-dev-server": "3.11.0",
"yaml-jest": "1.0.5",
"yaml-loader": "0.6.0"
}
}