-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.04 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
77
{
"name": "somenergia-tomatic",
"version": "5.11.2",
"description": "Phone Support Companion",
"dependencies": {
"@emotion/css": "^11.10.6",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.9",
"@mui/material": "^5.11.10",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"js-yaml": "^4.1.0",
"js-yaml-loader": "^1.2.2",
"mmsvg": "^1.5.3",
"mui-color-input": "^1.0.5",
"mui-markdown": "^1.1.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "BUILD_PATH=tomatic/dist BROWSER=none react-app-rewired --openssl-legacy-provider start",
"build": "BUILD_PATH=tomatic/dist react-app-rewired --openssl-legacy-provider build",
"test": "BUILD_PATH=tomatic/dist react-app-rewired test",
"eject": "react-scripts eject"
},
"engines": {
"node": ">=20.0.0"
},
"config-overrides-path": "tomatic/ui/config-overrides.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Som-Energia/somenergia-tomatic.git"
},
"keywords": [
"phone",
"asterisk",
"scheduling",
"crm"
],
"author": "Som Energia SCCL",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Som-Energia/somenergia-tomatic/issues"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
"last 2 versions",
"not dead"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"mini-css-extract-plugin": "^2.7.5",
"prettier": "^2.8.4",
"react-app-rewire-stylus-modules": "^0.0.2",
"react-app-rewire-yaml": "^1.1.0",
"react-app-rewired": "^2.2.1",
"react-router-dom": "^6.8.2",
"stylus-loader": "^7.1.0",
"webpack-cli": "^5.0.1",
"yaml-loader": "^0.8.0"
}
}