Files
agent/package.json
2016-09-01 23:37:43 +02:00

66 lines
2.0 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": {
"copy-webpack-plugin": "^3.0.1",
"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": "3.1.0",
"path": "^0.12.7",
"raw-loader": "^0.5.1",
"sass-loader": "^4.0.0",
"stylelint": "^7.0.3",
"ts-loader": "^0.8.2",
"tslint": "3.15.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-fail-plugin": "^1.0.5",
"webpack-stream": "^3.2.0",
"webpack-svgstore-plugin": "^2.2.2",
"yargs": "5.0.0"
},
"dependencies": {
"@angular/common": "2.0.0-rc.6",
"@angular/compiler": "2.0.0-rc.6",
"@angular/core": "2.0.0-rc.6",
"@angular/platform-browser": "2.0.0-rc.6",
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
"@angular/router": "3.0.0-rc.2",
"@types/es6-shim": "0.0.31",
"@types/jquery": "1.10.31",
"@types/node": "6.0.38",
"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.4.2",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.11",
"select2": "^4.0.3",
"sortablejs": "^1.4.2",
"typescript": "2.0.2",
"xml-loader": "^1.1.0",
"zone.js": "0.6.17"
},
"scripts": {
"tslint": "tslint \"src/**/*.ts\" \"test-serializer/**/*.ts\"",
"stylelint": "stylelint \"src/**/*.scss\" --syntax scss",
"lint": "run-s -scn tslint stylelint",
"build": "gulp",
"build:test": "webpack --config \"test-serializer/webpack.config.js\"",
"dev": "webpack-dev-server --config \"src/webpack.config.js\" --content-base \"./dist\""
}
}