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/layout",
|
|
"version": "1.0.0",
|
|
"licence": "Apache-2.0",
|
|
"description": "",
|
|
"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 --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/block-tools": "1.0.2",
|
|
"@lowdefy/helpers": "1.1.0",
|
|
"antd": "4.4.2",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "7.12.1",
|
|
"@babel/core": "7.12.3",
|
|
"@babel/preset-env": "7.12.1",
|
|
"@babel/preset-react": "7.12.5",
|
|
"babel-jest": "26.6.3",
|
|
"babel-loader": "8.2.1",
|
|
"babel-plugin-import": "1.13.1",
|
|
"buffer": "6.0.2",
|
|
"clean-webpack-plugin": "3.0.0",
|
|
"css-loader": "5.0.1",
|
|
"html-webpack-plugin": "4.5.0",
|
|
"identity-obj-proxy": "3.0.0",
|
|
"jest": "26.6.3",
|
|
"js-yaml": "3.14.0",
|
|
"less": "3.12.2",
|
|
"less-loader": "7.1.0",
|
|
"path-browserify": "1.0.1",
|
|
"process": "0.11.10",
|
|
"react-markdown": "5.0.2",
|
|
"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"
|
|
}
|
|
}
|