-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 996 Bytes
/
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
{
"name": "yeti",
"private": true,
"version": "0.0.0",
"description": "Snowball debt calculator",
"homepage": "http://ballofsnow.org",
"author": {
"name": "Randy Merrill",
"email": "[email protected]",
"url": "http://forthedeveloper.com"
},
"keywords": [
"debt",
"snowball",
"calculator",
"amortization"
],
"dependencies": {
"@types/preact-i18n": "^1.2.0",
"fs-readdir-recursive": "^1.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-typescript": "^6.0.0-alpha.1",
"node-sass": "^4.13.1",
"percy": "^0.26.0",
"preact": "^10.3.3",
"preact-i18n": "^2.0.0-preactx.2",
"terser-webpack-plugin": "^2.3.5",
"toastify-js": "^1.7.0",
"ts-loader": "^6.2.1",
"typescript": "^3.8.3",
"webpack": "^4.42.0",
"webpack-stream": "^5.2.1"
},
"devDependencies": {},
"scripts": {
"build": "gulp build",
"watch": "gulp"
}
}