+Aurelia +Paket +FAKE
Interim commit; there may still be leftover files from the Aurelia tutorial
This commit is contained in:
52
src/app/package.json
Normal file
52
src/app/package.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"name": "contact-manager",
|
||||
"description": "An Aurelia client application.",
|
||||
"version": "0.1.0",
|
||||
"repository": {
|
||||
"type": "???",
|
||||
"url": "???"
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"aurelia-animator-css": "^1.0.1",
|
||||
"aurelia-bootstrapper": "^2.1.0",
|
||||
"bluebird": "^3.4.1",
|
||||
"bootstrap": "^3.3.7",
|
||||
"jquery": "^2.2.4",
|
||||
"nprogress": "^0.2.0",
|
||||
"requirejs": "^2.3.2",
|
||||
"text": "github:requirejs/text#latest"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"devDependencies": {
|
||||
"aurelia-cli": "^0.27.0",
|
||||
"aurelia-testing": "^1.0.0-beta.2.0.1",
|
||||
"aurelia-tools": "^1.0.0",
|
||||
"browser-sync": "^2.13.0",
|
||||
"connect-history-api-fallback": "^1.2.0",
|
||||
"gulp": "github:gulpjs/gulp#4.0",
|
||||
"gulp-changed-in-place": "^2.0.3",
|
||||
"gulp-plumber": "^1.1.0",
|
||||
"gulp-rename": "^1.2.2",
|
||||
"gulp-sourcemaps": "^2.0.0-alpha",
|
||||
"gulp-notify": "^2.2.0",
|
||||
"minimatch": "^3.0.2",
|
||||
"through2": "^2.0.1",
|
||||
"uglify-js": "^2.6.3",
|
||||
"vinyl-fs": "^2.4.3",
|
||||
"event-stream": "^3.3.3",
|
||||
"gulp-typescript": "^3.1.4",
|
||||
"gulp-tslint": "^5.0.0",
|
||||
"tslint": "^3.11.0",
|
||||
"typescript": ">=1.9.0-dev || ^2.0.0",
|
||||
"@types/node": "^6.0.45",
|
||||
"gulp-htmlmin": "^3.0.0",
|
||||
"html-minifier": "^3.2.3",
|
||||
"jasmine-core": "^2.4.1",
|
||||
"karma": "^0.13.22",
|
||||
"karma-chrome-launcher": "^1.0.1",
|
||||
"karma-jasmine": "^1.0.2",
|
||||
"karma-typescript-preprocessor": "^0.2.1",
|
||||
"@types/jasmine": "^2.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user