63 lines
1.8 KiB
JSON
63 lines
1.8 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": {
|
|
"browser-sync": "^2.13.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-if": "^2.0.1",
|
|
"gulp-sass": "^2.3.2",
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
"npm-run-all": "^2.2.0",
|
|
"raw-loader": "^0.5.1",
|
|
"sass-loader": "^3.2.1",
|
|
"stylelint": "^6.7.1",
|
|
"ts-loader": "^0.8.2",
|
|
"tslint": "^3.11.0",
|
|
"typings": "^1.3.0",
|
|
"webpack": "^1.13.1",
|
|
"webpack-dev-server": "^1.14.1",
|
|
"webpack-stream": "^3.2.0",
|
|
"webpack-svgstore-plugin": "^2.2.2",
|
|
"yargs": "^4.7.1"
|
|
},
|
|
"dependencies": {
|
|
"@angular/common": "2.0.0-rc.3",
|
|
"@angular/compiler": "2.0.0-rc.3",
|
|
"@angular/core": "2.0.0-rc.3",
|
|
"@angular/platform-browser": "2.0.0-rc.3",
|
|
"@angular/platform-browser-dynamic": "2.0.0-rc.3",
|
|
"bootstrap": "^3.3.6",
|
|
"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.8.10",
|
|
"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"
|
|
}
|
|
}
|