Just commit all of family home before editing 'cause i just accidentally overwrote gaeastohuaosneuh
This commit is contained in:
parent
18bba535b4
commit
84de7930cb
64 changed files with 15325 additions and 0 deletions
59
web/themes/custom/geofresco/package.json
Normal file
59
web/themes/custom/geofresco/package.json
Normal file
|
@ -0,0 +1,59 @@
|
|||
{
|
||||
"name": "family_home",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"build": "gulp",
|
||||
"compile": "gulp compile",
|
||||
"watch": "gulp watch",
|
||||
"styleguide": "gulp styleguide",
|
||||
"compress": "gulp compress",
|
||||
"lint": "gulp lint",
|
||||
"clean": "gulp clean",
|
||||
"gulp": "gulp"
|
||||
},
|
||||
"babel": {
|
||||
"presets": [
|
||||
[
|
||||
"env",
|
||||
{
|
||||
"targets": {
|
||||
"browsers": [
|
||||
"IE >= 9",
|
||||
"last 3 versions"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"plugins": [
|
||||
"transform-remove-strict-mode"
|
||||
]
|
||||
},
|
||||
"browserslist": [
|
||||
"IE >= 9",
|
||||
"last 3 versions"
|
||||
],
|
||||
"devDependencies": {
|
||||
"babel-plugin-transform-remove-strict-mode": "0.0.2",
|
||||
"babel-preset-env": "^1.6.0",
|
||||
"browser-sync": "^2.18.12",
|
||||
"del": "^3.0.0",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-autoprefixer": "^4.0.0",
|
||||
"gulp-babel": "^6.1.2",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-eslint": "^4.0.0",
|
||||
"gulp-imagemin": "^3.3.0",
|
||||
"gulp-order": "^1.1.1",
|
||||
"gulp-rename": "^1.2.2",
|
||||
"gulp-sass": "^3.1.0",
|
||||
"gulp-sass-lint": "^1.3.2",
|
||||
"gulp-sourcemaps": "^2.6.0",
|
||||
"kss": "^3.0.0-beta.18",
|
||||
"run-sequence": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"bulma": "^0.6.2",
|
||||
"bulma-extensions": "^1.0.4"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue