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": {
|
2021-02-07 09:52:55 +02:00
|
|
|
"@babel/core": "7.12.13",
|
2021-02-07 07:58:51 +00:00
|
|
|
"@babel/plugin-transform-arrow-functions": "7.12.13",
|
2021-02-07 08:55:43 +00:00
|
|
|
"@babel/plugin-transform-async-to-generator": "7.12.13",
|
2020-12-15 02:13:19 +05:30
|
|
|
"@babel/plugin-transform-runtime": "^7.12.10",
|
2021-02-07 08:12:48 +00:00
|
|
|
"@babel/plugin-transform-typescript": "7.12.13",
|
2020-12-20 15:19:20 +05:30
|
|
|
"@babel/preset-env": "7.12.11",
|
2020-12-15 02:13:19 +05:30
|
|
|
"@babel/preset-typescript": "7.12.7",
|
|
|
|
"babel-loader": "8.2.2",
|
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",
|
|
|
|
"file-loader": "6.2.0",
|
2021-02-07 09:42:20 +02:00
|
|
|
"ts-loader": "8.0.15",
|
2021-02-07 07:52:22 +00:00
|
|
|
"webpack": "5.21.1",
|
2021-01-24 08:58:30 +00:00
|
|
|
"webpack-bundle-analyzer": "4.4.0",
|
2021-02-07 09:42:51 +02:00
|
|
|
"webpack-cli": "4.5.0"
|
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",
|
2020-08-20 16:45:20 +02:00
|
|
|
"pack": "npm run build:umd && npm pack"
|
|
|
|
}
|
|
|
|
}
|