mathjs/package.json
2022-10-11 12:18:47 +02:00

26 lines
658 B
JSON

{
"name": "mathjs-website",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/josdejong/mathjs.git"
},
"dependencies": {
"mathjs": "11.3.0"
},
"devDependencies": {
"fancy-log": "2.0.0",
"glob": "8.0.3",
"gulp": "4.0.2",
"gulp-header": "2.0.9",
"gulp-rename": "2.0.0",
"gulp-replace": "1.1.3",
"handlebars": "4.7.7",
"rimraf": "3.0.2"
},
"scripts": {
"update:mathjs-src": "git submodule init && git submodule update && cd mathjs-src && git checkout master && git pull && npm install && npm run build ; cd ..",
"build": "npm run update:mathjs-src && gulp"
}
}