-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
120 lines (120 loc) · 4.41 KB
/
Copy pathpackage.json
File metadata and controls
120 lines (120 loc) · 4.41 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
{
"name": "statswales",
"version": "1.0.0",
"description": "This is the StatsWales private alpha repository. This repository is here to allow us to experiment with a number of technologies to prove out a number of hypotheses and establish the technologies we may wish to take in to Beta.",
"main": "server.js",
"scripts": {
"analyse-logs": "npm --prefix tools/analyse-logs run analyse --",
"clean": "rimraf dist",
"css": " sass src/shared/public/scss/app.scss:src/shared/public/css/app.css node_modules/highlight.js/scss/github-dark-dimmed.scss:src/shared/public/css/highlight.css",
"copy-assets": "ts-node tools/copy-assets",
"tsc": "tsc",
"prettier:ci": "prettier . --check",
"prettier:fix": "prettier . --write",
"lint:ci": "eslint .",
"lint:fix": "eslint . --fix",
"build": "npm-run-all clean tsc css copy-assets",
"test": "jest",
"test:ci": "jest --ci --coverage --config=jest.config.ts",
"pretest:e2e": "mkdir -p playwright/.auth",
"test:e2e": "npx playwright test tests-e2e",
"posttest:e2e": "rm -rf playwright/.auth",
"check": "npm-run-all prettier:fix lint:fix test build",
"predev": "docker-compose up -d valkey",
"dev": "nodemon --watch src -e ts,jsx,tsx,json,scss --exec npm run start:dev",
"docker-compose-up": "docker-compose up -d",
"docker-compose-down": "docker-compose stop",
"prelocalstack": "npm run docker-compose-up",
"localstack": "trap 'exit 0' SIGINT; nodemon --watch src -e ts,jsx,tsx,json,scss --exec npm run start:publisher | pino-colada & npm run start:consumer | pino-colada",
"postlocalstack": "npm run docker-compose-down",
"start:dev": "npm run build && (node dist/publisher/server.js | pino-colada & node dist/consumer/server.js | pino-colada)",
"start:ci": "node dist/publisher/server.js & node dist/consumer/server.js",
"start:publisher": "node dist/publisher/server.js",
"start:consumer": "node dist/consumer/server.js",
"replay-dataset": "ts-node tools/replay-dataset.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@eslint/js": "^9.39.1",
"@playwright/test": "1.60.0",
"@tsconfig/node24": "^24.0.3",
"@types/cookie-parser": "^1.4.10",
"@types/express": "^5.0.6",
"@types/express-session": "^1.18.2",
"@types/jest": "^30.0.0",
"@types/jsdom": "^27.0.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/lodash": "^4.17.21",
"@types/multer": "^2.0.0",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/set-cookie-parser": "^2.4.10",
"@types/shelljs": "^0.8.17",
"@types/supertest": "^6.0.3",
"baseline-browser-mapping": "^2.9.11",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"jest": "^30.2.0",
"msw": "2.12.4",
"nodemon": "^3.1.11",
"npm-run-all": "^4.1.5",
"pino-colada": "^2.2.2",
"prettier": "^3.7.4",
"rimraf": "^6.1.2",
"sass": "^1.94.2",
"set-cookie-parser": "^2.7.2",
"shelljs": "^0.10.0",
"supertest": "^7.1.4",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "5.9",
"typescript-eslint": "^8.48.1"
},
"dependencies": {
"@date-fns/tz": "^1.4.1",
"clsx": "^2.1.1",
"connect-redis": "^9.0.0",
"cookie-parser": "^1.4.7",
"csv-parse": "^6.1.0",
"csv-stringify": "^6.6.0",
"date-fns": "^4.1.0",
"dompurify": "^3.3.0",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"express-basic-auth": "^1.2.1",
"express-rate-limit": "^8.2.1",
"express-react-views": "^0.11.0",
"express-session": "^1.18.2",
"express-validator": "^7.3.1",
"helmet": "^8.1.0",
"highlight.js": "^11.11.1",
"i18next": "^25.7.2",
"i18next-fs-backend": "^2.6.1",
"i18next-http-middleware": "^3.9.0",
"jsdom": "^27.2.0",
"jsonwebtoken": "^9.0.3",
"lodash": "^4.17.21",
"marked": "^17.0.1",
"multer": "^2.0.2",
"nanoid": "^5.1.6",
"nanoid-dictionary": "^5.0.0",
"notifications-node-client": "^8.2.1",
"pino": "^10.1.0",
"pino-http": "^11.0.0",
"qs": "^6.14.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"redis": "^5.10.0",
"slugify": "^1.6.6"
}
}