forked from fearless359/simpleinvoices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.26 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
{
"name": "simpleinvoices",
"version": "1.0.0",
"scripts": {
"watch:sass": "node-sass sass/main.scss css/main.css -w -r",
"compile:sass": "node-sass sass/main.scss css/main.comp.css",
"prefix:css": "postcss --use autoprefixer -b 'last versions' css/main.comp.css -o css/main.prefix.css",
"compress:css": "node-sass css/main.prefix.css css/main.css --output-style compressed",
"build:css": "npm-run-all compile:sass prefix:css compress:css"
},
"dependencies": {
"alertifyjs": "^1.13.1",
"datatables": "^1.10.18",
"datatables.net": "^1.11.3",
"datatables.net-buttons-dt": "^1.7.0",
"datatables.net-colreorder-dt": "^1.5.3",
"datatables.net-dt": "^1.10.24",
"datatables.net-fixedheader-dt": "^3.1.8",
"datatables.net-responsive": "^2.2.7",
"datatables.net-scroller-dt": "^1.5.1",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.2",
"jquery-validation": "^1.19.3",
"tooltipster": "^4.2.8"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"concat": "^1.0.3",
"node-sass": "^7.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.0",
"postcss-cli": "^8.3.1"
},
"repository": {
"type": "git",
"url": "git://github.com/fearless359/repository.git"
},
"license": "(ISC OR GPL-3.0)"
}