-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.22 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
{
"name": "greek-vat-calculator",
"version": "1.0.0",
"private": true,
"description": "A simple online Greek VAT calculator.",
"homepage": "https://xhmikosr.github.io/greek-vat-calculator/",
"author": "XhmikosR",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/XhmikosR/greek-vat-calculator.git"
},
"bugs": {
"url": "https://github.com/XhmikosR/greek-vat-calculator/issues"
},
"scripts": {
"build": "grunt build",
"test": "grunt test"
},
"dependencies": {
"bootstrap": "^5.3.3"
},
"devDependencies": {
"@lodder/grunt-postcss": "^3.1.1",
"@lodder/time-grunt": "^4.0.0",
"autoprefixer": "^10.4.19",
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-connect": "^5.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^24.3.0",
"grunt-html": "^17.0.0",
"grunt-purgecss": "^6.0.0",
"grunt-sass": "^3.1.0",
"grunt-static-inline": "^2.0.0",
"load-grunt-tasks": "^5.1.0",
"postcss": "^8.4.39",
"postcss-combine-duplicated-selectors": "^10.0.3",
"sass": "^1.77.6"
}
}