UNPKG

2.91 kBJSONView Raw
1{
2 "name": "aurelia-webpack-plugin",
3 "version": "5.0.2",
4 "description": "A plugin for webpack that enables bundling Aurelia applications.",
5 "keywords": [
6 "aurelia",
7 "webpack",
8 "plugin"
9 ],
10 "homepage": "http://aurelia.io",
11 "bugs": {
12 "url": "https://github.com/aurelia/webpack-plugin/issues"
13 },
14 "license": "MIT",
15 "author": "Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)",
16 "contributors": [
17 {
18 "name": "Arjen de Blok"
19 },
20 {
21 "name": "Bazyli Brzóska <bazyli.brzoska@gmail.com> (https://invent.life)"
22 },
23 {
24 "name": "Joel Dumas"
25 }
26 ],
27 "main": "dist/index.js",
28 "types": "dist/types/index.d.ts",
29 "files": [
30 "dist",
31 "runtime"
32 ],
33 "scripts": {
34 "build": "tsc",
35 "build:watch": "tsc --watch",
36 "test": "cd tests/app-basic && npm run build:ci",
37 "preversion": "npm run test",
38 "version": "npm run build && git add ."
39 },
40 "repository": {
41 "type": "git",
42 "url": "http://github.com/aurelia/webpack-plugin"
43 },
44 "dependencies": {
45 "aurelia-loader-webpack": "^2.2.3",
46 "bundle-loader": "^0.5.6",
47 "html-loader": "^0.5.5",
48 "minimatch": "^3.0.4"
49 },
50 "peerDependencies": {
51 "webpack": ">= 5.0.0"
52 },
53 "devDependencies": {
54 "@types/chai": "^4.2.21",
55 "@types/minimatch": "^3.0.3",
56 "@types/mocha": "^8.2.3",
57 "@types/node": "^9.4.6",
58 "aurelia-binding": "^2.5.4",
59 "aurelia-bootstrapper": "^2.3.3",
60 "aurelia-chart": "^0.3.4",
61 "aurelia-dependency-injection": "^1.5.2",
62 "aurelia-dialog": "^2.0.0",
63 "aurelia-event-aggregator": "^1.0.3",
64 "aurelia-framework": "^1.3.1",
65 "aurelia-history": "^1.2.1",
66 "aurelia-history-browser": "^1.4.0",
67 "aurelia-loader": "^1.0.2",
68 "aurelia-logging": "^1.5.2",
69 "aurelia-logging-console": "^1.1.1",
70 "aurelia-metadata": "^1.0.7",
71 "aurelia-pal": "^1.8.2",
72 "aurelia-pal-browser": "^1.8.1",
73 "aurelia-path": "^1.1.5",
74 "aurelia-polyfills": "^1.3.4",
75 "aurelia-route-recognizer": "^1.3.2",
76 "aurelia-router": "^1.7.1",
77 "aurelia-store": "^1.7.0",
78 "aurelia-task-queue": "^1.3.3",
79 "aurelia-templating": "^1.10.4",
80 "aurelia-templating-binding": "^1.5.3",
81 "aurelia-templating-resources": "^1.13.1",
82 "aurelia-templating-router": "^1.4.0",
83 "aurelia-testing": "^1.0.0",
84 "chai": "^4.3.4",
85 "copy-webpack-plugin": "^8.1.1",
86 "html-webpack-plugin": "^5.3.1",
87 "karma": "^6.3.4",
88 "karma-chrome-launcher": "^3.1.0",
89 "karma-mocha": "^2.0.1",
90 "karma-sourcemap-loader": "^0.3.8",
91 "karma-webpack": "^5.0.0",
92 "mocha": "^9.0.2",
93 "rimraf": "^3.0.2",
94 "ts-loader": "^9.2.3",
95 "tslib": "^2.2.0",
96 "typescript": "^4.2.4",
97 "webpack": "^5.37.0",
98 "webpack-cli": "^4.7.0",
99 "webpack-dev-server": "^3.11.2"
100 }
101}