Inital commit

This commit is contained in:
2020-11-19 15:36:28 +01:00
parent 71f32f83d3
commit 66ce4ee218
18077 changed files with 2166122 additions and 35184 deletions

View File

@@ -0,0 +1,27 @@
{
"name": "Default",
"version": "1.0.0",
"description": "Default template for Thelia 2",
"main": "Gruntfile.js",
"keywords": [
"template",
"default",
"thelia"
],
"author": "Michael Espeche <mespeche@openstudio.fr>",
"license": "LGPL-3.0+",
"dependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-css-count": "^0.3.0",
"load-grunt-tasks": "^3.1.0"
}
}