-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.51 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
{
"name": "bookkeeping",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "node ace serve --watch",
"build": "node ace build --production",
"start": "node server.js",
"lint": "eslint . --ext=.ts",
"format": "prettier --write .",
"test-frontend": "jest --verbose --colors --coverage",
"test-frontend:watch": "jest --colors --watch --notify"
},
"devDependencies": {
"@adonisjs/assembler": "^5.3.7",
"@babel/core": "^7.16.12",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@symfony/webpack-encore": "^1.6.1",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.0.0",
"@types/node": "^18.0.0",
"@types/regenerator-runtime": "^0.13.5",
"@types/uuid": "^9.0.7",
"adonis-preset-ts": "^2.1.0",
"babel-core": "^6.26.3",
"babel-jest": "^29.0.0",
"babel-preset-react": "^6.24.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-adonis": "^1.3.3",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^29.0.0",
"prettier": "^2.4.1",
"react": "^18",
"react-dom": "^18",
"sass": "^1.42.1",
"sass-loader": "^13.0.0",
"ts-loader": "^9.2.6",
"typescript": "~5.0.0",
"youch": "^3.0.0",
"youch-terminal": "^2.0.0"
},
"dependencies": {
"@adonisjs/core": "^5.3.4",
"@adonisjs/lucid": "^18.0.0",
"@adonisjs/repl": "^3.1.6",
"@adonisjs/session": "^6.1.2",
"@adonisjs/shield": "^7.0.6",
"@adonisjs/view": "^6.1.1",
"@auth0/auth0-react": "^2.2.4",
"@babel/preset-react": "^7.14.5",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5",
"@mui/lab": "^5.0.0-alpha.122",
"@mui/material": "^5",
"@mui/x-date-pickers": "^6.0.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
"@types/node-schedule": "^2.1.0",
"adonis-mix-asset": "^3.0.0",
"babel-loader": "^9.0.0",
"chart.js": "^4",
"date-fns": "^2.24.0",
"dotenv": "^10.0.0",
"fints": "https://gitpkg.now.sh/domnikl/fints/packages/fints?fcfda59c1985f7e0d86c655d804243bfe61b87d7",
"laravel-mix": "^6.0.31",
"mqtt": "^5.3.3",
"node-schedule": "^2.1.0",
"pg": "^8.7.1",
"pino-pretty": "^10.0.0",
"proxy-addr": "^2.0.7",
"react-chartjs-2": "^5",
"react-query": "^3.34.7",
"react-refresh": "^0.14.0",
"react-router-dom": "^6.21.0",
"reflect-metadata": "^0.1.13",
"source-map-support": "^0.5.20",
"uuid": "^9.0.0"
}
}