-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
49 lines (49 loc) · 1.2 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
{
"name": "reacticz",
"version": "0.1.26",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/domoticz/Reacticz.git"
},
"homepage": "http://localhost:8080/reacticz",
"devDependencies": {
"axios-mock-adapter": "^1.10.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"gh-pages": "^2.0.1",
"react-addons-test-utils": "^15.6.2",
"react-scripts": "^3.0.1"
},
"dependencies": {
"axios": "^0.21.1",
"lz-string": "^1.4.4",
"mqtt": "^2.14.0",
"react": "^16.2.0",
"react-clock": "^2.3.0",
"react-dom": "^16.2.0",
"react-grid-layout": "^0.16.0",
"sanitize-html": "^1.16.1",
"select": "^1.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"ci-test": "CI=true react-scripts test --env=jsdom --forceExit",
"eject": "react-scripts eject",
"deploy": "gh-pages -d build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}