forked from kfcoding/gitcourse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.89 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
{
"name": "gitcourse-open",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/polyfill": "^7.6.0",
"@babel/runtime": "^7.6.3",
"@pinyin/measure": "^0.0.14",
"antd": "^3.16.3",
"browserfs": "^1.4.3",
"customize-cra": "^0.2.12",
"isomorphic-git": "^0.54.0",
"mobx": "^5.9.4",
"mobx-react": "^5.4.3",
"mobx-state-tree": "^3.14.0",
"monaco-editor": "^0.18.1",
"pify": "^4.0.1",
"react": "^16.8.6",
"react-app-rewired": "^2.1.1",
"react-dom": "^16.8.6",
"react-loading": "^2.0.3",
"react-markdown": "^4.0.8",
"react-monaco-editor": "^0.31.1",
"react-onclickoutside": "^6.8.0",
"react-router-dom": "^5.0.0",
"react-scripts": "2.1.8",
"react-split-pane": "^0.1.87",
"react-syntax-highlighter": "^11.0.2",
"xterm": "^3.12.2"
},
"scripts": {
"start": "chmod +x ./env.sh && ./env.sh && cp env-config.js ./public/ && webpack-dev-server",
"build": "webpack"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"babel-plugin-import": "^1.12.2",
"babel-plugin-transform-runtime": "^6.23.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.2.0",
"file-loader": "^4.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"monaco-editor-webpack-plugin": "^1.7.0",
"style-loader": "^0.23.1",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"jest": "^23.6.0"
}
}