forked from comunica/jQuery-Widget.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 972 Bytes
/
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
{
"scripts": {
"lint": "eslint src/*.js",
"prepare": "comunica-compile-config config/config-default.json > comunica-engine.js",
"dev-prod": "npm run prepare && webpack-dev-server --config webpack.config.js --mode production",
"dev": "npm run prepare && webpack-dev-server --config webpack.config.js --mode development",
"build": "npm run prepare && webpack --config webpack.config.js --mode production"
},
"dependencies": {
"@comunica/actor-init-sparql": "1.14.0",
"@comunica/runner": "1.14.0",
"n3": "0.11.3",
"rdf-string": "1.4.2",
"yasgui-yasqe": "2.11.22"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.4",
"eslint": "^7.0.0",
"file-loader": "^6.0.0",
"pre-commit": "^1.2.2",
"webpack": "^4.16.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
},
"pre-commit": [
"lint"
]
}