-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
135 lines (135 loc) · 4.18 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "kresus",
"version": "0.22.1",
"engines": {
"node": ">=16"
},
"description": "Kresus' Personal Finance Manager",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://framagit.org/kresusapp/kresus"
},
"main": "client/main.js",
"dependencies": {
"currency-formatter": "^1.5.8",
"express": "^4.18.2",
"express-basic-auth": "^1.2.1",
"immer": "^9.0.16",
"ini": "^3.0.1",
"log4js": "^6.7.0",
"micro-memoize": "^4.1.2",
"moment": "^2.29.4",
"node-polyglot": "^2.4.0",
"nodemailer": "^6.7.5",
"ofx-js": "^0.2.0",
"ospath": "^1.2.2",
"pg": "^8.4.1",
"regex-escape": "^3.4.10",
"semver": "^7.3.8",
"typeorm": "0.3.12"
},
"devDependencies": {
"@reduxjs/toolkit": "^2.3.0",
"@tippyjs/react": "^4.2.0",
"@types/currency-formatter": "^1.5.1",
"@types/errorhandler": "^1.5.0",
"@types/express": "^4.17.14",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.throttle": "^4.1.7",
"@types/method-override": "^0.0.32",
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.9",
"@types/node-polyglot": "^2.4.2",
"@types/nodemailer": "^6.4.6",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/react-flatpickr": "^3.8.8",
"@types/react-redux": "^7.1.24",
"@types/react-router-dom": "^5.3.3",
"@types/redux-logger": "^3.0.13",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"chart.js": "^4.4.3",
"chartjs-adapter-moment": "^1.0.1",
"chartjs-plugin-zoom": "^2.0.1",
"concurrently": "^7.5.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-dependencies": "^2.4.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"font-awesome": "^4.7.0",
"ignore-styles": "^5.0.1",
"indexof": "^0.0.1",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"mocha": "^10.1.0",
"normalize.css": "^8.0.1",
"onchange": "^7.1.0",
"prettier": "^2.6.2",
"primer-tooltips": "^2.0.0",
"rc-color-picker": "^1.2.6",
"rc-slider": "^9.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-flatpickr": "^3.10.13",
"react-redux": "^8.0.4",
"react-router-dom": "^5.2.0",
"react-select": "^5.6.0",
"react-toastify": "^8.1.0",
"redux-logger": "^3.0.6",
"rollup-plugin-sprite": "^0.1.2",
"should": "^13.2.3",
"sqlite3": "^5.1.2",
"stylelint": "^14.14.1",
"stylelint-config-standard": "^29.0.0",
"ts-node": "^10.9.1",
"typescript": "4.7.2",
"vite": "^3.2.2",
"vite-plugin-plain-text": "^1.2.1",
"vite-plugin-react-refresh": "^1.0.0",
"whatwg-fetch": "^3.6.2"
},
"resolutions": {
"flatpickr": "^4.6.13"
},
"scripts": {
"build:ci": "./scripts/build/ci.sh",
"build:server": "./scripts/build/server.sh",
"build:server-common": "./scripts/build/server-common.sh",
"build:prod": "./scripts/build/prod.sh",
"build": "./scripts/build/dev.sh",
"build:dev": "./scripts/build/dev.sh",
"ci:ts-client": "tsc --project ./client/tsconfig.json",
"ci:lint": "./scripts/ci/lint.sh",
"lint": "yarn ci:lint",
"ci:lint-css": "./scripts/ci/lint-css.sh",
"ci:lint-full": "./scripts/ci/lint-full.sh",
"ci:python": "./scripts/ci/python.sh",
"ci:banks": "./scripts/ci/banks.sh",
"ci:locales": "./scripts/ci/locales.sh",
"ci:test": "./scripts/ci/test.sh",
"test": "yarn ci:test",
"ci:config": "./scripts/ci/config.sh",
"ci": "./scripts/ci/index.sh",
"dev": "./scripts/dev.sh",
"pretty": "./scripts/ci/lint.sh --fix",
"fix:config": "./scripts/fix/config.sh",
"fix:licenses": "node ./scripts/js/dependencies.js",
"docker:release": "./scripts/docker/release.sh",
"docker:nightly": "./scripts/docker/nightly.sh",
"release": "./scripts/release.sh",
"tsdev": "./scripts/tsdev.sh",
"start": "node bin/kresus.js",
"eslint": "eslint",
"onchange": "onchange"
},
"bin": {
"kresus": "bin/kresus.js"
}
}