-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
135 lines (135 loc) · 3.87 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
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "vss-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@blueprintjs/core": "^3.21.0",
"@blueprintjs/table": "^3.8.3",
"@ckeditor/ckeditor5-build-classic": "^20.0.0",
"@ckeditor/ckeditor5-react": "^2.0.0",
"axios": "^0.19.0",
"browserfs": "^1.4.3",
"ckeditor4-react": "^1.0.0",
"codemirror": "^5.49.2",
"emittery": "^0.7.0",
"git": "^0.1.5",
"hotkeys-js": "^3.7.3",
"is-buffer": "^2.0.4",
"isomorphic-git": "^1.5.0",
"js-file-download": "^0.4.8",
"jszip": "^3.2.2",
"lodash": "^4.17.15",
"monaco-editor": "^0.20.0",
"monaco-editor-webpack-plugin": "^1.9.0",
"node-sass": "^4.13.0",
"prism-react-renderer": "^1.0.2",
"randomstring": "^1.1.5",
"react": "^16.11.0",
"react-blockly-updated": "^0.3.19",
"react-codemirror2": "^7.2.1",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.11.0",
"react-draggable": "^4.2.0",
"react-hackterm": "^1.2.5",
"react-json-view": "^1.19.1",
"react-markdown": "^4.2.2",
"react-mde": "^10.1.0",
"react-mosaic-component": "^4.1.1",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scrollbar": "^0.5.6",
"redux": "^4.0.4",
"require-from-string": "^2.0.2",
"showdown": "^1.9.1",
"sjcl": "^1.0.8",
"styled-components": "^5.1.1",
"web-resource-inliner": "^4.3.4"
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js"
},
"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": {
"@babel/core": "7.10.3",
"@svgr/webpack": "5.4.0",
"@types/classnames": "^2.2.9",
"@types/codemirror": "^0.0.96",
"@types/jszip": "^3.1.6",
"@types/lodash": "^4.14.149",
"@types/node": "^14.0.14",
"@types/randomstring": "^1.1.6",
"@types/react": "^16.9.16",
"@types/react-custom-scrollbars": "^4.0.6",
"@types/react-dom": "^16.9.4",
"@types/react-redux": "^7.1.5",
"@types/react-router-dom": "^5.1.3",
"@types/sjcl": "^1.0.28",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"babel-plugin-named-asset-import": "^0.3.4",
"babel-preset-react-app": "^9.0.2",
"camelcase": "^6.0.0",
"case-sensitive-paths-webpack-plugin": "2.3.0",
"css-loader": "3.6.0",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"eslint": "^7.3.1",
"eslint-config-react-app": "^5.0.2",
"eslint-loader": "4.0.2",
"eslint-plugin-flowtype": "5.1.3",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-react": "7.20.1",
"eslint-plugin-react-hooks": "^4.0.4",
"file-loader": "6.0.0",
"fs-extra": "9.0.1",
"html-webpack-plugin": "4.3.0",
"identity-obj-proxy": "3.0.0",
"is-wsl": "^2.2.0",
"mini-css-extract-plugin": "0.9.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"pnp-webpack-plugin": "1.6.4",
"postcss-flexbugs-fixes": "4.2.1",
"postcss-loader": "3.0.0",
"postcss-normalize": "9.0.0",
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "4.0.2",
"react-app-polyfill": "^1.0.4",
"react-dev-utils": "^9.1.0",
"resolve": "1.17.0",
"resolve-url-loader": "3.1.1",
"sass-loader": "8.0.2",
"semver": "7.3.2",
"style-loader": "1.2.1",
"terser-webpack-plugin": "3.0.6",
"ts-pnp": "1.2.0",
"typescript": "3.9.5",
"url-loader": "4.1.0",
"webpack": "4.43.0",
"webpack-dev-server": "3.11.0",
"webpack-manifest-plugin": "2.2.0",
"workbox-webpack-plugin": "5.1.3"
},
"babel": {
"presets": [
"react-app"
]
}
}