-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.12 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
{
"name": "aurelia-enhance-n-watch",
"description": "An Aurelia plugin project.",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "https://github.com/Alexander-Taran/aurelia-enhance-n-watch"
},
"keywords": [
"aurelia",
"enhance",
"watch",
"dom"
],
"license": "MIT",
"devDependencies": {
"@types/jasmine": "^4.0.3",
"@types/node": "^17.0.35",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.4.0",
"aurelia-cli": "^2.0.3",
"aurelia-testing": "^1.1.0",
"connect": "^3.7.0",
"connect-history-api-fallback": "^1.6.0",
"connect-injector": "^0.4.4",
"debounce": "^1.2.1",
"del": "^6.1.0",
"eslint": "^8.15.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-watch": "^5.0.1",
"jasmine-core": "^4.1.1",
"karma": "^6.3.20",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-jasmine": "^4.0.2",
"karma-safari-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.8",
"karma-typescript-preprocessor": "^0.4.0",
"minimatch": "^5.1.0",
"open": "^8.4.0",
"promise-polyfill": "^8.2.3",
"requirejs": "^2.3.6",
"serve-static": "^1.15.0",
"server-destroy": "^1.0.1",
"socket.io": "^4.5.1",
"text": "requirejs/text",
"tslib": "^2.4.0",
"typescript": "^4.6.4"
},
"overrides": {
"chokidar": "^3.0.0",
"glob-stream": "^7.0.0",
"glob-parent": "^6.0.0",
"micromatch": "^4.0.0"
},
"scripts": {
"build": "au build-plugin --env prod",
"start": "au run",
"watch": "au build-plugin --watch",
"prepare": "npm run build",
"pretest": "au lint",
"preversion": "au test",
"test": "au test"
},
"engines": {
"node": ">=14.15.0"
},
"main": "dist/commonjs/index.js",
"module": "dist/native-modules/index.js",
"private": false,
"files": [
"dist",
"src"
]
}