UNPKG

3.19 kBJSONView Raw
1{
2 "name": "aurelia-webpack-plugin",
3 "version": "5.0.6",
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 "cut-release": "npm version --git-tag-version false --"
40 },
41 "repository": {
42 "type": "git",
43 "url": "http://github.com/aurelia/webpack-plugin"
44 },
45 "dependencies": {
46 "aurelia-loader-webpack": "^2.2.4",
47 "minimatch": "^3.0.4",
48 "loader-utils": "^1.1.0",
49 "parse5": "^5.1.1"
50 },
51 "peerDependencies": {
52 "webpack": ">= 5.0.0"
53 },
54 "devDependencies": {
55 "@types/chai": "^4.2.22",
56 "@types/minimatch": "^3.0.5",
57 "@types/mocha": "^9.0.0",
58 "@types/node": "^16.11.6",
59 "@types/parse5": "^6.0.2",
60 "aurelia-binding": "^2.5.4",
61 "aurelia-bootstrapper": "^2.4.0",
62 "aurelia-chart": "^0.3.4",
63 "aurelia-dependency-injection": "^1.5.2",
64 "aurelia-dialog": "^2.0.0",
65 "aurelia-event-aggregator": "^1.0.3",
66 "aurelia-framework": "^1.4.1",
67 "aurelia-history": "^1.2.1",
68 "aurelia-history-browser": "^1.4.0",
69 "aurelia-loader": "^1.0.2",
70 "aurelia-logging": "^1.5.2",
71 "aurelia-logging-console": "^1.1.1",
72 "aurelia-metadata": "^1.0.7",
73 "aurelia-pal": "^1.8.2",
74 "aurelia-pal-browser": "^1.8.1",
75 "aurelia-path": "^1.1.7",
76 "aurelia-polyfills": "^1.3.4",
77 "aurelia-route-recognizer": "^1.3.2",
78 "aurelia-router": "^1.7.1",
79 "aurelia-store": "^1.7.0",
80 "aurelia-task-queue": "^1.3.3",
81 "aurelia-templating": "^1.11.1",
82 "aurelia-templating-binding": "^1.6.0",
83 "aurelia-templating-resources": "^1.14.3",
84 "aurelia-templating-router": "^1.4.0",
85 "aurelia-testing": "^1.0.0",
86 "chai": "^4.3.4",
87 "chart.js": "^3.7.1",
88 "copy-webpack-plugin": "^9.0.1",
89 "css-loader": "^6.5.1",
90 "html-loader": "^3.0.1",
91 "html-webpack-plugin": "^5.5.0",
92 "karma": "^6.3.19",
93 "karma-chrome-launcher": "^3.1.0",
94 "karma-mocha": "^2.0.1",
95 "karma-sourcemap-loader": "^0.3.8",
96 "karma-webpack": "^5.0.0",
97 "link-parent-bin": "^2.0.0",
98 "mini-css-extract-plugin": "^2.4.4",
99 "mocha": "^9.1.3",
100 "redux": "^4.2.0",
101 "rimraf": "^3.0.2",
102 "ts-loader": "^9.2.6",
103 "tslib": "^2.3.1",
104 "typescript": "^4.4.4",
105 "webpack": "^5.61.0",
106 "webpack-cli": "^4.9.1",
107 "webpack-dev-server": "^4.4.0"
108 }
109}