40 lines
1019 B
JSON
40 lines
1019 B
JSON
{
|
|
"name": "code",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zinchenko291/math-modeling.git"
|
|
},
|
|
"author": "zinchenko291",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/zinchenko291/math-modeling/issues"
|
|
},
|
|
"homepage": "https://github.com/zinchenko291/math-modeling#readme",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.16.5",
|
|
"@babel/preset-env": "^7.16.5",
|
|
"browser-sync": "^2.27.7",
|
|
"del": "^6.0.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-autoprefixer": "^8.0.0",
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-copy": "^4.0.1",
|
|
"gulp-imagemin": "^7.1.0",
|
|
"gulp-pug": "^5.0.0",
|
|
"gulp-sass": "^5.0.0",
|
|
"gulp-sourcemaps": "^3.0.0",
|
|
"gulp-uglify": "^3.0.2",
|
|
"sass": "^1.45.1"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^5.1.3"
|
|
}
|
|
}
|