-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
144 lines (144 loc) · 4.8 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "aurelia-dynamic-html",
"version": "0.3.1",
"description": "Aurelia custom element that takes (server- or client side) generated html and compiles it into a fully functional Aurelia View",
"keywords": [
"aurelia",
"dynamic",
"generate",
"html",
"runtime",
"composition",
"enhance",
"compile"
],
"homepage": "https://github.com/aurelia-contrib/aurelia-dynamic-html",
"bugs": {
"url": "https://github.com/aurelia-contrib/aurelia-dynamic-html/issues"
},
"license": "MIT",
"author": "Fred Kleuver <[email protected]>",
"main": "dist/commonjs/aurelia-dynamic-html.js",
"typings": "dist/commonjs/aurelia-dynamic-html.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/aurelia-contrib/aurelia-dynamic-html"
},
"scripts": {
"lint": "cross-env ./node_modules/.bin/nps lint",
"test": "cross-env ./node_modules/.bin/nps test",
"test-watch": "cross-env ./node_modules/.bin/nps test.watch",
"test-debug": "cross-env ./node_modules/.bin/nps test.watch.debug",
"build": "cross-env ./node_modules/.bin/nps build.dist",
"demo-dev": "cross-env ./node_modules/.bin/nps build.demo",
"demo-prod": "cross-env ./node_modules/.bin/nps build.demo.production",
"release-patch": "cross-env ./node_modules/.bin/nps release.patch",
"release-minor": "cross-env ./node_modules/.bin/nps release.minor",
"release-major": "cross-env ./node_modules/.bin/nps release.major",
"release-patch-dry": "cross-env ./node_modules/.bin/nps release.patch.dry",
"release-minor-dry": "cross-env ./node_modules/.bin/nps release.minor.dry",
"release-major-dry": "cross-env ./node_modules/.bin/nps release.major.dry",
"ghpages": "cross-env ./node_modules/.bin/nps ghpages",
"ghpages-setup": "cross-env ./node_modules/.bin/nps ghpages.setup"
},
"dependencies": {
"aurelia-binding": "^1.0.0",
"aurelia-dependency-injection": "^1.0.0",
"aurelia-logging": "^1.0.0",
"aurelia-pal": "^1.0.0",
"aurelia-task-queue": "^1.0.0",
"aurelia-templating": "^1.0.0"
},
"devDependencies": {
"@types/bluebird-global": "^3.5.5",
"@types/extract-text-webpack-plugin": "^3.0.2",
"@types/html-webpack-plugin": "^2.30.3",
"@types/jasmine": "^2.8.6",
"@types/karma": "^1.7.3",
"@types/node": "^9.6.4",
"@types/webpack": "^4.1.3",
"@types/webpack-env": "^1.13.6",
"aurelia-bootstrapper": "^2.2.0",
"aurelia-framework": "^1.2.0",
"aurelia-pal-browser": "^1.7.0",
"aurelia-polyfills": "^1.3.0",
"aurelia-testing": "^1.0.0-beta.4.0.0",
"aurelia-webpack-plugin": "^3.0.0-rc.1",
"bluebird": "^3.5.1",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"expose-loader": "^0.7.5",
"extract-loader": "^2.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"fork-ts-checker-webpack-plugin": "^0.4.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine-core": "^3.1.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-coverage-istanbul-reporter": "^1.4.2",
"karma-firefox-launcher": "^1.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.1.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"monaco-editor": "^0.12.0",
"monaco-editor-webpack-plugin": "^1.1.0",
"nps": "^5.9.0",
"nps-utils": "^1.5.0",
"rollup": "^0.57.1",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-typescript2": "^0.13.0",
"standard-version": "^4.3.0",
"style-loader": "^0.20.3",
"ts-loader": "^4.2.0",
"ts-node": "^5.0.1",
"tsconfig-paths": "^3.2.0",
"tslint": "^5.9.1",
"tslint-microsoft-contrib": "^5.0.3",
"typescript": "^2.8.1",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.3"
},
"jspm": {
"registry": "npm",
"jspmPackage": true,
"main": "index",
"format": "amd",
"directories": {
"dist": "dist/amd"
},
"dependencies": {
"aurelia-binding": "^1.0.0",
"aurelia-dependency-injection": "^1.0.0",
"aurelia-logging": "^1.0.0",
"aurelia-pal": "^1.0.0",
"aurelia-task-queue": "^1.0.0",
"aurelia-templating": "^1.0.0"
},
"peerDependencies": {
"aurelia-binding": "^1.0.0",
"aurelia-dependency-injection": "^1.0.0",
"aurelia-logging": "^1.0.0",
"aurelia-pal": "^1.0.0",
"aurelia-task-queue": "^1.0.0",
"aurelia-templating": "^1.0.0"
}
},
"aurelia": {
"import": {
"dependencies": [
{
"name": "aurelia-dynamic-html",
"path": "../node_modules/aurelia-dynamic-html/dist/amd",
"main": "aurelia-dynamic-html"
}
]
}
}
}