dac970c640
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.16.0 to 7.16.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.16.4/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"name": "@excalidraw/utils",
|
|
"version": "0.1.0",
|
|
"main": "dist/excalidraw-utils.min.js",
|
|
"files": [
|
|
"dist/*"
|
|
],
|
|
"description": "Excalidraw utilities functions",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"excalidraw",
|
|
"excalidraw-utils"
|
|
],
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all",
|
|
"not safari < 12",
|
|
"not kaios <= 2.5",
|
|
"not edge < 79",
|
|
"not chrome < 70",
|
|
"not and_uc < 13",
|
|
"not samsung < 10"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.16.0",
|
|
"@babel/plugin-transform-arrow-functions": "7.16.0",
|
|
"@babel/plugin-transform-async-to-generator": "7.16.0",
|
|
"@babel/plugin-transform-runtime": "^7.14.5",
|
|
"@babel/plugin-transform-typescript": "7.16.1",
|
|
"@babel/preset-env": "7.16.4",
|
|
"@babel/preset-typescript": "7.16.0",
|
|
"babel-loader": "8.2.3",
|
|
"babel-plugin-transform-class-properties": "6.24.1",
|
|
"cross-env": "7.0.3",
|
|
"css-loader": "6.5.1",
|
|
"file-loader": "6.2.0",
|
|
"sass-loader": "12.3.0",
|
|
"ts-loader": "9.2.6",
|
|
"webpack": "5.64.3",
|
|
"webpack-bundle-analyzer": "4.5.0",
|
|
"webpack-cli": "4.9.1"
|
|
},
|
|
"bugs": "https://github.com/excalidraw/excalidraw/issues",
|
|
"repository": "https://github.com/excalidraw/excalidraw",
|
|
"scripts": {
|
|
"build:umd": "cross-env NODE_ENV=production webpack --config webpack.prod.config.js",
|
|
"build:umd:withAnalyzer": "cross-env NODE_ENV=production ANALYZER=true webpack --config webpack.prod.config.js",
|
|
"pack": "yarn build:umd && yarn pack"
|
|
}
|
|
}
|