This repository has been archived by the owner on Oct 8, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
66 lines (66 loc) · 1.98 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
{
"name": "@streamhut/web",
"version": "0.0.1",
"dependencies": {
"@material-ui/core": "3.9.2",
"@types/ansi-styles": "^3.2.1",
"@types/jest": "26.0.0",
"@types/lodash": "^4.14.157",
"@types/node": "14.0.13",
"@types/randomstring": "^1.1.6",
"@types/react": "16.9.38",
"@types/react-dom": "16.9.8",
"@types/react-router-dom": "5.1.5",
"@types/styled-components": "^5.1.1",
"ansi-styles": "3.2.1",
"arraybuffer-mime": "1.0.0",
"chalk": "2.4.2",
"clipboard": "2.0.4",
"hyperlinkify": "0.0.3",
"lodash": "4.17.11",
"mdi-material-ui": "5.10.0",
"moment": "2.24.0",
"prettysize": "2.0.0",
"randomstring": "1.1.5",
"react": "16.8.4",
"react-clipboard.js": "2.0.6",
"react-dom": "16.8.4",
"react-dropzone": "10.0.4",
"react-router-dom": "5.0.0",
"react-scripts": "2.1.8",
"screenfull": "5.0.2",
"string-to-arraybuffer": "1.0.2",
"styled-components": "4.1.3",
"typescript": "3.9.5",
"xterm": "3.12.2"
},
"scripts": {
"start": "HOST=0.0.0.0 PORT=3000 NODE_PATH=./ SKIP_PREFLIGHT_CHECK=true BROWSER=none react-scripts --max-old-space-size=4096 start",
"dev": "npm run start",
"build": "NODE_ENV=production NODE_PATH=./ SKIP_PREFLIGHT_CHECK=true GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "tslint --fix -c tslint.json src/*.{ts,tsx} src/**/*.{ts,tsx} src/**/**/*.{ts,tsx}"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint-config-standard": "10.2.1",
"eslint-config-standard-jsx": "6.0.2",
"eslint-config-standard-react": "5.0.0",
"standard": "12.0.1",
"standardx": "5.0.0",
"tslint": "5.20.0",
"tslint-config-standard": "8.0.1",
"tslint-etc": "1.5.6",
"tslint-origin-ordered-imports-rule": "1.2.2",
"tslint-react": "4.0.0"
}
}