-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
91 lines (91 loc) · 2.96 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
{
"name": "stamp-web-aurelia",
"description": "An HTML-5 application used to manage stamp collections built with the Aurelia client application framework.",
"version": "6.2.0",
"repository": {
"type": "git",
"url": "git://github.com/stamp-web/stamp-web-aurelia.git"
},
"bugs": {
"url": "https://github.com/stamp-web/stamp-web-aurelia/issues"
},
"license": "Apache-2.0",
"author": "Jason Drake (jadrake75@gmail.com)",
"scripts": {
"test": "au test"
},
"dependencies": {
"@popperjs/core": "^2.11.2",
"aurelia-animator-css": "1.0.4",
"aurelia-bootstrapper": "2.4.0",
"aurelia-dialog": "2.0.0",
"aurelia-http-client": "1.3.1",
"aurelia-i18n": "3.1.4",
"aurelia-validation": "1.1.2",
"bluebird": "3.4.1",
"blueimp-load-image": "2.6.1",
"bootstrap": "^5.2.3",
"flatpickr": "^4.6.9",
"i18next-xhr-backend": "^0.5.3",
"jquery": "^3.6.3",
"lodash": "^4.17.19",
"moment": "^2.14.1",
"nprogress": "0.2.0",
"odata-filter-parser": "^0.5.0",
"pdfmake": "^0.2.7",
"requirejs": "^2.3.2",
"select2": "4.0.3",
"serve-static": "^1.16.2"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-decorators": "^7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.4.0",
"@jest/core": "^29.3.1",
"async": ">=2.6.4",
"aurelia-cli": "3.0.1",
"aurelia-loader-nodejs": "1.1.0",
"aurelia-pal-nodejs": "^3.0.0-rc.1",
"aurelia-testing": "1.1.0",
"babel-jest": "^29.3.1",
"browser-sync": "^3.0.3",
"connect-history-api-fallback": "^1.6.0",
"debounce": "^1.2.0",
"expect.js": "^0.3.1",
"fs": "0.0.1-security",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cache": "^1.1.3",
"gulp-clean-css": "^4.2.0",
"gulp-dart-sass": "^1.0.2",
"gulp-eslint": "^6.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"http-proxy-middleware": "^0.19.1",
"isomorphic-fetch": "^3.0.0",
"jest": "^29.3.1",
"jest-cli": "^29.3.1",
"jest-createspyobj": "^2.0.0",
"jest-environment-jsdom": "^29.3.1",
"jest-junit": "^15.0.0",
"jest-transform-stub": "^2.0.0",
"jsdom": "^22.0.0",
"minimatch": "^3.0.4",
"portscanner": "^2.2.0",
"regenerator-runtime": "0.13.2",
"text": "requirejs/text#latest",
"through2": "^2.0.5",
"uglify-js": "^3.17.4",
"util": "^0.12.5",
"vinyl-fs": "^4.0.0"
},
"engines": {
"node": ">=8.9.0"
}
}