-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
48 lines (48 loc) · 1.34 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
{
"name": "WaveTheme",
"version": "3.0.1",
"description": "Wave is a responsive Smarty theme for all OXID eShop editions",
"main": "index.js",
"author": "c&c concepts and creations gmbh",
"devDependencies": {
"@fortawesome/fontawesome-free-webfonts": "1.0.6",
"ajv": "^5.2.5",
"bootstrap": "^4.3.1",
"grunt": "1.0.2",
"grunt-combine-mq": "^0.9.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-force-task": "^2.0.0",
"grunt-ftp-deploy": "^0.2.0",
"grunt-jslint": "^1.1.14",
"grunt-pixrem": "^0.1.2",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^2.0.0",
"grunt-stylelint": "^0.9.0",
"grunt-uncss": "^0.6.1",
"jquery": "2.2.4",
"jquery-ui": "1.12.1",
"matchdep": "^1.0.1",
"pixrem": "^3.0.2",
"popper.js": "^1.12.6",
"stylelint": "^8.0.0",
"stylelint-scss": "^1.4.1",
"time-grunt": "^1.4.0",
"uglify": "^0.1.5"
},
"scripts": {
"start": "grunt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/OXID-eSales/wave-theme"
},
"license": "ISC",
"dependencies": {}
}