forked from SolidInvoice/SolidInvoice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.28 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.28 KB
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
{
"name": "solidinvoice",
"description": "SolidInvoice Billing Application",
"version": "2.0.4",
"repository": {
"type": "git",
"url": "git+https://github.com/SolidInvoice/SolidInvoice.git"
},
"keywords": [
"billing"
],
"author": "Pierre du Plessis",
"license": "MIT",
"bugs": {
"url": "https://github.com/SolidInvoice/SolidInvoice/issues"
},
"homepage": "https://solidinvoice.co",
"scripts": {
"dev": "encore dev",
"dev-server": "encore dev-server --https --disable-host-check",
"build": "encore production",
"lint": "eslint src"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.3",
"@symfony/webpack-encore": "^1.1.2",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"eslint": "^7.22.0",
"eslint-loader": "^4.0.0",
"eslint-plugin-backbone": "^2.1.1",
"eslint-plugin-jasmine": "^4.1.2",
"eslint-plugin-jest": "^24.3.2",
"eslint-plugin-lodash": "^6.0.0",
"eslint-plugin-no-jquery": "^2.4.1",
"handlebars-loader": "^1.7.1",
"jasmine": "^3.4.0",
"node-sass": "^4.13.1",
"sass-loader": "^11.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"accounting": "^0.4.1",
"admin-lte": "^3.0.4",
"backbone": "^1.4.0",
"backbone.marionette": "^4.1.2",
"backbone.paginator": "^2.0.8",
"backbone.radio": "^2.0.0",
"backgrid": "^0.3.8",
"backgrid-filter": "^0.3.7",
"backgrid-paginator": "^0.3.9",
"backgrid-select-all": "^0.3.5",
"bazinga-translator": "^2.6.6",
"bootstrap": "^4.4.1",
"bootstrap-material-datetimepicker": "^2.7.3",
"handlebars": "^4.5.1",
"jquery": "^3.5.0",
"jquery-placeholder": "^2.3.1",
"lodash": "^4.17.19",
"marionette.approuter": "^1.0.2",
"moment": "^2.24.0",
"parsleyjs": "^2.9.0",
"regenerator-runtime": "^0.13.3",
"select2": "^4.0.6-rc.1",
"select2-bootstrap-theme": "^0.1.0-beta.10",
"underscore": "^1.9.1"
}
}