-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.42 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.42 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
{
"name": "husky-code-core",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development --open --hot",
"build": "webpack --mode production"
},
"browser": {
"fs": "fs-es6"
},
"proxy": "http://localhost:3000",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.6.2",
"fs-es6": "0.0.2",
"fstream": "^1.0.12",
"i": "^0.3.6",
"monaco-editor-webpack-plugin": "^1.7.0",
"net": "^1.0.2",
"npm": "^6.10.2",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-loader-spinner": "^2.3.0",
"react-monaco": "0.1.0-alpha.0",
"react-monaco-editor": "^0.25.1",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.0.1",
"redux": "^4.0.4",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"tar": "^4.4.10",
"tls": "0.0.1",
"typescript": "^3.4.5",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.3.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"cors": "^2.8.5",
"css-loader": "^2.1.1",
"fs": "0.0.1-security",
"html-webpack-plugin": "^3.2.0",
"json-loader": "^0.5.7",
"style-loader": "^0.23.1"
}
}