|
1 | 1 | { |
2 | 2 | "name": "fos-router", |
3 | | - "version": "2.2.0", |
| 3 | + "version": "2.4.3", |
4 | 4 | "description": "A pretty nice way to use the routes generated by the FOSJsRoutingBundle in your JavaScript.", |
5 | 5 | "keywords": [ |
6 | 6 | "router", |
|
23 | 23 | ], |
24 | 24 | "main": "public/js/router.js", |
25 | 25 | "files": [ |
| 26 | + "webpack/FosRouting.js", |
26 | 27 | "public/js/router.js", |
27 | 28 | "public/js/router.min.js", |
28 | 29 | "ts/router.d.ts" |
29 | 30 | ], |
30 | 31 | "types": "ts/router.d.ts", |
31 | 32 | "devDependencies": { |
32 | | - "@babel/core": "^7.14.0", |
33 | | - "@babel/plugin-transform-object-assign": "^7.12.13", |
34 | | - "@babel/polyfill": "^7.12.1", |
35 | | - "@babel/preset-env": "^7.14.1", |
36 | | - "@babel/preset-typescript": "^7.13.0", |
37 | | - "@types/node": "^14.14.44", |
38 | | - "google-closure-library": "^20171203.0.0", |
| 33 | + "@types/node": "^14.18.10", |
| 34 | + "google-closure-library": "^20220104.0.0", |
39 | 35 | "gulp": "^4.0.2", |
40 | | - "gulp-babel": "^8.0.0", |
41 | | - "gulp-rename": "^1.2.2", |
42 | | - "gulp-uglify": "^1.5.4", |
43 | | - "gulp-wrap": "^0.13.0", |
44 | | - "jasmine": "^2.4.1", |
45 | | - "tsd": "^0.14.0", |
46 | | - "typescript": "^4.2.4" |
| 36 | + "gulp-rename": "^2.0.0", |
| 37 | + "gulp-uglify": "^3.0.2", |
| 38 | + "gulp-typescript": "^6.0.0-alpha.1", |
| 39 | + "gulp-wrap": "^0.15.0", |
| 40 | + "jasmine": "^4.0.2", |
| 41 | + "tsd": "^0.19.1", |
| 42 | + "typescript": "^4.5.5" |
47 | 43 | }, |
48 | 44 | "scripts": { |
49 | 45 | "build": "gulp && npm run build:types", |
50 | 46 | "build:types": "tsc --declaration --emitDeclarationOnly", |
51 | 47 | "test": "npm run build && npm run test:types && phantomjs js/run_jsunit.js js/router_test.html", |
52 | | - "test:types": "tsd" |
| 48 | + "test:types": "tsd", |
| 49 | + "prepublish": "npm run build" |
53 | 50 | }, |
54 | | - "dependencies": {} |
| 51 | + "dependencies": { |
| 52 | + "webpack-inject-plugin": "^1.5.5" |
| 53 | + } |
55 | 54 | } |
0 commit comments