-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
133 lines (133 loc) Β· 4.2 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "bumblebee",
"version": "1.0.0",
"description": "Modern interface for http://ui.adslabs.org",
"homepage": "https://github.com/adsabs/bumblebee",
"bugs": {
"url": "https://github.com/adsabs/bumblebee/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/adsabs/bumblebee.git"
},
"scripts": {
"release": "grunt release && npm run sentry:sourcemaps",
"start": "docker compose --project-directory nginx up --build",
"dev": "APP_DIR=../src ENV=development docker compose --project-directory nginx up --build",
"test": "grunt --stack test",
"test:prod": "grunt --stack test:prod",
"test:debug": "grunt --stack test:debug",
"postinstall": "grunt setup",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org adsabs --project bumblebee ./dist && sentry-cli sourcemaps upload --org adsabs --project bumblebee ./dist"
},
"browserslist": [
"cover 99% in my stats"
],
"dependencies": {
"@hookform/resolvers": "^0.1.0",
"@sentry/cli": "^2.38.0",
"array-flat-polyfill": "^1.0.1",
"backbone": "^1.1.2",
"backbone-validation": "^0.11.3",
"backbone.marionette": "^2.4.5",
"backbone.stickit": "^0.9.2",
"backbone.wreqr": "^1.4.0",
"bootstrap-sass": "^3.3.7",
"bowser": "^2.11.0",
"clipboard": "^1.7.1",
"d3": "^3.5.17",
"d3-cloud": "^1.2.5",
"diff": "^4.0.2",
"file-saver": "^1.3.8",
"font-awesome": "^4.7.0",
"hotkeys-js": "^3.7.3",
"jquery": "^2.2.4",
"jsonpath": "^0.2.12",
"lodash": "^2.4.2",
"mathjax": "^2.7.4",
"moment": "^2.22.2",
"persist-js": "^0.3.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-aria-menubutton": "^7.0.3",
"react-async": "^10.0.1",
"react-bootstrap": "^0.33.1",
"react-data-table-component": "^6.11.7",
"react-dom": "^16.12.0",
"react-flexview": "^5.0.0",
"react-hook-form": "^6.11.0",
"react-is": "^16.13.1",
"react-redux": "^7.2.0",
"react-transition-group": "^2.4.0",
"react-window": "^1.8.5",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.9",
"requirejs": "^2.3.6",
"select2": "^4.0.3",
"sprintf-js": "^1.1.2",
"styled-components": "^5.1.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.14.5",
"@babel/standalone": "^7.15.3",
"async": "^2.5.0",
"axios": "^0.21.1",
"babel-cli": "^6.26.0",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^1.8.0",
"compression": "^1.7.2",
"coveralls": "^2.13.1",
"es5-shim": "~4.5.10",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^1.7.0",
"eslint-plugin-requirejs": "^4.0.0",
"express": "^3.4.8",
"grunt": "~0.4.5",
"grunt-autoprefixer": "~0.2.20130806",
"grunt-babel": "^8.0.0",
"grunt-cli": "^1.4.3",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^0.8.0",
"grunt-contrib-htmlmin": "^3.0.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-requirejs": "1.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-curl": "~2.5.1",
"grunt-env": "~0.4.1",
"grunt-exec": "^3.0.0",
"grunt-express-server": "^0.5.4",
"grunt-string-replace": "^1.2.0",
"http-proxy-middleware": "^0.18.0",
"husky": "^4.2.1",
"istanbul": "^0.4.5",
"lint-staged": "^10.0.7",
"load-grunt-config": "^0.19.2",
"mocha": "^2.1.0",
"prettier": "^1.19.1",
"puppeteer": "^8.0.0",
"require-handlebars-plugin": "^2.0.0-beta.0",
"requirejs-async": "^0.1.2",
"requirejs-babel": "^0.0.9",
"sass": "^1.38.0",
"sinon": "^1.9.0",
"time-grunt": "^1.4.0"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"volta": {
"node": "14.17.5"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}