2020-08-20 16:45:20 +02:00
|
|
|
{
|
|
|
|
"name": "@excalidraw/excalidraw",
|
|
|
|
"version": "0.7.0",
|
|
|
|
"main": "dist/excalidraw.min.js",
|
|
|
|
"files": [
|
|
|
|
"dist/*"
|
|
|
|
],
|
|
|
|
"description": "Excalidraw as a React component",
|
|
|
|
"license": "MIT",
|
|
|
|
"keywords": [
|
|
|
|
"excalidraw",
|
|
|
|
"excalidraw-embed",
|
|
|
|
"react",
|
|
|
|
"npm",
|
|
|
|
"npm excalidraw"
|
|
|
|
],
|
|
|
|
"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"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2020-10-18 23:06:25 +05:30
|
|
|
"react": "^16.13.1",
|
|
|
|
"react-dom": "^16.13.1"
|
2020-08-20 16:45:20 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "7.9.0",
|
|
|
|
"@babel/plugin-transform-arrow-functions": "7.8.3",
|
|
|
|
"@babel/plugin-transform-async-to-generator": "7.8.3",
|
2020-10-25 18:56:09 +05:30
|
|
|
"@babel/plugin-transform-runtime": "7.12.1",
|
2020-08-20 16:45:20 +02:00
|
|
|
"@babel/plugin-transform-typescript": "7.9.4",
|
|
|
|
"@babel/preset-env": "7.9.5",
|
|
|
|
"@babel/preset-react": "7.9.4",
|
|
|
|
"@babel/preset-typescript": "7.9.0",
|
|
|
|
"babel-loader": "8.1.0",
|
|
|
|
"babel-plugin-transform-class-properties": "6.24.1",
|
|
|
|
"cross-env": "7.0.2",
|
|
|
|
"css-loader": "3.5.2",
|
|
|
|
"file-loader": "6.0.0",
|
|
|
|
"mini-css-extract-plugin": "0.8.0",
|
|
|
|
"sass-loader": "8.0.2",
|
|
|
|
"terser-webpack-plugin": "2.3.5",
|
|
|
|
"ts-loader": "7.0.0",
|
|
|
|
"webpack": "4.42.0",
|
2020-10-25 18:56:09 +05:30
|
|
|
"webpack-bundle-analyzer": "3.9.0",
|
2020-08-20 16:45:20 +02:00
|
|
|
"webpack-cli": "3.3.11"
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"pack": "npm run build:umd && npm pack"
|
|
|
|
}
|
|
|
|
}
|