UNPKG

publishing-template

Version:
138 lines (137 loc) 4.68 kB
{ "name": "publishing-template", "description": "publishing template", "version": "0.0.1", "keywords": [ "css", "sass", "mobile-first", "responsive", "front-end", "framework", "web", "mobile" ], "author": "juyeonlee", "scripts": { "dev": "npm-run-all develope watch", "dist": "npm-run-all css js && gulp", "---------------------------- gulp task ": "", "watch": "gulp browser-sync", "develope": "gulp dev", "---------------------------- css task": "", "css": "npm-run-all css-main", "css-main": "npm-run-all css-compile-main css-minify-main", "css-compile": "npm-run-all --parallel css-compile-*", "css-compile-main": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 src/scss/ -o src/css/dist/", "css-minify": "npm-run-all --parallel css-minify-*", "css-minify-main": "cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output src/css/dist/bootstrap.min.css src/css/dist/bootstrap.css", "____________________________ js task": "", "js": "npm-run-all js-compile js-minify", "js-main": "npm-run-all js-compile js-minify-main", "js-compile": "npm-run-all --parallel js-compile-* --sequential", "js-compile-standalone": "rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap", "js-compile-bundle": "rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap", "js-compile-plugins": "node build/build-plugins.js", "js-minify": "npm-run-all --parallel js-minify-main", "js-minify-main": "npm-run-all js-minify-standalone js-minify-bundle", "js-minify-standalone": "uglifyjs --compress typeofs=false --mangle --comments \"/^!/\" --source-map \"content=src/js/dist/bootstrap.js.map,includeSources,url=bootstrap.min.js.map\" --output src/js/dist/bootstrap.min.js src/js/dist/bootstrap.js", "js-minify-bundle": "uglifyjs --compress typeofs=false --mangle --comments \"/^!/\" --source-map \"content=src/js/dist/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map\" --output src/js/dist/bootstrap.bundle.min.js src/js/dist/bootstrap.bundle.js" }, "style": "dist/css/bootstrap.css", "sass": "scss/bootstrap.scss", "main": "dist/js/bootstrap", "repository": { "type": "git", "url": "git+https://github.com/domfam012/MyUI.git" }, "license": "MIT", "dependencies": { "@fortawesome/fontawesome-free": "^5.12.1", "bootstrap": "^4.5.3", "bootstrap-icons": "^1.0.0-alpha2", "browser-sync": "^2.26.13", "myui-bootstrap-kr": "^1.0.0", "prettier": "^1.19.1", "sass-lint": "^1.13.1" }, "peerDependencies": { "jquery": "1.9.1 - 3", "popper.js": "^1.16.0" }, "devDependencies": { "@babel/cli": "^7.7.4", "@babel/core": "^7.7.4", "@babel/plugin-proposal-object-rest-spread": "^7.7.4", "@babel/preset-env": "^7.7.4", "autoprefixer": "^9.7.2", "babel-eslint": "^10.0.3", "babel-plugin-istanbul": "^5.2.0", "broken-link-checker": "^0.7.8", "bundlesize": "^0.18.0", "clean-css-cli": "^4.3.0", "cross-env": "^5.2.1", "del": "^5.1.0", "eonasdan-bootstrap-datetimepicker": "^4.17.47", "eslint": "^5.16.0", "find-unused-sass-variables": "^0.6.0", "glob": "^7.1.6", "gulp": "^4.0.2", "gulp-clean": "^0.4.0", "gulp-concat": "^2.6.1", "gulp-connect": "^5.7.0", "gulp-file-include": "^2.1.1", "gulp-html-beautify": "^1.0.1", "gulp-postcss": "^8.0.0", "gulp-rename": "^2.0.0", "gulp-replace": "1.0.0", "gulp-sass": "^4.1.0", "gulp-scss": "^1.4.0", "gulp-scss-combine": "^1.0.0", "hammer-simulator": "0.0.1", "http-server": "^0.11.1", "ip": "^1.1.5", "jquery": "^3.4.1", "node-sass": "^4.14.1", "nodemon": "^1.19.4", "npm-run-all": "^4.1.5", "opn": "^6.0.0", "popper.js": "^1.16.1", "postcss-preset-env": "^6.7.0", "qunit": "2.9.2", "rollup": "1.26.5", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "^5.2.0", "run-sequence": "^2.2.1", "sinon": "^7.5.0", "uglify-js": "^3.6.9" }, "engines": { "node": ">=6" }, "jspm": { "registry": "npm", "main": "js/bootstrap", "directories": { "lib": "dist" }, "shim": { "js/bootstrap": { "deps": [ "jquery", "popper.js" ], "exports": "$" } }, "dependencies": {}, "peerDependencies": { "jquery": "1.9.1 - 3", "popper.js": "^1.16.0" } }, "directories": { "doc": "doc" } }