mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-23 14:39:32 +08:00
75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
{
|
|
"name": "@lowdefy/block-tools",
|
|
"version": "3.22.0",
|
|
"licence": "Apache-2.0",
|
|
"description": "Lowdefy Block Tools",
|
|
"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 --copy-files --out-dir dist",
|
|
"clean": "rm -rf dist",
|
|
"prepare": "yarn build",
|
|
"start": "webpack serve",
|
|
"test": "jest --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/css": "11.5.0",
|
|
"@lowdefy/helpers": "3.22.0",
|
|
"dompurify": "2.3.3",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "7.15.7",
|
|
"@babel/core": "7.15.8",
|
|
"@babel/preset-env": "7.15.8",
|
|
"@babel/preset-react": "7.14.5",
|
|
"@emotion/jest": "11.5.0",
|
|
"@lowdefy/block-dev": "3.22.0",
|
|
"@testing-library/react": "12.1.2",
|
|
"babel-jest": "27.3.1",
|
|
"babel-loader": "8.2.3",
|
|
"clean-webpack-plugin": "4.0.0",
|
|
"css-loader": "6.4.0",
|
|
"html-webpack-plugin": "5.4.0",
|
|
"jest": "27.3.1",
|
|
"jest-serializer-html": "7.1.0",
|
|
"jest-transform-yaml": "0.1.2",
|
|
"js-yaml": "4.1.0",
|
|
"process": "0.11.10",
|
|
"react-syntax-highlight": "15.3.1",
|
|
"style-loader": "3.3.1",
|
|
"webpack": "5.59.1",
|
|
"webpack-cli": "4.9.1",
|
|
"webpack-dev-server": "4.3.1",
|
|
"yaml-loader": "0.6.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|