-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
52 lines (52 loc) · 1.5 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
{
"name": "curate_science",
"version": "0.1.0",
"description": "Curate Science Webapp",
"main": "index.js",
"repository": "https://github.com/ScienceCommons/curate_science.git",
"author": "CurateScience.org",
"license": "MIT",
"scripts": {
"start": "webpack --mode development",
"test": "python manage.py test"
},
"dependencies": {
"@fancyapps/fancybox": "^3.5.7",
"@material-ui/core": "^4.3.3",
"@material-ui/icons": "^4.2.1",
"css-loader": "^1.0.1",
"eslint": "^5.14.0",
"html-webpack-plugin": "^3.2.0",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"material-ui-chip-input": "^2.0.0-beta.1",
"moment-timezone": "^0.5.23",
"numbro": "^2.1.2",
"path": "^0.12.7",
"query-string": "^6.2.0",
"react": "^16.9.0",
"react-cookie": "^4.0.1",
"react-debounce-input": "^3.2.0",
"react-dom": "^16.9.0",
"react-dropzone": "^10.1.10",
"react-responsive-carousel": "^3.1.51",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-router-hash-link": "^1.2.2",
"react-select": "^3.0.3",
"typeface-roboto": "^0.0.54",
"unstated-next": "^1.1.0",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.2.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"react-svg-loader": "^2.1.0",
"style-loader": "^0.23.1"
}
}