-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.13 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
{
"name": "amazash",
"version": "2.1.0",
"description": "WebApp for determining when it makes sense to buy outside Amazon w.r.t. the prime VISA card.",
"private": true,
"scripts": {
"test": "jest",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PotcFdk/Amazash.git"
},
"author": "PotcFdk",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/PotcFdk/Amazash/issues"
},
"homepage": "https://github.com/PotcFdk/Amazash#readme",
"devDependencies": {
"@potcfdk/html-webpack-banner-plugin": "git+https://github.com/PotcFdk/html-webpack-banner-plugin.git",
"@types/jest": "^26.0.10",
"css-loader": "^4.2.2",
"decimal.js": "^10.2.0",
"file-loader": "^6.0.0",
"git-last-commit": "^1.0.0",
"html-loader": "^1.3.0",
"html-webpack-plugin": "^4.3.0",
"jest": "^26.4.2",
"style-loader": "^1.2.1",
"ts-jest": "^26.3.0",
"ts-loader": "^8.0.3",
"typescript": "^4.0.2",
"vue": "^2.6.12",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}