This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
89 lines (89 loc) · 2.59 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "vid-annot",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "4.1.2",
"@material-ui/icons": "4.2.1",
"@material-ui/lab": "4.0.0-alpha.17",
"@types/classnames": "2.2.8",
"@types/is-url": "1.2.28",
"@types/jest": "24.0.15",
"@types/lodash": "4.14.136",
"@types/node": "12.0.10",
"@types/prosemirror-commands": "1.0.1",
"@types/prosemirror-inputrules": "1.0.2",
"@types/prosemirror-keymap": "1.0.1",
"@types/prosemirror-model": "1.7.2",
"@types/prosemirror-state": "1.2.3",
"@types/react": "16.8.22",
"@types/react-dom": "16.8.4",
"@types/react-router-dom": "4.3.4",
"@types/seedrandom": "2.4.28",
"@types/youtube": "0.0.38",
"@typescript-eslint/eslint-plugin": "1.11.0",
"@typescript-eslint/parser": "1.11.0",
"babel-eslint": "10.0.1",
"classnames": "2.2.6",
"create-react-class": "^15.6.3",
"dropbox": "4.0.27",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-config-react-app": "^4.0.1",
"eslint-plugin-flowtype": "2.50.3",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "7.14.1",
"eslint-plugin-react-hooks": "^1.6.0",
"get-youtube-id": "^1.0.1",
"get-youtube-title": "^1.0.0",
"history": "4.9.0",
"immutable": "^4.0.0-rc.12",
"is-hotkey": "0.1.4",
"is-url": "1.2.4",
"lodash": "^4.17.11",
"material-ui-popup-state": "1.4.0",
"popper": "^1.0.1",
"prosemirror-example-setup": "^1.0.1",
"prosemirror-inputrules": "^1.0.4",
"prosemirror-keymap": "^1.0.1",
"prosemirror-markdown": "1.3.1",
"prosemirror-model": "^1.7.1",
"prosemirror-schema-basic": "^1.0.1",
"prosemirror-state": "1.2.3",
"prosemirror-tables": "0.8.1",
"prosemirror-utils": "0.9.2",
"prosemirror-view": "1.9.10",
"querystring": "^0.2.0",
"react": "16.8.6",
"react-contexify": "4.1.1",
"react-dom": "16.8.6",
"react-jss": "^8.6.1",
"react-modal": "^3.8.1",
"react-router": "5.0.1",
"react-router-dom": "5.0.1",
"react-scripts": "3.0.1",
"reactjs-popup": "1.4.1",
"redux": "^4.0.1",
"slug": "1.1.0",
"typescript": "^3.5.2"
},
"scripts": {
"eslint": "eslint \"src/**/*.ts{,x}\" && eslint \"extension/*.ts\"",
"start": "yarn eslint && react-scripts start",
"build": "yarn eslint && react-scripts build",
"test": "yarn eslint && react-scripts test",
"eject": "react-scripts eject",
"build_ext": "cd extension; yarn build; cd ..",
"build_ext_and_start": "concurrently \"yarn build_ext\" \"yarn start\""
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}