-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 3.94 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
{
"name": "helix-lab",
"version": "1.0.0",
"description": "The Helix Lab website.",
"private": true,
"main": "root.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "NODE_ENV=development ./grunt eslint",
"start": "NODE_ENV=development ./grunt develop",
"build": "NODE_ENV=production ./grunt default"
},
"author": "Giorgos Kostoulas",
"repository": {
"type": "git",
"url": "git://github.com/HELIX-GR/lab.git"
},
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/plugin-proposal-do-expressions": "^7.6.0",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.5.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-proposal-pipeline-operator": "^7.5.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babelify": "^10.0.0",
"browserify-shim": "^3.8.14",
"envify": "^4.1.0",
"enzyme": "^3.10.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"grunt": "^1.0.4",
"grunt-apidoc": "^0.11.0",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^22.0.0",
"grunt-jsdoc": "^2.4.0",
"jest": "^24.9.0",
"jsdoc": "^3.6.3",
"redux-mock-store": "^1.5.3",
"regenerator-runtime": "^0.13.3"
},
"bugs": {
"url": "https://github.com/HELIX-GR/lab/issues"
},
"homepage": "https://github.com/HELIX-GR/lab",
"dependencies": {
"@formatjs/intl-relativetimeformat": "^4.2.0",
"@material-ui/core": "^4.5.1",
"@material-ui/icons": "^4.5.1",
"@mdi/js": "^4.5.95",
"@mdi/react": "^1.2.1",
"bootstrap": "^4.3.1",
"bourbon": "^6.0.0",
"classnames": "^2.2.6",
"connected-react-router": "^6.5.2",
"css-loader": "^3.2.0",
"es6-promise": "^4.2.8",
"flat": "^5.0.0",
"font-awesome": "^4.7.0",
"history": "^4.10.1",
"intl-messageformat": "^7.3.2",
"intl-pluralrules": "^1.1.1",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"path-to-regexp": "^3.1.0",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-addons-css-transition-group": "^16.0.0-alpha.3",
"react-addons-transition-group": "^16.0.0-alpha.3",
"react-content-loader": "^4.3.2",
"react-cookie-consent": "^2.5.0",
"react-dom": "^16.10.2",
"react-dropzone": "^10.1.10",
"react-intl": "^3.3.2",
"react-redux": "^7.1.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-select": "^3.0.8",
"react-table": "^6.10.3",
"react-toastify": "^5.4.0",
"react-transition-group": "^4.3.0",
"reactstrap": "^8.1.1",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"style-loader": "^1.0.0",
"tether": "^1.4.7",
"urijs": "^1.19.2"
},
"browser": {},
"browserify-shim": {}
}