mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Merge branch 'master' into issue-68
This commit is contained in:
commit
f5c923ab01
3 changed files with 10 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"name": "react",
|
||||
"homepage": "https://www.excalidraw.com",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"keywords": [],
|
||||
|
@ -14,6 +15,7 @@
|
|||
"devDependencies": {
|
||||
"@types/react": "16.9.17",
|
||||
"@types/react-dom": "16.9.4",
|
||||
"gh-pages": "2.1.1",
|
||||
"husky": "3.1.0",
|
||||
"lint-staged": "9.5.0",
|
||||
"prettier": "1.19.1",
|
||||
|
@ -24,6 +26,7 @@
|
|||
"build": "react-scripts build",
|
||||
"test": "react-scripts test --env=jsdom --passWithNoTests",
|
||||
"eject": "react-scripts eject"
|
||||
"deploy": "react-scripts build && gh-pages -d build"
|
||||
},
|
||||
"browserslist": [
|
||||
">0.2%",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue