-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "FRBCat-web",
"version": "2.1.1",
"description": "FRB Catalog Web frontend",
"main": "server.js",
"license": "Apache-2.0",
"scripts": {
"webpack-dev": "webpack",
"webpack": "webpack -p",
"start": "node server.js",
"release": "npm-github-release"
},
"repository": {
"type": "git",
"url": "https://github.com/TRASAL/frbcat-web"
},
"author": "Ronald van Haren, Netherlands eScience Center",
"dependencies": {
"compression": "^1.7.2",
"express": "^4.16.3",
"fs": "0.0.1-security",
"path": "^0.12.7",
"pg": "^7.4.1",
"react-grid-gallery": "^0.4.8",
"react-images": "^0.5.17"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bootstrap": "^4.1.2",
"react": "^16.2.1",
"react-bootstrap": "^0.32.1",
"react-bootstrap-table": "^4.3.1",
"react-dom": "^16.2.1",
"react-modal": "^3.3.2",
"release-it": "^10.0.7",
"update-to-latest": "^1.0.0",
"webpack": "^4.29.1",
"webpack-cli": "^3.2.3"
}
}