-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.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
{
"name": "ditto-fleet-gui",
"version": "0.0.1",
"private": true,
"type": "module",
"dependencies": {
<<<<<<< HEAD
"@types/prismjs": "^1.26.3",
"antd": "^3.26.19",
=======
<<<<<<< HEAD
"@eclipse-ditto/ditto-javascript-client-dom": "^2.4.0",
"@eclipse-ditto/ditto-javascript-client-node": "^2.4.0",
"ace-builds": "^1.4.9",
=======
"@eclipse-ditto/ditto-javascript-client-dom": "0.0.4",
"@eclipse-ditto/ditto-javascript-client-node": "0.0.4",
>>>>>>> 6d6e37739cb98407ae7b9282a42e45150f063a70
"antd": "^3.21.1",
>>>>>>> 744665ade084ad0e303332994d1fa558e30c9cfc
"axios": "^0.19.0",
"ditto-fleet-gui": "file:",
"fast-xml-parser": "^4.3.2",
"js-yaml": "^3.14.0",
"json2yaml": "^1.1.0",
"jsoneditor-react": "^3.1.2",
"lodash": "^4.17.21",
"node-schedule": "^2.1.1",
"prismjs": "^1.29.0",
"react": "^16.14.0",
"react-ace": "^9.1.4",
"react-dom": "^16.14.0",
"react-json-view": "^1.19.1",
"react-scripts": "^3.4.3",
"react-simple-code-editor": "^0.11.0",
"read-yaml": "^1.1.0",
<<<<<<< HEAD
"sintef-ditto-javascript-client-dom": "0.0.1",
=======
<<<<<<< HEAD
"traverse": "^0.6.6",
"typescript": "^3.5.3"
=======
>>>>>>> 744665ade084ad0e303332994d1fa558e30c9cfc
"winston": "^3.8.2"
>>>>>>> 6d6e37739cb98407ae7b9282a42e45150f063a70
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:5001/",
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^18.14.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11"
}
}