-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.13 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
{
"name": "xmiles-displays",
"version": "1.0.8",
"dependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/register": "^7.4.0",
"@signalk/client": "^2.2.0",
"axios": "^0.18.0",
"konva": "^3.2.4",
"luxon": "^1.12.1",
"object.pick": "^1.3.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-konva": "^18.1.1",
"react-redux": "^8.0.2",
"react-scripts": "2.1.8",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.8",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"
},
"license": "Apache-2.0",
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/jest": "^24.0.11",
"@types/luxon": "^1.12.0",
"@types/node": "^17.0.39",
"@types/react": "^18.0.11",
"@types/react-dom": "^18.0.5",
"@types/react-redux": "^7.1.24",
"@types/redux-saga": "^0.10.5",
"typescript": "^4.7.3"
}
}