mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-23 14:39:32 +08:00
78 lines
2.0 KiB
JSON
78 lines
2.0 KiB
JSON
{
|
|
"name": "@lowdefy/block-tools",
|
|
"version": "1.0.2",
|
|
"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",
|
|
"clean": "rm -rf dist",
|
|
"npm-publish": "npm publish --access public",
|
|
"prepare": "yarn build",
|
|
"prepublishOnly": "yarn build",
|
|
"start": "webpack serve",
|
|
"test": "jest --coverage",
|
|
"version:prerelease": "yarn version prerelease",
|
|
"version:patch": "yarn version patch -d",
|
|
"version:minor": "yarn version minor -d",
|
|
"version:major": "yarn version major -d"
|
|
},
|
|
"dependencies": {
|
|
"@lowdefy/helpers": "1.1.0",
|
|
"ajv": "6.12.6",
|
|
"ajv-errors": "1.0.1",
|
|
"create-emotion": "10.0.27",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1",
|
|
"react-router-dom": "5.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "7.12.1",
|
|
"@babel/core": "7.12.3",
|
|
"@babel/preset-env": "7.12.1",
|
|
"@babel/preset-react": "7.12.5",
|
|
"@wojtekmaj/enzyme-adapter-react-17": "0.3.1",
|
|
"babel-jest": "26.6.3",
|
|
"babel-loader": "8.2.1",
|
|
"clean-webpack-plugin": "3.0.0",
|
|
"css-loader": "5.0.1",
|
|
"enzyme": "3.11.0",
|
|
"enzyme-to-json": "3.6.1",
|
|
"html-webpack-plugin": "4.5.0",
|
|
"identity-obj-proxy": "3.0.0",
|
|
"jest": "26.6.3",
|
|
"js-yaml": "3.14.0",
|
|
"path-browserify": "1.0.1",
|
|
"process": "0.11.10",
|
|
"react-syntax-highlight": "15.3.1",
|
|
"react-test-renderer": "17.0.1",
|
|
"style-loader": "2.0.0",
|
|
"webpack": "5.4.0",
|
|
"webpack-cli": "4.2.0",
|
|
"webpack-dev-server": "3.11.0",
|
|
"yaml-jest": "1.0.5",
|
|
"yaml-loader": "0.6.0"
|
|
}
|
|
}
|