-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
66 lines (66 loc) · 1.69 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
{
"name": "sparql-proxy",
"version": "0.0.0",
"description": "",
"private": true,
"author": "",
"dependencies": {
"@comunica/query-sparql-file": "^2.10.2",
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.20.2",
"bootstrap": "^5.3.3",
"codemirror": "^5.3.3",
"cookie": "^0.6.0",
"cors": "^2.8.5",
"express": "^4.18.3",
"font-awesome": "^4.7.0",
"memcached": "^2.2.2",
"moment": "^2.30.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts",
"node-fetch": "^3.3.2",
"query-string": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redis": "^4.6.13",
"request": "^2.88.2",
"rollup": "^4.12.1",
"sass": "^1.71.1",
"snappy": "^7.2.2",
"socket.io": "^4.7.4",
"socket.io-client": "^4.7.4",
"sparql-support": "^0.19.8",
"sparqljs": "^3.7.1",
"tsx": "^4.7.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "^7.23.10",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"babel-loader": "^9.1.3",
"babel-regenerator-runtime": "^6.5.0",
"css-loader": "^6.10.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"sass-loader": "^14.1.1",
"style-loader": "^3.3.4",
"url-loader": "^4.1.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "webpack",
"start": "tsx src/server.mjs",
"lint": "eslint src/**/*.mjs client/**/*.jsx",
"test": "npm run lint && NODE_OPTIONS=--experimental-vm-modules jest"
},
"engines": {
"node": "20.x"
},
"type": "module"
}