-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
78 lines (78 loc) · 2.07 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
{
"name": "gitcourse-core",
"version": "0.5.6",
"description": "A front framework which can present courses made by git repositories",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/kfcoding/gitcourse.git"
},
"keywords": [
"git",
"course",
"docker"
],
"author": "kfcoding.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/kfcoding/gitcourse/issues"
},
"homepage": "https://github.com/kfcoding/gitcourse",
"dependencies": {
"@pinyin/measure": "^0.0.14",
"antd": "^3.16.3",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.0",
"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",
"pify": "^4.0.1",
"react": "^16.8.6",
"react-app-rewired": "^2.1.1",
"react-dom": "^16.8.6",
"react-full-screen": "^0.2.4",
"react-loading": "^2.0.3",
"react-markdown": "^4.0.8",
"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": {
"build": "webpack",
"test": "jest --colors --coverage"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/node": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-syntax-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/preset-react": "^7.9.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"css-loader": "^3.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"jest": "^23.6.0",
"style-loader": "^0.23.1",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.11"
}
}