mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-10 11:35:52 +01:00
1ec3946ed6
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.1.1 to 25.1.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
94 lines
2.2 KiB
JSON
94 lines
2.2 KiB
JSON
{
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"dependencies": {
|
|
"browser-nativefs": "0.2.0",
|
|
"i18next-browser-languagedetector": "4.0.1",
|
|
"nanoid": "2.1.11",
|
|
"react": "16.12.0",
|
|
"react-dom": "16.12.0",
|
|
"react-scripts": "3.3.1",
|
|
"roughjs": "4.0.4"
|
|
},
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@types/jest": "25.1.2",
|
|
"@types/nanoid": "2.1.0",
|
|
"@types/react": "16.9.19",
|
|
"@types/react-dom": "16.9.5",
|
|
"eslint": "6.8.0",
|
|
"eslint-config-prettier": "6.10.0",
|
|
"eslint-plugin-prettier": "3.1.2",
|
|
"husky": "4.2.1",
|
|
"lint-staged": "10.0.7",
|
|
"node-sass": "4.13.1",
|
|
"prettier": "1.19.1",
|
|
"rewire": "4.0.1",
|
|
"typescript": "3.7.5"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"prettier",
|
|
"react-app"
|
|
],
|
|
"plugins": [
|
|
"prettier"
|
|
],
|
|
"rules": {
|
|
"curly": "warn",
|
|
"no-console": [
|
|
"warn",
|
|
{
|
|
"allow": [
|
|
"warn",
|
|
"error",
|
|
"info"
|
|
]
|
|
}
|
|
],
|
|
"no-else-return": "warn",
|
|
"no-useless-return": "warn",
|
|
"prefer-const": [
|
|
"warn",
|
|
{
|
|
"destructuring": "all"
|
|
}
|
|
],
|
|
"prefer-template": "warn",
|
|
"prettier/prettier": "warn"
|
|
}
|
|
},
|
|
"homepage": "https://excalidraw.com",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"main": "src/index.js",
|
|
"name": "excalidraw",
|
|
"scripts": {
|
|
"build": "react-scripts build",
|
|
"build-node": "./scripts/build-node.js",
|
|
"eject": "react-scripts eject",
|
|
"fix": "npm run fix:other && npm run fix:code",
|
|
"fix:code": "npm run test:code -- --fix",
|
|
"fix:other": "npm run prettier -- --write",
|
|
"prettier": "prettier \"**/*.{css,scss,json,md,html,yml}\" --ignore-path=.eslintignore",
|
|
"start": "react-scripts start",
|
|
"test": "npm run test:app",
|
|
"test:app": "react-scripts test --env=jsdom --passWithNoTests",
|
|
"test:code": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx .",
|
|
"test:other": "npm run prettier -- --list-different"
|
|
},
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/excalidraw/excalidraw.git"
|
|
}
|
|
}
|