-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
142 lines (142 loc) · 3.99 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "mlmodelscope",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^2.1.1",
"@ant-design/icons-react": "^2.0.1",
"@antv/component": "^0.3.8",
"@antv/data-set": "^0.10.2",
"@antv/f2": "^3.4.2",
"@antv/g2": "^3.5.9",
"@antv/g6": "^3.1.3",
"@glorious/demo": "^0.8.1",
"@hocs/debounce-handler": "^0.5.0",
"@hocs/throttle-handler": "^0.5.0",
"@hocs/with-debugger": "^0.4.0",
"@hocs/with-log": "^0.5.0",
"@hocs/with-page-visibility-props": "^0.4.0",
"@ibm/plex": "^3.0.0",
"@uppy/react": "^1.3.2",
"ant-design-pro": "^2.3.2",
"antd": "^3.24.2",
"antd-mobile": "^2.3.1",
"avataaars": "^1.2.1",
"axios": "^0.19.0",
"base-64": "^0.1.0",
"bizcharts": "^3.5.5",
"color": "^3.1.2",
"culori": "^0.10.1",
"d3-flame-graph": "^2.1.3",
"enquire.js": "^2.1.6",
"error-handler-hoc": "^1.3.2",
"fetch-hoc": "^0.5.0",
"gg-editor": "^3.0.0-beta.3",
"glamor": "^2.20.40",
"http-proxy-middleware": "^0.20.0",
"idx": "^2.5.6",
"image-js": "^0.21.7",
"is-promise": "^2.1.0",
"js-yaml": "^3.13.1",
"json-loader": "^0.5.7",
"konva": "^4.0.15",
"lodash": "^4.17.15",
"merge": ">=1.2.1",
"node-sass": "^4.12.0",
"nprogress": "^0.2.0",
"radium": "^0.26.0",
"rc-animate": "^2.10.1",
"rc-banner-anim": "^2.4.2",
"rc-queue-anim": "^1.8.2",
"rc-scroll-anim": "^2.6.2",
"rc-texty": "^0.2.0",
"rc-tween-one": "^2.6.5",
"react": "^16.10.2",
"react-app-polyfill": "^1.0.4",
"react-app-rewired": "^2.1.3",
"react-contextmenu": "^2.11.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.10.2",
"react-fittext": "^1.0.0",
"react-fns": "^1.4.0",
"react-helmet": "^5.2.1",
"react-iframe": "^1.8.0",
"react-konva": "^16.10.1-0",
"react-loadable": "^5.5.0",
"react-loads": "^8.3.8",
"react-markdown": "^4.2.2",
"react-metrics": "^2.4.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-sizes": "^2.0.0",
"react-syntax-highlighter": "^11.0.2",
"react-window-size": "^1.2.2",
"recompose": "^0.30.0",
"snappyjs": "^0.6.0",
"speedscope": "^1.5.2",
"styled-components": "^4.4.0",
"swagger-js-codegen": "^1.13.0",
"swagger-ts-generator": "^1.1.59",
"typeface-lato": "0.0.75",
"typeface-source-code-pro": "0.0.71",
"uppy": "^1.5.2",
"viser-react": "^2.4.6",
"viz.js": "^2.1.2",
"yaml-loader": "^0.5.0",
"yeast": "^0.1.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"copy:redirect": "cp ./_redirects build",
"netlify": "npm-run-all build copy:redirect",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"bundle": "npm-run-all clean:build build build:assets",
"build:swagger": "npm-run-all -p clean:swagger build:swaggeri",
"build:swaggeri": "node scripts/build_swagger.js",
"clean:swagger": "rimraf src/swagger",
"clean:build": "rimraf build",
"build:assets": "node scripts/build_go_assets.js"
},
"devDependencies": {
"@svgr/webpack": "^4.3.3",
"babel-plugin-import": "^1.12.2",
"babel-preset-flow": "^6.23.0",
"customize-cra": "^0.8.0",
"eslint-config-prettier": "^6.4.0",
"husky": "^3.0.9",
"image-webpack-loader": "^6.0.0",
"lint-staged": "^9.4.2",
"npm-run-all": "^4.1.5",
"raw-loader": "^3.1.0",
"react-app-rewire-idx": "^1.0.1",
"react-app-rewire-less": "^2.1.3",
"rimraf": "^3.0.0",
"tslint": "^5.20.0",
"tslint-loader": "^3.5.4"
},
"lint-staged": {
"src/**/*.{js,jsx}": [
"eslint --fix",
"prettier --parser flow --write",
"git add"
],
"src/**/*.css": [
"stylefmt",
"stylelint scss",
"git add"
],
"src/**/*.scss": [
"stylefmt",
"stylelint --syntax scss",
"git add"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}