-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
143 lines (143 loc) · 4.37 KB
/
package.json
File metadata and controls
143 lines (143 loc) · 4.37 KB
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
136
137
138
139
140
141
142
143
{
"name": "monitory",
"version": "0.2.4",
"description": "Team monitor",
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/partysalat/monitory.git"
},
"main": "index.js",
"scripts": {
"lint": "eslint --ext .js --ext .jsx lib/",
"release-patch": "npm run test && npm run patch && npm run push-tags",
"release-minor": "npm run test && npm run minor && npm run push-tags",
"push-tags": "git push origin --follow-tags && git push origin master",
"patch": "npm version patch -m \"v%s\"",
"release": "semantic-release",
"minor": "npm version minor -m \"v%s\"",
"test:backend": "jest lib/backend --config test/config/jest.config.backend.js",
"test:backend-coverage": "npm run test:backend -- --coverage",
"test:backend-watch": "npm run test:backend -- --watch",
"test:frontend": "jest lib/frontend --config test/config/jest.config.frontend.js",
"test:frontend-watch": "npm run test:frontend -- --watch",
"test:frontend-coverage": "npm run test:frontend -- --coverage",
"test:e2e": "cd webtests && npx playwright test --config playwright.config.ts",
"test": "npm run test:backend && npm run test:frontend",
"lint:fix": "npm run lint -- --fix"
},
"author": "Ben Lenser",
"license": "MIT",
"prettier": {
"singleQuote": true
},
"dependencies": {
"@babel/core": "^7.24.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/preset-react": "^7.24.1",
"@hapi/h2o2": "^10.0.4",
"@hapi/hapi": "^21.3.9",
"@hapi/inert": "^7.1.0",
"joi": "^17.12.3",
"@hapi/nes": "^13.0.1",
"@hapi/vision": "^7.0.3",
"@types/react-animations": "^1.0.3",
"@types/styled-components": "^5.1.26",
"app-root-path": "^3.1.0",
"axios": "^1.7.4",
"babel-plugin-styled-components": "^2.1.4",
"chartist": "0.10.1",
"color": "^4.2.3",
"confidence": "^5.0.1",
"cron": "^3.1.6",
"css-loader": "^6.7.4",
"date-fns": "^3.6.0",
"esbuild": "^0.20.1",
"glob": "^8.1.0",
"handlebars": "^4.7.8",
"highland": "^2.13.5",
"lodash": "^4.17.15",
"normalize.css": "^8.0.1",
"prop-types": "^15.7.2",
"react-animations": "^1.0.0",
"react-chartist": "^0.14.4",
"react-countup": "^6.5.0",
"react-toastify": "^10.0.4",
"redux": "^5.0.1",
"redux-saga": "^1.2.3",
"require-dir": "^1.2.0",
"styled-components": "^5.3.10",
"styled-icons": "^10.47.0"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "12.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.0.3",
"@semantic-release/npm": "12.0.0",
"@semantic-release/release-notes-generator": "12.1.0",
"@testing-library/react": "^12.1.5",
"@types/chartist": "^0.11.1",
"@types/color": "^3.0.6",
"@types/lodash": "^4.17.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.61.0",
"@reduxjs/toolkit": "^2.2.3",
"esbuild-jest": "^0.5.0",
"eslint": "8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"faker": "^6.6.6",
"jest": "^29.7.0",
"mockdate": "^3.0.5",
"prettier": "3.2.5",
"redux-mock-store": "^1.5.4",
"react": "^17.0.2",
"react-redux": "^8.0.2",
"react-dom": "^17.0.2",
"semantic-release": "23.0.7",
"type-fest": "^4.15.0",
"typescript": "^5.4.3"
},
"peerDependencies": {
"@reduxjs/toolkit": "^1.8.0",
"react-redux": "^8.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"release": {
"branches": [
"master",
"next",
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": [
"package.json",
"package-lock.json",
"CHANGELOG.md"
],
"message": "release: ${nextRelease.version} \n\n${nextRelease.notes}"
}
]
]
}
}