-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.28 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
{
"name": "FRBCat-web",
"version": "2.1.0",
"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/AA-ALERT/frbcat-web"
},
"author": "Ronald van Haren, Netherlands eScience Center",
"dependencies": {
"compression": "^1.7.2",
"express": "^4.16.3",
"fs": "0.0.1-security",
"oracledb": "^2.3.0",
"path": "^0.12.7",
"pg": "^7.4.1",
"react-bootstrap-table-next": "^0.1.13",
"react-bootstrap-table2-filter": "^0.3.0",
"react-bootstrap-table2-paginator": "^0.1.4",
"react-schema-based-json-editor": "^7.15.1",
"react-select": "^1.2.1"
},
"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.0.0",
"npm-github-release": "^0.9.0",
"react": "^16.2.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.2.0",
"react-modal": "^3.3.2",
"update-to-latest": "^1.0.0",
"webpack": "^4.12.1",
"webpack-cli": "^3.0.8"
}
}