This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.62 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
{
"name": "vag-departures",
"version": "0.2.3",
"private": true,
"dependencies": {
"ajv": "^6.6.2",
"axios": "^0.17.1",
"bootstrap": "^4.3.1",
"gh-pages": "^1.1.0",
"local-storage": "^1.4.2",
"moment": "^2.23.0",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-autosuggest": "^9.3.2",
"react-dom": "^16.7.0",
"react-github-corner": "^2.1.0",
"react-scripts": "3.0.1"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"coveralls": "react-scripts test --env=jsdom --coverage && cat ./coverage/lcov.info | coveralls"
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"main": "index.js",
"devDependencies": {
"coveralls": "^3.0.2",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/justusjonas74/vag-departures.git"
},
"keywords": [
"react",
"api",
"vag",
"nueremberg"
],
"author": "Francis Doege",
"license": "ISC",
"bugs": {
"url": "https://github.com/justusjonas74/vag-departures/issues"
},
"homepage": "https://justusjonas74.github.io/vag-departures",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}",
"!src/index.js",
"!src/serviceWorker.js"
]
}
}