forked from skyportal/skyportal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.68 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
{
"name": "skyportal",
"license": "BSD-3-Clause",
"scripts": {
"build": "make bundle",
"test": "eslint --ext .jsx,.js static/js && make test"
},
"dependencies": {
"bokehjs": "0.12.9",
"check-dependencies": "1.1.0",
"classnames": "2.2.6",
"css-loader": "0.28.4",
"exports-loader": "0.6.4",
"imports-loader": "0.7.1",
"moment": "2.20.1",
"moment-timezone": "0.5.25",
"npm-check": "5.9.0",
"prop-types": "15.6.0",
"raw-loader": "0.5.1",
"react": "16.3.2",
"react-dom": "16.3.3",
"react-redux": "5.0.6",
"react-responsive": "2.0.0",
"react-router-dom": "4.2.2",
"react-simple-dropdown": "3.0.0",
"redoc": "2.0.0-rc.2",
"redoc-cli": "0.8.3",
"redux": "3.6.0",
"redux-logger": "3.0.6",
"redux-thunk": "2.2.0",
"semver": "5.4.1",
"style-loader": "0.18.2",
"whatwg-fetch": "2.0.2"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-eslint": "7.1.1",
"babel-loader": "7.1.2",
"babel-plugin-transform-async-to-generator": "6.5.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-es2015-arrow-functions": "6.22.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-polyfill": "6.23.0",
"babel-preset-env": "1.6.0",
"babel-preset-react": "6.24.1",
"eslint": "4.19.1",
"eslint-config-airbnb": "17.0.0",
"eslint-import-resolver-webpack": "0.10.1",
"eslint-loader": "2.1.0",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-react": "7.10.0",
"webpack": "3.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/skyportal/skyportal"
}
}