-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.61 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
93
94
95
96
97
98
{
"name": "cryptomedic-app",
"private": true,
"version": "5.1.3",
"description": "Cryptomedic application for all plateforms",
"repository": "https://github.com/jehon/cryptomedic",
"license": "MIT",
"type": "module",
"dependencies": {
"@testing-library/react": "16.0.1",
"@types/toastr": "2.1.43",
"angular": "1.8.3",
"angular-route": "1.8.3",
"axios": "1.7.7",
"bootstrap4": "npm:[email protected]",
"bootstrap5": "npm:[email protected]",
"class-transformer": "0.5.1",
"css-inherit": "github:jehon/css-inherit",
"duix": "3.0.4",
"excellentexport": "3.9.7",
"he": "1.2.0",
"immer": "10.1.1",
"jquery": "3.7.1",
"lodash-es": "4.17.21",
"ngx-toastr": "19.0.0",
"platform": "1.3.6",
"pngjs": "7.0.0",
"react-bootstrap": "1.6.8",
"react-router-dom": "6.28.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"toastr": "2.1.4",
"tslib": "2.8.1",
"use-immer": "0.10.0",
"zone.js": "0.14.10"
},
"devDependencies": {
"@babel/cli": "7.25.9",
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@eslint/js": "9.15.0",
"@playwright/test": "1.49.0",
"@prettier/plugin-php": "0.22.2",
"@testing-library/react": "16.0.1",
"@types/node": "22.9.2",
"@types/pixelmatch": "5.2.6",
"@types/pngjs": "6.0.5",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/string": "0.0.34",
"babel-plugin-transform-commonjs": "1.1.6",
"browserslist": "4.24.2",
"chalk": "5.3.0",
"css-loader": "7.1.2",
"escape-string-regexp": "5.0.0",
"eslint": "9.15.0",
"fs-extra": "latest",
"glob": "11.0.0",
"html-webpack-plugin": "5.6.3",
"htmlhint": "1.1.4",
"husky": "9.1.7",
"identity-obj-proxy": "3.0.0",
"imports-loader": "5.0.0",
"lcov-parse": "1.0.0",
"lint-staged": "15.2.10",
"pixelmatch": "6.0.0",
"prettier": "3.3.3",
"prettier-plugin-sql": "0.18.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"style-loader": "4.0.0",
"stylelint": "16.10.0",
"stylelint-config-standard": "36.0.1",
"stylelint-no-unsupported-browser-features": "8.0.2",
"ts-loader": "9.5.1",
"ts-unused-exports": "10.1.0",
"tsx": "4.19.2",
"typescript-eslint": "8.15.0",
"watch": "1.0.2",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
},
"lint-staged": {
"*.{js,jsx,ts}": [
"eslint"
],
"*.css": [
"stylelint"
],
"*.*": [
"prettier --list-different"
]
},
"scripts": {
"prepare": "husky || true",
"postinstall": "touch node_modules/.dependencies"
}
}