mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-23 14:39:32 +08:00
79 lines
1.8 KiB
JSON
79 lines
1.8 KiB
JSON
{
|
|
"name": "@lowdefy/layout",
|
|
"version": "3.12.0",
|
|
"licence": "Apache-2.0",
|
|
"description": "",
|
|
"homepage": "https://lowdefy.com",
|
|
"keywords": [
|
|
"lowdefy",
|
|
"utils"
|
|
],
|
|
"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",
|
|
"prepare": "yarn build",
|
|
"start": "webpack serve",
|
|
"test": "jest --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@lowdefy/block-tools": "3.12.0",
|
|
"@lowdefy/helpers": "3.12.0",
|
|
"antd": "4.4.2",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "7.12.16",
|
|
"@babel/core": "7.12.16",
|
|
"@babel/preset-env": "7.12.16",
|
|
"@babel/preset-react": "7.12.13",
|
|
"babel-jest": "26.6.3",
|
|
"babel-loader": "8.2.2",
|
|
"babel-plugin-import": "1.13.3",
|
|
"buffer": "6.0.3",
|
|
"clean-webpack-plugin": "3.0.0",
|
|
"css-loader": "5.0.2",
|
|
"html-webpack-plugin": "5.1.0",
|
|
"identity-obj-proxy": "3.0.0",
|
|
"jest": "26.6.3",
|
|
"js-yaml": "4.0.0",
|
|
"less": "3.13.0",
|
|
"less-loader": "8.0.0",
|
|
"path-browserify": "1.0.1",
|
|
"process": "0.11.10",
|
|
"react-markdown": "5.0.3",
|
|
"react-syntax-highlight": "15.3.1",
|
|
"react-test-renderer": "17.0.1",
|
|
"style-loader": "2.0.0",
|
|
"webpack": "5.22.0",
|
|
"webpack-cli": "4.5.0",
|
|
"webpack-dev-server": "3.11.2",
|
|
"yaml-jest": "1.0.5",
|
|
"yaml-loader": "0.6.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|