forked from OXID-eSales/apex-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 974 Bytes
/
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
{
"name": "apex",
"version": "1.2.0",
"description": "APEX - Bootstrap 5 TWIG Theme",
"main": "index.js",
"author": "Tino Favetto, c&c concepts and creations gmbh",
"engines": {
"node": ">=8"
},
"devDependencies": {
"@fontsource/oswald": "^4.5.7",
"@popperjs/core": "^2.9.2",
"bootstrap": "5.2.3",
"dart-sass": "^1.25.0",
"grunt": "^1.5.3",
"grunt-combine-media-queries": "^1.0.20",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"grunt-svg-symbols": "^1.0.0",
"jquery": "^3.6.0",
"matchdep": "^2.0.0",
"roboto-fontface": "^0.10.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"grunt": "grunt"
},
"license": "ISC",
"dependencies": {
"js-cookie": "^3.0.5"
}
}