UNPKG

laravel-jstools

Version:

JS tools for building front-side of Laravel applications

57 lines (56 loc) 1.65 kB
{ "name": "laravel-jstools", "version": "1.1.58", "description": "JS tools for building front-side of Laravel applications", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "jest --config jestconfig.json", "build": "tsc && npm run cpsass && npm run cpscript", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags", "cpsass": "cp -r ./src/bootstrap/sass/ ./lib/bootstrap/", "cpscript": "cp -r ./src/bootstrap/script/dashly/vendor/ ./lib/bootstrap/script/dashly/" }, "repository": { "type": "git", "url": "git+https://github.com/omadonex/laravel-jstools.git" }, "keywords": [ "JS", "Tools", "Laravel" ], "author": "omadonex", "license": "ISC", "bugs": { "url": "https://github.com/omadonex/laravel-jstools/issues" }, "homepage": "https://github.com/omadonex/laravel-jstools#readme", "devDependencies": { "@types/jest": "^29.2.3", "@types/jquery": "^3.5.14", "axios": "^1.2.1", "jest": "^29.3.1", "jquery": "^3.6.1", "prettier": "^2.8.0", "ts-jest": "^29.0.3", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.9.3" }, "files": [ "lib/**/*" ], "dependencies": { "flatpickr": "^4.6.13", "jstree": "^3.3.15", "laravel-jstools-di": "^1.0.3", "quill": "^2.0.2" } }