-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.25 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
{
"name": "wolvox-kimbil-compare",
"version": "2.4.0",
"description": "Compares csv exports of the Wolvox ERP system for hotels and the Kimbil system for Turkish hotels",
"keywords": [
"csv",
"export",
"akinsoft",
"wolvox",
"kimbil",
"turkish",
"hotel",
"kimlik",
"compare",
"comparison",
"diff"
],
"private": false,
"bugs": "https://github.com/attilavt/wolvox-kimbil-compare/issues",
"repository": {
"type": "git",
"url": "https://github.com/attilavt/wolvox-kimbil-compare"
},
"dependencies": {
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"react-scripts": "^3.4.1",
"redux": "^4.0.0"
},
"devDependencies": {
"cross-env": "^7.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test:continuous": "react-scripts test --env=jsdom",
"test:once": "react-scripts test --env=jsdom --watchAll=false --forceExit",
"eject": "react-scripts eject"
},
"homepage": "/wkc",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}