-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
85 lines (85 loc) · 2.37 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
{
"name": "class-transcribe-botfrontend",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "git+ssh://github.com/classtranscribe/FrontEnd_BOT.git"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"lint": "cross-env NODE_ENV=production eslint .",
"lint:quiet": "yarn lint --quiet",
"lint:fix": "yarn lint --fix",
"lint:fix:quiet": "yarn lint:fix --quiet",
"prettier": "prettier --list-different \"**/*.{js,jsx,ts,tsx}\"",
"prettier:fix": "prettier --write \"**/*.{js,jsx,ts,tsx}\""
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@material-ui/core": "^4.9.14",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.54",
"axios": "^0.21.1",
"bootstrap": "^4.4.1",
"classnames": "^2.2.6",
"dva": "^2.4.1",
"hls.js": "^1.0.2",
"jquery": "^3.6.0",
"js-file-download": "^0.4.12",
"lodash": "^4.17.21",
"moment": "^2.24.0",
"pico-ui": "^0.0.13",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-ace": "^8.1.0",
"react-beautiful-dnd": "^13.0.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-dates": "^20.3.0",
"react-device-detect": "^1.11.14",
"react-dom": "^16.12.0",
"react-dropzone": "^10.1.5",
"react-file-reader": "^1.1.4",
"react-image-magnifiers": "^1.4.0",
"react-meta-tags": "^0.7.4",
"react-overflow-wrapper": "^0.4.3",
"react-scripts": "3.0.1",
"react-speech-kit": "^3.0.1",
"semantic-ui-react": "^0.87.3",
"uuid": "^7.0.2"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-eslint": "10.0.1",
"cross-env": "^7.0.2",
"eslint": "5.16.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"lint-staged": "^10.2.4",
"node-sass": "^4.13.1",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"react-app-rewired": "^2.1.8"
}
}