-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
82 lines (82 loc) · 2.37 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
{
"name": "@convergence/admin-console",
"description": "The Convergence Admin Console",
"version": "1.0.0-rc.13",
"author": {
"name": "Convergence Labs, Inc.",
"email": "info@convergencelabs.com",
"url": "https://convergencelabs.com"
},
"repository": {
"type": "git",
"url": "https://github.com/convergencelabs/convergence-admin-console.git"
},
"bugs": "https://github.com/convergencelabs/convergence-admin-console/issues",
"private": true,
"license": "GPL-3.0",
"scripts": {
"dist": "node scripts/dist.js",
"clean": "rm -rf build dist",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"homepage": ".",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {},
"devDependencies": {
"@ant-design/icons": "4.6.2",
"@babel/core": "^7.13.0",
"@convergence/convergence": "1.0.0-rc.12",
"@convergence/string-change-detector": "0.1.8",
"@fortawesome/fontawesome-svg-core": "1.2.35",
"@fortawesome/free-regular-svg-icons": "5.15.3",
"@fortawesome/free-solid-svg-icons": "5.15.3",
"@fortawesome/react-fontawesome": "0.1.14",
"@types/classnames": "2.3.1",
"@types/jest": "24.0.22",
"@types/md5": "2.3.0",
"@types/node": "10.12.18",
"@types/react": "16.14.8",
"@types/react-copy-to-clipboard": "5.0.0",
"@types/react-dom": "16.9.9",
"@types/react-highlight": "0.12.2",
"@types/react-onclickoutside": "6.7.3",
"@types/react-router-dom": "5.1.7",
"@types/react-transition-group": "4.4.1",
"@types/superagent": "4.1.11",
"ace-builds": "1.4.12",
"antd": "4.16.0",
"bump-regex": "4.1.0",
"classnames": "2.3.1",
"fs-extra": "10.0.0",
"install": "0.13.0",
"md5": "2.3.0",
"mobx": "6.3.2",
"mobx-react": "7.2.0",
"moment": "2.29.1",
"node-sass": "^6.0.0",
"query-string": "6.13.1",
"react": "16.14.0",
"react-ace": "9.4.0",
"react-copy-to-clipboard": "5.0.3",
"react-dom": "16.14.0",
"react-highlight": "0.14.0",
"react-onclickoutside": "6.11.2",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.3",
"react-transition-group": "4.4.2",
"rxjs": "^6.6.3",
"superagent": "6.1.0",
"typescript": "4.3.2"
}
}