|
1 | 1 | { |
2 | | - "name": "website", |
3 | | - "version": "2.0.0", |
4 | | - "private": true, |
5 | | - "dependencies": { |
6 | | - "axios": "1.10.0", |
7 | | - "body-parser": "2.2.0", |
8 | | - "client-oauth2": "4.3.3", |
9 | | - "connect-flash": "^0.1.1", |
10 | | - "dotenv": "17.0.0", |
11 | | - "express": "^5.1.0", |
12 | | - "express-session": "^1.18.1", |
13 | | - "express-validator": "7.2.1", |
14 | | - "moment": "^2.30.1", |
15 | | - "node-cache": "^5.1.2", |
16 | | - "node-dependency-injection": "^3.2.2", |
17 | | - "node-fetch": "^3.3.2", |
18 | | - "npm-check": "^6.0.1", |
19 | | - "passport": "^0.7.0", |
20 | | - "passport-oauth2-refresh": "^2.2.0", |
21 | | - "passport-openidconnect": "^0.1.2", |
22 | | - "pug": "3.0.3", |
23 | | - "request": "2.88.2", |
24 | | - "sass": "^1.89.2", |
25 | | - "session-file-store": "^1.5.0", |
26 | | - "showdown": "^2.1.0", |
27 | | - "simple-datatables": "^10.0.0", |
28 | | - "simple-oauth2": "^5.1.0", |
29 | | - "supertest-session": "^5.0.1", |
30 | | - "url-slug": "^4.0.1" |
31 | | - }, |
32 | | - "devDependencies": { |
33 | | - "@prettier/plugin-pug": "^3.4.0", |
34 | | - "awesomplete": "^1.1.7", |
35 | | - "css-loader": "^7.1.2", |
36 | | - "eslint": "^9.30.0", |
37 | | - "eslint-config-prettier": "^10.1.5", |
38 | | - "eslint-config-standard": "^17.1.0", |
39 | | - "eslint-plugin-import": "^2.32.0", |
40 | | - "eslint-plugin-n": "^17.20.0", |
41 | | - "eslint-plugin-prettier": "^5.5.1", |
42 | | - "eslint-plugin-promise": "^7.2.1", |
43 | | - "grunt": "1.6.1", |
44 | | - "grunt-concurrent": "3.0.0", |
45 | | - "grunt-contrib-watch": "^1.1.0", |
46 | | - "grunt-nodemon": "^0.4.2", |
47 | | - "grunt-postcss": "0.9.0", |
48 | | - "grunt-run": "^0.8.1", |
49 | | - "grunt-sass": "4.0.0", |
50 | | - "highcharts": "^12.3.0", |
51 | | - "jest": "^30.0.3", |
52 | | - "load-grunt-config": "4.0.1", |
53 | | - "load-grunt-tasks": "5.1.0", |
54 | | - "nock": "^14.0.5", |
55 | | - "octokit": "^5.0.3", |
56 | | - "prettier": "^3.6.2", |
57 | | - "style-loader": "^4.0.0", |
58 | | - "supertest": "^7.1.1", |
59 | | - "typescript": "^5.8.3", |
60 | | - "webpack": "^5.99.9", |
61 | | - "webpack-cli": "^6.0.1", |
62 | | - "webpack-manifest-plugin": "^5.0.1" |
63 | | - }, |
64 | | - "engines": { |
65 | | - "node": ">=22.0.0", |
66 | | - "yarn": ">=1.22.0" |
67 | | - }, |
68 | | - "scripts": { |
69 | | - "test": "jest", |
70 | | - "lint": "eslint --ignore-path .gitignore src tests && prettier --check **/*.pug", |
71 | | - "lint:fix": "eslint --fix --ignore-path .gitignore src tests && prettier --write **/*.pug" |
72 | | - } |
| 2 | + "name": "website", |
| 3 | + "version": "2.0.0", |
| 4 | + "private": true, |
| 5 | + "dependencies": { |
| 6 | + "axios": "1.10.0", |
| 7 | + "body-parser": "2.2.0", |
| 8 | + "client-oauth2": "4.3.3", |
| 9 | + "connect-flash": "^0.1.1", |
| 10 | + "dotenv": "17.0.0", |
| 11 | + "express": "^5.1.0", |
| 12 | + "express-session": "^1.18.1", |
| 13 | + "express-validator": "7.2.1", |
| 14 | + "moment": "^2.30.1", |
| 15 | + "node-cache": "^5.1.2", |
| 16 | + "node-dependency-injection": "^3.2.2", |
| 17 | + "node-fetch": "^3.3.2", |
| 18 | + "npm-check": "^6.0.1", |
| 19 | + "passport": "^0.7.0", |
| 20 | + "passport-oauth2-refresh": "^2.2.0", |
| 21 | + "passport-openidconnect": "^0.1.2", |
| 22 | + "pug": "3.0.3", |
| 23 | + "request": "2.88.2", |
| 24 | + "sass": "^1.89.2", |
| 25 | + "session-file-store": "^1.5.0", |
| 26 | + "showdown": "^2.1.0", |
| 27 | + "simple-datatables": "^10.0.0", |
| 28 | + "simple-oauth2": "^5.1.0", |
| 29 | + "supertest-session": "^5.0.1", |
| 30 | + "url-slug": "^4.0.1" |
| 31 | + }, |
| 32 | + "devDependencies": { |
| 33 | + "@prettier/plugin-pug": "^3.4.0", |
| 34 | + "@eslint/eslintrc": "^3.3.1", |
| 35 | + "@eslint/js": "^9.31.0", |
| 36 | + "awesomplete": "^1.1.7", |
| 37 | + "css-loader": "^7.1.2", |
| 38 | + "eslint": "^9.30.0", |
| 39 | + "eslint-config-prettier": "^10.1.5", |
| 40 | + "eslint-config-standard": "^17.1.0", |
| 41 | + "eslint-plugin-import": "^2.32.0", |
| 42 | + "eslint-plugin-n": "^17.20.0", |
| 43 | + "eslint-plugin-prettier": "^5.5.1", |
| 44 | + "eslint-plugin-promise": "^7.2.1", |
| 45 | + "grunt": "1.6.1", |
| 46 | + "grunt-concurrent": "3.0.0", |
| 47 | + "grunt-contrib-watch": "^1.1.0", |
| 48 | + "grunt-nodemon": "^0.4.2", |
| 49 | + "grunt-postcss": "0.9.0", |
| 50 | + "grunt-run": "^0.8.1", |
| 51 | + "grunt-sass": "4.0.0", |
| 52 | + "highcharts": "^12.3.0", |
| 53 | + "jest": "^30.0.3", |
| 54 | + "load-grunt-config": "4.0.1", |
| 55 | + "load-grunt-tasks": "5.1.0", |
| 56 | + "nock": "^14.0.5", |
| 57 | + "octokit": "^5.0.3", |
| 58 | + "prettier": "^3.6.2", |
| 59 | + "style-loader": "^4.0.0", |
| 60 | + "supertest": "^7.1.1", |
| 61 | + "typescript": "^5.8.3", |
| 62 | + "webpack": "^5.99.9", |
| 63 | + "webpack-cli": "^6.0.1", |
| 64 | + "webpack-manifest-plugin": "^5.0.1" |
| 65 | + }, |
| 66 | + "engines": { |
| 67 | + "node": ">=22.0.0", |
| 68 | + "yarn": ">=1.22.0" |
| 69 | + }, |
| 70 | + "scripts": { |
| 71 | + "test": "jest", |
| 72 | + "lint": "eslint src tests && prettier --check **/*.pug", |
| 73 | + "lint:fix": "eslint --fix src tests && prettier --write **/*.pug" |
| 74 | + } |
73 | 75 | } |
0 commit comments