-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.43 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
{
"name": "react.template",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/charts": "^1.4.2",
"@antv/x6": "^1.30.2",
"@babel/plugin-proposal-decorators": "^7.12.12",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@tinymce/tinymce-react": "^4.2.0",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "17.0.2",
"@types/react-dom": "^16.9.8",
"@types/react-router-config": "^5.0.2",
"@types/react-router-dom": "^5.1.7",
"antd": "4.24.1",
"axios": "0.20.0",
"biguint-format": "^1.0.2",
"customize-cra": "^1.0.0",
"data-request": "^1.1.1",
"echarts": "^5.4.1",
"flake-idgen": "^1.4.0",
"http-proxy-middleware": "^2.0.6",
"is-hotkey": "^0.2.0",
"less": "^4.1.0",
"less-loader": "^7.3.0",
"moment": "^2.29.4",
"oidc-client": "^1.11.3",
"qiankun": "^2.4.0",
"react": "^17.0.1",
"react-app-rewired": "^2.1.8",
"react-dnd": "^15.1.1",
"react-dnd-html5-backend": "^15.1.2",
"react-dom": "^17.0.1",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"slate": "^0.82.1",
"slate-history": "^0.66.0",
"slate-react": "^0.83.0",
"typescript": "^4.0.3",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"lint:ts": "tslint --fix -c ./tslint.json 'src/**/*.{ts,tsx}'"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"rules": {
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": "off",
"no-template-curly-in-string": "off",
"react-hooks/exhaustive-deps": "off"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/nprogress": "^0.2.0",
"guid-typescript": "^1.0.9",
"inversify": "^5.0.5",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"reflect-metadata": "^0.1.13",
"style-resources-loader": "^1.4.1",
"tslint": "^6.1.3",
"tslint-react": "^5.0.0"
}
}