2020-08-20 16:45:20 +02:00
|
|
|
{
|
2020-11-02 20:14:20 +01:00
|
|
|
"name": "@excalidraw/utils",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"main": "dist/excalidraw-utils.min.js",
|
2020-08-20 16:45:20 +02:00
|
|
|
"files": [
|
|
|
|
"dist/*"
|
|
|
|
],
|
2020-11-02 20:14:20 +01:00
|
|
|
"description": "Excalidraw utilities functions",
|
2020-12-06 13:49:35 +01:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2020-08-20 16:45:20 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"keywords": [
|
|
|
|
"excalidraw",
|
2020-11-02 20:14:20 +01:00
|
|
|
"excalidraw-utils"
|
2020-08-20 16:45:20 +02:00
|
|
|
],
|
|
|
|
"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": {
|
2021-10-31 10:55:32 +01:00
|
|
|
"@babel/core": "7.16.0",
|
2021-10-31 11:00:11 +01:00
|
|
|
"@babel/plugin-transform-arrow-functions": "7.16.0",
|
2021-06-12 17:36:46 +02:00
|
|
|
"@babel/plugin-transform-async-to-generator": "7.14.5",
|
2021-06-23 21:56:44 +02:00
|
|
|
"@babel/plugin-transform-runtime": "^7.14.5",
|
2021-10-29 13:16:44 +02:00
|
|
|
"@babel/plugin-transform-typescript": "7.15.8",
|
2021-10-29 17:25:59 +02:00
|
|
|
"@babel/preset-env": "7.15.8",
|
2021-10-29 13:08:37 +02:00
|
|
|
"@babel/preset-typescript": "7.15.0",
|
2021-10-29 13:32:52 +02:00
|
|
|
"babel-loader": "8.2.3",
|
2020-08-20 16:45:20 +02:00
|
|
|
"babel-plugin-transform-class-properties": "6.24.1",
|
2020-12-14 21:43:19 +01:00
|
|
|
"cross-env": "7.0.3",
|
2021-08-01 15:32:22 +02:00
|
|
|
"css-loader": "6.2.0",
|
2020-12-14 21:43:19 +01:00
|
|
|
"file-loader": "6.2.0",
|
2021-10-29 13:25:02 +02:00
|
|
|
"sass-loader": "12.3.0",
|
2021-10-29 13:13:03 +02:00
|
|
|
"ts-loader": "9.2.6",
|
2021-08-20 20:31:46 +02:00
|
|
|
"webpack": "5.50.0",
|
2021-05-27 14:44:30 +02:00
|
|
|
"webpack-bundle-analyzer": "4.4.2",
|
2021-06-23 21:56:44 +02:00
|
|
|
"webpack-cli": "4.7.2"
|
2020-08-20 16:45:20 +02:00
|
|
|
},
|
|
|
|
"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",
|
2020-11-04 20:38:16 +01:00
|
|
|
"build:umd:withAnalyzer": "cross-env NODE_ENV=production ANALYZER=true webpack --config webpack.prod.config.js",
|
2021-03-18 18:27:00 +01:00
|
|
|
"pack": "yarn build:umd && yarn pack"
|
2020-08-20 16:45:20 +02:00
|
|
|
}
|
|
|
|
}
|