|
1 | 1 | { |
2 | 2 | "name": "aurelia-ts-boilerplate", |
3 | 3 | "title": "Aurelia TS Boilerplate", |
4 | | - "version": "1.0.0", |
| 4 | + "version": "0.0.2", |
5 | 5 | "description": "A starter kit for building a standard navigation-style app with Aurelia, typescript and webpack.", |
6 | 6 | "main": "dist/app.js", |
7 | 7 | "scripts": { |
|
35 | 35 | "server:dev:hmr": "npm run server:dev -- --hot", |
36 | 36 | "server:prod": "http-server dist --cors", |
37 | 37 | "webpack": "cross-env ./node_modules/.bin/webpack", |
38 | | - "webpack-dev-server": "cross-env ./node_modules/.bin/webpack-dev-server" |
| 38 | + "webpack-dev-server": "cross-env ./node_modules/.bin/webpack-dev-server", |
| 39 | + "cordova:init": "node ./config/init-cordova.js" |
39 | 40 | }, |
40 | 41 | "repository": { |
41 | 42 | "type": "git", |
|
51 | 52 | "author": "w3tec <info@w3tec.ch> (http://w3tec.ch/)", |
52 | 53 | "contributors": [ |
53 | 54 | { |
54 | | - "name": "Gery Hirschfeld" |
| 55 | + "name": "Gery Hirschfeld <gery.hirschfeld@w3tec.ch> (https://github.com/hirsch88)" |
55 | 56 | }, |
56 | 57 | { |
57 | | - "name": "David Weber" |
| 58 | + "name": "David Weber <david.weber@w3tec.ch> (https://github.com/dweber019)" |
58 | 59 | } |
59 | 60 | ], |
60 | 61 | "bugs": { |
|
70 | 71 | }, |
71 | 72 | "dependencies": { |
72 | 73 | "animate.css": "^3.5.1", |
73 | | - "aurelia-animator-velocity": "^1.0.0", |
| 74 | + "aurelia-animator-css": "^1.0.0", |
74 | 75 | "aurelia-bootstrapper-webpack": "^1.0.0", |
75 | 76 | "aurelia-event-aggregator": "^1.0.0", |
76 | 77 | "aurelia-fetch-client": "^1.0.0", |
77 | 78 | "aurelia-framework": "^1.0.2", |
78 | 79 | "aurelia-history-browser": "^1.0.0", |
79 | | - "aurelia-i18n": "^1.1.1", |
| 80 | + "aurelia-i18n": "git+https://a6a36e9d3ce3276f41c6a077296f46d12c271954:x-oauth-basic@github.com/w3tecch/i18n.git", |
80 | 81 | "aurelia-loader-webpack": "^1.0.2", |
81 | 82 | "aurelia-logging-console": "^1.0.0", |
82 | 83 | "aurelia-materialize-bridge": "^0.13.0", |
|
89 | 90 | "aurelia-templating-router": "^1.0.0", |
90 | 91 | "aurelia-validation": "^0.11.0", |
91 | 92 | "bluebird": "^3.4.3", |
92 | | - "hammerjs": "^2.0.8", |
| 93 | + "intl": "^1.2.4", |
93 | 94 | "isomorphic-fetch": "^2.2.1", |
94 | 95 | "jquery": "2.2.4", |
95 | 96 | "lodash": "^4.15.0", |
| 97 | + "material-design-icons": "3.0.0", |
96 | 98 | "materialize-css": "^0.97.7", |
97 | | - "moment": "^2.14.1", |
98 | | - "material-design-icons": "3.0.0" |
| 99 | + "moment": "^2.14.1" |
99 | 100 | }, |
100 | 101 | "devDependencies": { |
101 | 102 | "@easy-webpack/config-aurelia": "^2.2.0", |
|
141 | 142 | "karma-remap-istanbul": "^0.2.1", |
142 | 143 | "karma-sourcemap-loader": "^0.3.7", |
143 | 144 | "karma-webpack": "^1.8.0", |
144 | | - "minimist": "^1.2.0", |
| 145 | + "ncp": "^2.0.0", |
145 | 146 | "node-sass": "^3.8.0", |
146 | 147 | "phantomjs-polyfill": "0.0.2", |
147 | 148 | "phantomjs-prebuilt": "^2.1.12", |
|
0 commit comments