forked from InvoicePlane/InvoicePlane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.21 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
{
"name": "invoiceplane",
"version": "1.5.11",
"description": "InvoicePlane is a self-hosted open source application for managing your invoices, clients and payments",
"repository": {
"type": "git",
"url": "git+https://github.com/InvoicePlane/InvoicePlane.git"
},
"author": "InvoicePlane Developers & Contributors",
"license": "MIT",
"bugs": {
"url": "https://development.invoiceplane.com"
},
"homepage": "https://www.invoiceplane.com",
"devDependencies": {
"autoprefixer": "^9.7.3",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-sass": "^3.4.1",
"clipboard": "^2.0.4",
"dropzone": "^5.5.1",
"font-awesome": "^4.7.0",
"grunt": "^1.0.4",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^2.1.0",
"html5shiv": "^3.7.3",
"jquery": "~3.4.1",
"jquery-ui": "^1.12.1",
"js-cookie": "^2.2.1",
"load-grunt-tasks": "^5.1.0",
"node-sass": "^4.13.0",
"postcss": "^7.0.26",
"select2": "^4.0.12",
"zxcvbn": "^4.4.2"
},
"scripts": {
"build": "grunt build"
}
}