-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.68 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
{
"name": "Shopadoo",
"version": "2.4.2",
"description": "The easy to-do and shopping list for everyday use.",
"license": "GNU AGPLv3",
"author": {
"name": "Styrit",
"url": "https://styrit.com/shopadoo"
},
"bugs": {
"url": "https://github.com/Styrit/shopadoo.styrit.com/issues"
},
"homepage": "https://github.com/Styrit/shopadoo.styrit.com",
"dependencies": {
"aurelia-framework": "^1.4.1",
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.4.0",
"aurelia-dialog": "git+https://github.com/gp-slick-coder/dialog#css-button-reset",
"aurelia-fetch-client": "^1.8.2",
"basiccontext": "git+https://github.com/gp-slick-coder/basicContext#master",
"idb-keyval": "^6.2.1",
"pixabay-auto-complete": "git+https://github.com/gp-slick-coder/JavaScript-autoComplete#master",
"sortablejs": "^1.15.1",
"@sentry/browser": "^7.88.0"
},
"devDependencies": {
"sass": "^1.69.5",
"@types/jest": "^29.5.11",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.4",
"@types/webpack": "^4.4.15",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"app-settings-loader": "^1.0.2",
"aurelia-cli": "^3.0.2",
"aurelia-loader-nodejs": "^1.1.0",
"aurelia-pal-nodejs": "^3.0.0-rc.1",
"aurelia-testing": "^1.1.0",
"aurelia-tools": "^2.0.0",
"aurelia-webpack-plugin": "^4.0.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^6",
"css-loader": "^5",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^8.56.0",
"expose-loader": "^4.1.0",
"file-loader": "^6.2.0",
"gulp": "^4.0.0",
"html-loader": "^1.0.0",
"html-webpack-plugin": "^4.0.0",
"istanbul-instrumenter-loader": "^3.0.1",
"jest": "^24.1.0",
"jest-cli": "^24.1.0",
"jest-transform-stub": "^2.0.0",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^2.7.6",
"minimatch": "^9.0.3",
"promise-polyfill": "^8.3.0",
"sass-loader": "^9",
"style-loader": "^3.3.3",
"through2": "^4.0.2",
"tree-kill": "^1.2.2",
"ts-jest": "^29.1.1",
"ts-loader": "^8.2.0",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"typescript": "^5.3.3",
"url-loader": "^4.1.1",
"vinyl-fs": "^4.0.0",
"webpack": "^4.27.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^4",
"webpack-dev-server": "^4.15.1",
"workbox-webpack-plugin": "^4.3.1"
},
"scripts": {
"build": "webpack --env production --env extractCss",
"dev": "webpack-dev-server --env extractCss",
"build:dev": "webpack --env extractCss",
"analyze": "webpack --env production --analyze"
},
"engines": {
"node": ">=18"
}
}