forked from bibbox/sys-bibbox-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·27 lines (27 loc) · 752 Bytes
/
package.json
File metadata and controls
executable file
·27 lines (27 loc) · 752 Bytes
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
{
"dependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-react": "^6.16.0",
"chart.js": "^2.3.0",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"image-webpack-loader": "^3.0.0",
"jquery": "^3.1.1",
"json-loader": "^0.5.4",
"node-sass": "^3.11.2",
"react": "^15.3.2",
"react-chartjs-2": "^1.5.0",
"react-checkbox-group": "^3.0.1",
"react-dom": "^15.3.2",
"react-markdown": "^2.4.2",
"react-tag-input": "^4.4.0",
"react-tinymce": "^0.5.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.3"
}
}