forked from dbcls/sparql-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.65 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
{
"name": "sparql-proxy",
"version": "0.0.0",
"description": "",
"private": true,
"author": "",
"dependencies": {
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.0",
"codemirror": "^5.55.0",
"cookie": "^0.4.1",
"cors": "^2.7.1",
"express": "^4.17.1",
"font-awesome": "^4.5.0",
"memcached": "^2.2.1",
"moment": "^2.27.0",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"node-fetch": "^2.6.0",
"node-sass": "^4.14.1",
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"redis": "^3.0.2",
"request": "^2.88.2",
"rollup": "^2.21.0",
"snappy": "^6.3.4",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"sparql-support": "^0.13.2",
"sparqljs": "^3.0.2",
"uuid": "^8.2.0",
"whatwg-fetch": "^3.2.0"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-regenerator-runtime": "^6.5.0",
"css-loader": "^3.6.0",
"eslint": "^7.4.0",
"eslint-plugin-react": "^7.20.3",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"jest": "^26.1.0",
"sass-loader": "^9.0.2",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"scripts": {
"build": "webpack",
"postinstall": "npm run build",
"start": "node --experimental-modules src/server.mjs",
"lint": "eslint src/**/*.mjs client/**/*.jsx",
"test": "npm run lint && jest"
},
"engines": {
"node": "12.x"
}
}