-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 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
{
"name": "OASYS",
"version": "1.2.0",
"private": true,
"dependencies": {
"@coreui/coreui": "^2.0.4",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
"@coreui/react": "^2.0.5",
"@fortawesome/fontawesome-svg-core": "^1.2.2",
"@fortawesome/free-brands-svg-icons": "^5.2.0",
"@fortawesome/free-solid-svg-icons": "^5.2.0",
"@fortawesome/react-fontawesome": "^0.1.2",
"@kyso/react-jupyter": "^0.6.0",
"@material-ui/core": "^1.5.1",
"ajv": "^6.5.2",
"chart.js": "^2.7.2",
"chartjs": "^0.3.24",
"d3": "^3.5.17",
"deep-equal": "^1.0.1",
"eslint": "^5.4.0",
"firebase": "^5.2.0",
"font-awesome": "^4.7.0",
"function-plot": "^1.18.1",
"history": "^4.7.2",
"i": "^0.3.6",
"immutability-helper": "^2.7.1",
"install": "^0.12.1",
"is-email": "^1.0.0",
"is-url": "^1.2.4",
"is-uuid": "^1.0.2",
"jquery": "^3.3.1",
"js-sha256": "^0.9.0",
"katex": "^0.10.0-rc.1",
"libmoji": "^2.3.0",
"material-ui": "^0.20.2",
"mdbreact": "^4.7.0",
"node-sass": "^4.9.2",
"nouislider-react": "^1.5.0",
"npm": "^6.4.0",
"prop-types": "^15.6.2",
"quill": "^1.3.6",
"rangeslider-js": "^3.1.2",
"react": "^16.4.0",
"react-chartjs-2": "^2.7.4",
"react-display-name": "^0.2.4",
"react-dom": "^16.4.0",
"react-iframe": "^1.2.0",
"react-katex": "^2.0.2",
"react-loadable": "^5.5.0",
"react-media": "^1.8.0",
"react-player": "^1.6.4",
"react-pose": "^2.2.3",
"react-progressive-image": "^0.3.0",
"react-quill": "^1.2.7",
"react-router-dom": "^4.3.1",
"react-scripts": "^1.1.5",
"react-scrollable-anchor": "^0.6.1",
"react-select": "^2.0.0",
"react-share": "^2.3.0",
"react-spinners": "^0.4.4",
"react-tooltip": "^3.6.1",
"react-truncate": "^2.4.0",
"react-visibility-sensor": "^3.11.1",
"reactstrap": "^6.3.1",
"redux-zero": "^4.13.1",
"sass-loader": "^7.1.0",
"scroll-into-view": "^1.9.3",
"simple-line-icons": "^2.4.1",
"taucharts": "^0.9.4",
"taucharts-react": "^1.1.0",
"uuid": "^3.3.2",
"yarn": "^1.7.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "npm run build && firebase deploy"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.2.0",
"why-did-you-update": "^0.1.1"
}
}