Permalink
Cannot retrieve contributors at this time
{ | |
"scripts": { | |
"lint": "eslint src/*.js", | |
"prepare": "comunica-compile-config config/config-default.json > comunica-engine.js", | |
"start": "npm run prepare && webpack-dev-server --config webpack.config.js --mode production", | |
"build": "npm run prepare && webpack-dev-server --config webpack.config.js --mode development", | |
"production": "npm run prepare && webpack --config webpack.config.js --mode production" | |
}, | |
"dependencies": { | |
"@comunica/actor-init-sparql": "1.10.0", | |
"@comunica/runner": "^1.6.0", | |
"n3": "^0.11.3", | |
"rdf-string": "^1.1.1", | |
"yasgui-yasqe": "^2.11.22" | |
}, | |
"devDependencies": { | |
"@babel/core": "^7.1.2", | |
"@babel/plugin-syntax-object-rest-spread": "^7.0.0", | |
"@babel/plugin-transform-async-to-generator": "^7.0.0", | |
"@babel/polyfill": "^7.0.0", | |
"@babel/preset-env": "^7.0.0", | |
"babel-loader": "^8.0.4", | |
"eslint": "^6.0.0", | |
"file-loader": "^2.0.0", | |
"pre-commit": "^1.2.2", | |
"string-replace-webpack-plugin": "^0.1.3", | |
"webpack": "^4.16.1", | |
"webpack-cli": "^3.0.8", | |
"webpack-dev-server": "^3.1.4" | |
}, | |
"pre-commit": [ | |
"lint" | |
] | |
} |