UNPKG

ode-bootstrap-neo-cg77

Version:
51 lines (50 loc) 2.18 kB
{ "name": "ode-bootstrap-neo-cg77", "version": "1.0.0-dev-produit.202210131546", "description": "Neo theme by Open Digital Education\"", "scripts": { "sass:watch": "node-sass --source-map true -w scss/index.scss docs/index.css", "sass:build:debug": "node-sass --source-map true scss/index.scss docs/index.css", "sass:build:release": "node-sass --output-style compressed ${SKIN_DIR}/$SKIN/theme.scss ${SKIN_DIR}/$SKIN/theme.css && cpr ${SKIN_DIR}/$SKIN/ ${DIST_DIR}/skins/$SKIN/ -o", "dev:dependencies": "cpr node_modules/ode-bootstrap/assets/ docs/ -o", "dev:prepare": "npm run sass:build:debug && npm run dev:dependencies && cpr assets/ docs/ -o", "dev:watch": "npm run dev:prepare && concurrently \" npm run sass:watch \" \" npm run dev:serve \" ", "dev:serve": "live-server --open=docs/ --ignore=**/node_modules/**,**/dist/**,**/package.json,**/.git/**", "dev:lint": "stylelint scss/**/*.scss || echo \"lint faild for some file(s).\"", "dev:lint-fix": "stylelint scss/**/*.scss --fix || echo \"lint faild for some file(s).\"", "release:clean": "rimraf ${DIST_DIR}", "release:dependencies": "cpr node_modules/ode-bootstrap/assets/ ${DIST_DIR}/ -o", "release:prepare": "npm run release:clean && npm run release:dependencies && cpr assets/ ${DIST_DIR}/ -o", "release:build": "npm run release:prepare && SKIN=default npm run sass:build:release" }, "repository": { "type": "git", "url": "git@github.com:opendigitaleducation/ode-bootstrap-neo.git" }, "keywords": [ "NEO", "ODE", "bootstrap", "theme" ], "author": "Open Digital Education", "license": "AGPL-3.0", "dependencies": { "ode-bootstrap": "dev-produit" }, "devDependencies": { "@fortawesome/fontawesome-free": "^5.15.4", "bootstrap": "5.1.3", "entcore-generic-icons": "opendigitaleducation/generic-icons", "concurrently": "^5.0.2", "copyfiles": "^2.2.0", "cpr": "^3.0.1", "live-server": "^1.2.1", "node-sass": "^6.0.1", "rimraf": "^3.0.0", "stylelint": "^13.13.1", "prettier-stylelint": "^0.4.2", "stylelint-config-twbs-bootstrap": "^2.2.3" }, "files": ["dist"] }