-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 3.62 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 3.62 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "youtilities",
"version": "0.1.0",
"private": true,
"dependencies": {
"@dash4/react-xterm": "^0.8.4",
"@material-ui/core": "^4.10.0",
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/axios": "^0.14.0",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/query-string": "^6.3.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.9",
"@types/react-resize-detector": "^4.2.0",
"@types/react-router-dom": "^5.1.5",
"@types/react-select": "^3.0.21",
"@types/redux-logger": "^3.0.8",
"@types/socket.io-client": "^1.4.33",
"axios": "^0.19.2",
"chai": "^4.2.0",
"classnames": "^2.2.6",
"clsx": "^1.1.0",
"draft-js": "^0.11.6",
"draft-js-export-html": "^1.4.1",
"express-ws": "^4.0.0",
"framer-motion": "^1.11.0",
"history": "^4.10.1",
"lodash": "^4.17.21",
"moment": "^2.29.0",
"node-pty": "^0.9.0",
"postcss-import": "^12.0.1",
"query-string": "^7.0.1",
"randomcolor": "^0.6.2",
"react": "^16.13.1",
"react-ace": "^9.0.0",
"react-countdown": "^2.3.1",
"react-datetime-picker": "^3.0.4",
"react-dom": "^16.13.1",
"react-draft-wysiwyg": "^1.14.5",
"react-hook-form": "^5.7.2",
"react-horizontal-scrolling-menu": "0.7.8",
"react-html-parser": "^2.0.2",
"react-icons": "^3.10.0",
"react-loader-spinner": "^3.1.14",
"react-modal": "^3.11.2",
"react-paginate": "^7.1.0",
"react-redux": "^7.2.0",
"react-resize-detector": "^4.2.3",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-select": "^3.1.0",
"react-split-pane": "^0.1.91",
"react-tag-autocomplete": "^6.2.0",
"react-toastify": "^6.0.5",
"react-top-loading-bar": "^2.0.1",
"react-transition-group": "^4.4.1",
"react-xterm": "^2.0.4",
"reactjs-popup": "^2.0.4",
"recoil": "^0.0.7",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-reset": "^0.3.0",
"redux-thunk": "^2.3.0",
"socket.io-client": "^2.3.0",
"typeface-roboto": "^0.0.75",
"typescript": "^3.9.7",
"use-react-router-breadcrumbs": "^1.0.5",
"xterm": "^4.6.0",
"xterm-addon-fit": "^0.4.0",
"xterm-addon-web-links": "^0.4.0",
"xterm-for-react": "^1.0.4"
},
"scripts": {
"start": "npm run watch:css & react-scripts start",
"build": "npm run watch:css & react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build:css": "postcss src/styles/tailwind.css -o src/styles/app.css",
"watch:css": "postcss src/styles/tailwind.css -o src/styles/app.css -w",
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix"
},
"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"
]
},
"devDependencies": {
"@types/lodash": "^4.14.170",
"@types/react-tag-autocomplete": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"autoprefixer": "^9.8.0",
"babel-plugin-module-resolver": "^4.0.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-babel-module": "^5.1.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"postcss-cli": "^7.1.1",
"prettier": "^2.0.5",
"tailwindcss": "^1.4.6"
}
}