-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
95 lines (95 loc) · 2.67 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
{
"name": "cmp-front",
"version": "0.2.5",
"private": true,
"dependencies": {
"@blueprintjs/table": "^3.8.2",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"@rebass/forms": "^4.0.6",
"@rebass/layout": "^4.0.6",
"@theme-ui/preset-bulma": "^0.6.0",
"@types/katex": "^0.11.0",
"axios": "^0.21.1",
"bulma": "^0.8.0",
"clsx": "^1.1.1",
"cmp-visualizer": "1.1.5",
"final-form": "^4.17.0",
"history": "^4.9.0",
"immutable": "^4.0.0-rc.12",
"js-cookie": "^2.2.1",
"katex": "^0.13.0",
"moment": "^2.24.0",
"normalizr": "^3.4.0",
"notistack": "1.0.1",
"polished": "^4.1.1",
"react": "^16.8.6",
"react-breadcrumbs-dynamic": "^1.2.0",
"react-dom": "^16.8.6",
"react-draggable": "^4.2.0",
"react-final-form": "^6.3.0",
"react-jdenticon": "0.0.8",
"react-onclickoutside": "^6.9.0",
"react-redux": "^7.1.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.0.1",
"react-select": "^5.0.0",
"react-table": "^7.6.2",
"react-through": "^1.1.3",
"react-transition-group": "^4.2.1",
"react-xml-viewer": "^1.3.0",
"rebass": "^4.0.7",
"redux": "^4.0.1",
"redux-promise-middleware": "^6.1.1",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"styled-components": "^5.3.1",
"yup": "^0.32.9"
},
"scripts": {
"analyze": "npm run build && source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@types/js-cookie": "^2.2.4",
"@types/lodash": "^4.14.136",
"@types/node": "12.0.12",
"@types/react": "16.8.23",
"@types/react-breadcrumbs-dynamic": "^1.0.2",
"@types/react-dom": "16.8.4",
"@types/react-onclickoutside": "^6.7.3",
"@types/react-redux": "^7.1.1",
"@types/react-router-dom": "^5.1.5",
"@types/react-transition-group": "^4.2.0",
"@types/rebass": "^4.0.8",
"@types/rebass__forms": "^4.0.4",
"@types/rebass__layout": "^4.0.0",
"@types/redux-logger": "^3.0.7",
"@types/styled-components": "^5.1.9",
"lodash": "^4.17.14",
"node-sass": "4.14.1",
"redux-logger": "^3.0.6",
"source-map-explorer": "^2.5.0",
"typescript": "^3.5.3"
}
}