-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (47 loc) · 1.67 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
45
46
47
48
49
50
51
{
"name": "knihovny-cz",
"version": "2.20.0",
"description": "Dev tools to handle css preprocessing, js magic, and compression",
"repository": {
"type": "git",
"url": "https://github.com/moravianlibrary/Knihovny.cz"
},
"bugs": {
"url": "https://github.com/moravianlibrary/Knihovny.cz/issues"
},
"scripts": {
"build": "npm run build:css",
"build:css": "npm run build:less && npm run build:scssonly",
"watch:css": "npm run watch:less",
"build:less": "grunt less custom",
"lessdev": "grunt lessdev",
"watch:less": "grunt watch:less",
"watch:lessdev": "grunt watch:lessdev",
"install:scss-dependencies": "cd themes/bootstrap5 && npm run installBuildDeps",
"build:scss": "npm run install:scss-dependencies && grunt scss",
"check:scss": "npm run install:scss-dependencies && grunt check:scss",
"watch:scss": "npm run install:scss-dependencies && grunt watch:scss",
"build:scssonly": "npm run install:scss-dependencies && grunt scssonly",
"lessToSass": "grunt lessToSass",
"watch:lessToSass": "grunt watch:lessToSass"
},
"dependencies": {
"autocomplete.js": "vufind-org/autocomplete.js#v1.x",
"grunt": "^1.0.4",
"grunt-contrib-less": "^2.0.0",
"grunt-less-to-sass": "duvillierA/grunt-less-to-sass#0.0.11",
"grunt-dart-sass": "^2.0.1",
"jit-grunt": "^0.10.0",
"vanilla-cookieconsent": "3.0.0-rc.16",
"sass": "^1.69.5",
"simple-keyboard": "^3.6.0",
"simple-keyboard-layouts": "^3.0.0"
},
"devDependencies": {
"all-iso-language-codes": "^1.0.13",
"eslint": "^8.15.0",
"eslint-plugin-no-jquery": "^2.7.0",
"grunt-contrib-watch": "^1.1.0",
"jshint": "^2.13.4"
}
}