-
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.31 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.31 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
{
"name": "website",
"version": "2.0.0",
"private": true,
"dependencies": {
"axios": "1.10.0",
"body-parser": "2.2.1",
"client-oauth2": "4.3.3",
"connect-flash": "^0.1.1",
"dotenv": "17.0.0",
"express": "^5.1.0",
"express-session": "^1.18.1",
"express-validator": "7.2.1",
"moment": "^2.30.1",
"node-cache": "^5.1.2",
"node-dependency-injection": "^3.2.2",
"node-fetch": "^3.3.2",
"npm-check": "^6.0.1",
"passport": "^0.7.0",
"passport-oauth2-refresh": "^2.2.0",
"passport-openidconnect": "^0.1.2",
"pug": "3.0.3",
"request": "2.88.2",
"sass": "^1.89.2",
"session-file-store": "^1.5.0",
"showdown": "^2.1.0",
"simple-datatables": "^10.0.0",
"simple-oauth2": "^5.1.0",
"supertest-session": "^5.0.1",
"url-slug": "^4.0.1"
},
"devDependencies": {
"@prettier/plugin-pug": "^3.4.0",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.31.0",
"awesomplete": "^1.1.7",
"css-loader": "^7.1.2",
"eslint": "^9.30.0",
"eslint-config-prettier": "^10.1.5",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-n": "^17.20.0",
"eslint-plugin-prettier": "^5.5.1",
"eslint-plugin-promise": "^7.2.1",
"grunt": "1.6.1",
"grunt-concurrent": "3.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-nodemon": "^0.4.2",
"grunt-postcss": "0.9.0",
"grunt-run": "^0.8.1",
"grunt-sass": "4.0.0",
"highcharts": "^12.3.0",
"jest": "^30.0.3",
"load-grunt-config": "4.0.1",
"load-grunt-tasks": "5.1.0",
"nock": "^14.0.5",
"octokit": "^5.0.3",
"prettier": "^3.6.2",
"style-loader": "^4.0.0",
"supertest": "^7.1.1",
"typescript": "^5.8.3",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1",
"webpack-manifest-plugin": "^5.0.1"
},
"engines": {
"node": ">=22.0.0",
"yarn": ">=1.22.0"
},
"scripts": {
"test": "jest",
"lint": "eslint src tests && prettier --check **/*.pug",
"lint:fix": "eslint --fix src tests && prettier --write **/*.pug"
}
}