mantra/package.json

69 lines
2.1 KiB
JSON
Raw Normal View History

2019-10-03 19:46:08 +00:00
{
"private": true,
2019-10-03 19:46:08 +00:00
"scripts": {
2019-10-07 21:20:38 +00:00
"build": "gulp Build -t Debug",
"release": "gulp Build -t Release",
"rebuild": "npm run clean && npm run build",
"rebuild-release": "npm run clean && npm run release",
"watch": "gulp Watch -t Debug",
"watch-release": "gulp Watch -t Release",
"stop": "gulp Stop -t Debug",
"stop-release": "gulp Stop -t Release",
"clean": "gulp Clean",
"lint": "npm run lint-gulp && npm run lint-project",
"lint-gulp": "tslint -p . -t verbose",
"lint-project": "tslint -p ./src/App -t verbose",
"prepare": "npm run rebuild"
2019-10-03 19:46:08 +00:00
},
"dependencies": {},
"devDependencies": {
2019-10-07 11:48:01 +00:00
"@manuth/tsconfig": "^1.2.2",
"@manuth/tslint-presets": "^1.0.4",
"@types/bootstrap": "^4.3.1",
"@types/browser-sync": "^2.26.1",
2019-10-07 11:48:01 +00:00
"@types/browserify": "^12.0.36",
"@types/fancy-log": "^1.3.1",
2019-10-07 15:50:06 +00:00
"@types/fs-extra": "^8.0.0",
"@types/gulp": "^4.0.6",
2019-10-07 11:48:01 +00:00
"@types/gulp-if": "0.0.33",
2019-10-07 16:59:23 +00:00
"@types/gulp-rename": "0.0.33",
"@types/gulp-sass": "^4.0.0",
2019-10-07 11:48:01 +00:00
"@types/gulp-terser": "^1.2.0",
"@types/jquery": "^3.3.31",
"@types/merge-stream": "^1.1.2",
"@types/minimist": "^1.2.0",
"@types/node": "^12.7.11",
"@types/promise-queue": "^2.2.0",
"@types/vinyl-buffer": "^1.0.0",
"@types/vinyl-source-stream": "0.0.30",
"@types/watchify": "^3.7.4",
"bootstrap": "^4.3.1",
"browser-sync": "^2.26.7",
2019-10-07 11:48:01 +00:00
"browserify": "^16.5.0",
2019-10-07 15:50:06 +00:00
"create-symlink": "^1.0.0",
2019-10-07 11:48:01 +00:00
"fancy-log": "^1.3.3",
2019-10-07 15:50:06 +00:00
"fs-extra": "^8.1.0",
"gulp": "^4.0.2",
2019-10-07 11:48:01 +00:00
"gulp-if": "^3.0.0",
2019-10-07 16:59:23 +00:00
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
2019-10-07 11:48:01 +00:00
"gulp-terser": "^1.2.0",
"jquery": "^3.4.1",
"merge-stream": "^2.0.0",
"minimist": "^1.2.0",
2019-10-07 16:59:23 +00:00
"node-sass-tilde-importer": "^1.0.2",
2019-10-07 11:48:01 +00:00
"popper.js": "^1.15.0",
"promise-queue": "^2.2.5",
"string-argv": "^0.3.1",
"ts-node": "^8.4.1",
2019-10-07 11:48:01 +00:00
"tsify": "^4.0.1",
"tslint": "^5.20.0",
"typescript": "^3.6.3",
"typescript-tslint-plugin": "^0.5.4",
"upath": "^1.2.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1"
}
2019-10-03 19:46:08 +00:00
}