Files
agent/package.json
2016-06-11 17:04:53 +02:00

60 lines
1.7 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.11.0",
"gulp": "^3.9.1",
"gulp-if": "^2.0.0",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"raw-loader": "^0.5.1",
"sass-loader": "^3.2.0",
"stylint": "^1.3.10",
"ts-loader": "^0.8.2",
"tslint": "^3.8.1",
"typings": "^1.0.4",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1",
"webpack-stream": "^3.2.0",
"webpack-svgstore-plugin": "^2.1.5",
"yargs": "^4.2.0"
},
"dependencies": {
"@angular/common": "2.0.0-rc.1",
"@angular/compiler": "2.0.0-rc.1",
"@angular/core": "2.0.0-rc.1",
"@angular/platform-browser": "2.0.0-rc.1",
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
"bootstrap": "^3.3.6",
"browser-stdout": "^1.3.0",
"es6-shim": "^0.35.0",
"font-awesome": "^4.5.0",
"handlebars": "^4.0.5",
"jquery": "^2.2.2",
"json-loader": "^0.5.4",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"select2": "^4.0.2",
"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",
"typings": "typings",
"build": "gulp",
"build:test": "webpack --config 'config-serializer/webpack.config.js'",
"webpack": "webpack",
"webpack-dev-server": "webpack-dev-server"
}
}