mathjs/package.json
2025-05-21 15:32:28 +02:00

26 lines
659 B
JSON

{
"name": "mathjs-website",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/josdejong/mathjs.git"
},
"dependencies": {
"mathjs": "14.5.0"
},
"devDependencies": {
"fancy-log": "2.0.0",
"glob": "11.0.2",
"gulp": "5.0.0",
"gulp-header": "2.0.9",
"gulp-rename": "2.0.0",
"gulp-replace": "1.1.4",
"handlebars": "4.7.8",
"rimraf": "6.0.1"
},
"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"
}
}