mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
26 lines
658 B
JSON
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.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"fancy-log": "2.0.0",
|
|
"glob": "8.1.0",
|
|
"gulp": "4.0.2",
|
|
"gulp-header": "2.0.9",
|
|
"gulp-rename": "2.0.0",
|
|
"gulp-replace": "1.1.4",
|
|
"handlebars": "4.7.7",
|
|
"rimraf": "4.4.0"
|
|
},
|
|
"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"
|
|
}
|
|
}
|