-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
55 lines (55 loc) · 1.66 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "annotate",
"version": "2.0.0",
"license": "MIT",
"author": {
"name": "Amr Elsayed",
"url": "https://AmrEsyd.com"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"dependencies": {
"@airtable/blocks": "0.0.55",
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"@sindresorhus/is": "^3.1.2",
"emoji-mart": "^3.0.0",
"fabric-pure-browser": "^4.1.0",
"grapheme-splitter": "^1.0.4",
"hotkeys-js": "^3.8.1",
"lodash": "^4.17.20",
"lz-string": "^1.4.4",
"pretty-ms": "^7.0.0",
"rc-notification": "^4.4.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-fast-compare": "^3.2.0",
"react-icons": "^3.11.0",
"tslib": "^2.0.1",
"use-debounce": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@types/emoji-mart": "^3.0.2",
"@types/fabric": "^3.6.8",
"@types/lz-string": "^1.3.34",
"@types/node": "^14.6.3",
"@types/react-virtualized": "^9.21.10",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"eslint": "^7.8.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"prettier": "^2.1.1",
"typescript": "^4.0.2"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
"prettier": "prettier --write src",
"typecheck": "tsc -w -p ./src --noEmit"
}
}