forked from codogob/back-home-safe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.55 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "back-home-safe",
"version": "1.5.1",
"private": true,
"homepage": "./",
"repository": "gitlab:codogo-b/back-home-safe",
"dependencies": {
"@brainhubeu/react-carousel": "^2.0.4",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "4.0.0-alpha.60",
"constate": "^3.3.0",
"crypto-js": "^4.1.1",
"dayjs": "^1.10.6",
"delete-all-cookies": "^0.3.0",
"ec-key": "^0.0.4",
"i18next": "^20.6.0",
"jsqr": "^1.4.0",
"pickerjs": "^1.2.1",
"qrcode-with-logos": "^1.0.3",
"ramda": "^0.27.1",
"react": "^17.0.2",
"react-autosize-textarea": "^7.1.0",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.2",
"react-i18next": "^11.11.4",
"react-json-view": "^1.21.3",
"react-modal": "^3.14.3",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"react-transition-group": "^4.4.2",
"react-use": "^17.3.1",
"styled-components": "^5.3.1",
"typescript": "^4.4.2",
"uuid": "^8.3.2",
"webrtc-adapter": "^8.1.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"postbuild": "precompress dist",
"lint:js": "eslint .",
"tsc": "tsc",
"postinstall": "husky install",
"release": "standard-version --message 'chore(release): %s\n\n[skip ci]' --no-verify"
},
"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"
]
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@types/brainhubeu__react-carousel": "^2.0.3",
"@types/crypto-js": "^4.0.2",
"@types/node": "^16.7.10",
"@types/ramda": "^0.27.44",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"@types/react-modal": "^3.12.1",
"@types/react-router": "^5.1.16",
"@types/react-router-dom": "^5.1.8",
"@types/react-router-transition": "^2.1.1",
"@types/styled-components": "^5.1.14",
"@types/uuid": "^8.3.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"husky": "^7.0.2",
"import-sort-cli": "^6.0.0",
"import-sort-parser-babylon": "^6.0.0",
"import-sort-parser-typescript": "^6.0.0",
"import-sort-style-module": "^6.0.0",
"lint-staged": "^11.1.2",
"precompress": "^6.3.2",
"prettier": "^2.3.2",
"standard-version": "^9.3.1",
"vite": "^2.5.3"
}
}