65 lines
1.9 KiB
JSON
65 lines
1.9 KiB
JSON
{
|
|
"name": "uhk-agent",
|
|
"version": "0.0.1",
|
|
"description": "Agent is the configuration application of the Ultimate Hacking Keyboard.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:UltimateHackingKeyboard/agent.git"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"devDependencies": {
|
|
"gulp": "^3.9.1",
|
|
"gulp-if": "^2.0.1",
|
|
"gulp-sass": "^2.3.2",
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
"html-loader": "0.4.3",
|
|
"npm-run-all": "^2.3.0",
|
|
"raw-loader": "^0.5.1",
|
|
"sass-loader": "^4.0.0",
|
|
"string-replace-loader": "^1.0.3",
|
|
"stylelint": "^7.0.3",
|
|
"ts-loader": "^0.8.2",
|
|
"tslint": "^3.14.0",
|
|
"typings": "^1.3.2",
|
|
"webpack": "^1.13.1",
|
|
"webpack-dev-server": "^1.14.1",
|
|
"webpack-stream": "^3.2.0",
|
|
"webpack-svgstore-plugin": "^2.2.2",
|
|
"yargs": "^4.8.1"
|
|
},
|
|
"dependencies": {
|
|
"@angular/common": "2.0.0-rc.5",
|
|
"@angular/compiler": "2.0.0-rc.5",
|
|
"@angular/core": "2.0.0-rc.5",
|
|
"@angular/platform-browser": "2.0.0-rc.5",
|
|
"@angular/platform-browser-dynamic": "2.0.0-rc.5",
|
|
"@angular/router": "^3.0.0-rc.1",
|
|
"bootstrap": "^3.3.7",
|
|
"browser-stdout": "^1.3.0",
|
|
"es6-shim": "^0.35.1",
|
|
"font-awesome": "^4.6.3",
|
|
"handlebars": "^4.0.5",
|
|
"jquery": "^2.2.2",
|
|
"json-loader": "^0.5.4",
|
|
"ng2-select2": "0.3.1",
|
|
"reflect-metadata": "0.1.3",
|
|
"rxjs": "5.0.0-beta.6",
|
|
"select2": "^4.0.3",
|
|
"sortablejs": "^1.4.2",
|
|
"typescript": "1.9.0-dev.20160626-1.0",
|
|
"xml-loader": "^1.1.0",
|
|
"zone.js": "^0.6.12"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "typings install",
|
|
"tslint": "tslint \"src/**/*.ts\" \"config-serializer/**/*.ts\"",
|
|
"stylelint": "stylelint \"src/**/*.scss\" \"sass/**/*.scss\" --syntax scss",
|
|
"lint": "run-s -scn tslint stylelint",
|
|
"typings": "typings",
|
|
"build": "gulp",
|
|
"build:test": "webpack --config \"config-serializer/webpack.config.js\"",
|
|
"webpack": "webpack",
|
|
"webpack-dev-server": "webpack-dev-server"
|
|
}
|
|
}
|