-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
127 lines (127 loc) · 4.5 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
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
{
"name": "souslesensvocables",
"version": "1.90.0",
"private": true,
"workspaces": [
"mainapp"
],
"scripts": {
"start": "node ./bin/www",
"dev:server": "NODE_ENV=development nodemon ./bin/www",
"dev:fullstack": "concurrently --names 'NODE,REACT' -c 'green.bold,blue.bold' 'npm run dev:server' 'npm run mainapp:watch'",
"mainapp:build": "vite build mainapp",
"mainapp:watch": "NODE_ENV=development vite build mainapp --watch --minify false --mode development",
"mainapp:dev": "NODE_ENV=development vite mainapp",
"migrate": "sh scripts/run-migrations.sh",
"prettier:check": "prettier --check ./public/vocables",
"prettier:write": "prettier -w ./public/vocables",
"test:uitest": "CONFIG_PATH=tests/data/config npm start & cypress open",
"test:jest": "jest --rootDir tests",
"tools:ncu": "ncu",
"tools:tsc": "tsc",
"tools:eslint": "eslint",
"release:patch": "standard-version --skip.tag --skip.commit -t '' -r patch",
"release:minor": "standard-version --skip.tag --skip.commit -t '' -r minor",
"release:major": "standard-version --skip.tag --skip.commit -t '' -r major",
"release:tag": "sh release-new.sh"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/jquery": "^3.5.32",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "4.3.3",
"cypress": "^11.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.37.2",
"jest": "^29.7.0",
"npm-check": "^6.0.1",
"npm-check-updates": "^16.14.20",
"parcel-plugin-bundle-visualiser": "1.2.0",
"prettier": "^2.8.8",
"standard-version": "^9.5.0",
"typescript": "^5.6.3",
"vite": "4.5.5"
},
"dependencies": {
"@elastic/elasticsearch": "^8.15.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@sentry/node": "^7.119.2",
"@zazuko/env-node": "^2.1.4",
"antlr4": "^4.13.2",
"antlr4-autosuggest": "^0.0.28",
"antlr4ts": "^0.5.0-dev",
"async": "^3.2.6",
"async-await-mutex-lock": "^1.0.11",
"bash": "^0.0.1",
"bcrypt": "^5.1.1",
"buffer-replace": "^1.0.0",
"concurrently": "^8.2.2",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "~1.4.7",
"crypto": "^1.0.1",
"csv-parser": "^3.0.0",
"debug": "~4.3.7",
"digest-fetch": "^2.0.3",
"es7": "npm:@elastic/elasticsearch@^7.17.14",
"etl": "^0.8.0",
"express": "~4.21.1",
"express-fileupload": "^1.5.1",
"express-openapi": "^11.1.0",
"express-session": "^1.18.1",
"fast-glob": "^3.3.2",
"http-errors": "~2.0.0",
"inflected": "^2.1.0",
"knex": "^3.1.0",
"latest": "^0.2.0",
"mariadb": "^3.4.0",
"mime": "^3.0.0",
"morgan": "~1.10.0",
"mssql": "^9.3.2",
"mysql": "^2.18.1",
"n3": "^1.22.3",
"ndjson": "^2.0.0",
"node.os": "^1.2.4",
"nodemon": "^2.0.22",
"npm": "^9.9.3",
"passport": "^0.7.0",
"passport-auth0": "^1.4.4",
"passport-keycloak-oauth2-oidc": "^1.0.5",
"passport-local": "^1.0.0",
"path-to-regexp": "^6.3.0",
"pg": "^8.13.1",
"pug": "^3.0.3",
"rdf-parse": "^2.3.3",
"rdf-validate-shacl": "^0.5.6",
"rdfxml-streaming-parser": "^2.4.0",
"readline": "^1.3.0",
"request": "^2.88.2",
"simple-git": "^3.27.0",
"socket.io": "^4.8.1",
"sparqljs": "^3.7.3",
"superagent": "^8.1.2",
"superagent-proxy": "^3.0.0",
"swagger-ui-express": "^4.6.3",
"tedious": "^17.0.0",
"three": "^0.169.0",
"tmp": "^0.2.3",
"ulid": "^2.3.0",
"unzipper": "^0.12.3",
"util": "^0.12.5",
"winston": "^3.15.0",
"winston-daily-rotate-file": "^5.0.0",
"xlsx": "^0.18.5",
"xmldom": "^0.6.0",
"yaml": "^2.6.0",
"yargs": "^17.7.2"
}
}