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 18:19:35 +05:30
|
|
|
"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": {
|
2022-01-05 15:54:34 +05:30
|
|
|
"@babel/core": "7.16.7",
|
2021-10-31 10:00:11 +00:00
|
|
|
"@babel/plugin-transform-arrow-functions": "7.16.0",
|
2021-12-31 02:47:16 +02:00
|
|
|
"@babel/plugin-transform-async-to-generator": "7.16.5",
|
2021-06-24 01:26:44 +05:30
|
|
|
"@babel/plugin-transform-runtime": "^7.14.5",
|
2022-01-07 11:59:46 +05:30
|
|
|
"@babel/plugin-transform-typescript": "7.16.7",
|
2021-11-24 16:55:14 +00:00
|
|
|
"@babel/preset-env": "7.16.4",
|
2022-01-07 12:42:48 +05:30
|
|
|
"@babel/preset-typescript": "7.16.7",
|
2021-10-29 11:32:52 +00:00
|
|
|
"babel-loader": "8.2.3",
|
2020-08-20 16:45:20 +02:00
|
|
|
"babel-plugin-transform-class-properties": "6.24.1",
|
2020-12-15 02:13:19 +05:30
|
|
|
"cross-env": "7.0.3",
|
2021-11-08 18:40:18 +01:00
|
|
|
"css-loader": "6.5.1",
|
2020-12-15 02:13:19 +05:30
|
|
|
"file-loader": "6.2.0",
|
2021-12-13 11:42:29 +05:30
|
|
|
"sass-loader": "12.4.0",
|
2021-10-29 11:13:03 +00:00
|
|
|
"ts-loader": "9.2.6",
|
2021-12-13 11:42:03 +05:30
|
|
|
"webpack": "5.65.0",
|
2021-11-01 10:05:03 +00:00
|
|
|
"webpack-bundle-analyzer": "4.5.0",
|
2021-11-01 13:09:32 +00:00
|
|
|
"webpack-cli": "4.9.1"
|
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-05 01:08:16 +05:30
|
|
|
"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
|
|
|
}
|
|
|
|
}
|