This repository has been archived by the owner on May 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
79 lines (79 loc) · 1.98 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
{
"name": "openlok",
"private": true,
"version": "0.1.2",
"description": "Web Client for Deutsche Bahn API",
"main": "index.js",
"scripts": {
"client": "babel-node index.js",
"api": "babel-node api.js",
"test": "mocha --compilers js:babel-core/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brakmic/OpenLok.git"
},
"homepage": "https://github.com/brakmic/OpenLok#readme",
"bugs": {
"url": "https://github.com/brakmic/OpenLok/issues"
},
"keywords": [
"bahn",
"api",
"train",
"railway",
"schedule",
"station"
],
"author": "Harris Brakmic",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-polyfill": "^6.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bows": "^1.6.0",
"chai": "^4.0.2",
"css-loader": "^0.28.4",
"cuid": "^1.3.8",
"eslint": "^4.0.0",
"eslint-plugin-react": "^7.1.0",
"exports-loader": "^0.6.4",
"file-loader": "^0.11.2",
"globalize-webpack-plugin": "^1.0.0",
"hapi": "^16.4.3",
"html-webpack-plugin": "^2.28.0",
"imports-loader": "^0.7.1",
"inert": "^4.2.0",
"json-loader": "^0.5.4",
"less-loader": "^4.0.4",
"mocha": "^3.4.2",
"moment": "^2.18.1",
"node-babel": "^0.1.2",
"react-hot-loader": "^1.3.1",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5",
"whatwg-fetch": "^2.0.3"
},
"dependencies": {
"cldr": "^4.5.0",
"cldr-data": "^31.0.2",
"es6-promise": "^4.1.0",
"fs": "0.0.2",
"globalize": "^1.2.3",
"input-moment": "^0.3.4",
"isomorphic-fetch": "^2.2.1",
"less": "^2.6.0",
"lodash": "^4.17.4",
"react": "^15.6.1",
"react-date-picker": "^5.3.28",
"react-dom": "^15.6.1",
"react-widgets": "^3.4.8"
}
}