36 lines
886 B
JSON
Executable File
36 lines
886 B
JSON
Executable File
{
|
|
"name": "basic",
|
|
"version": "1.0.0",
|
|
"description": "basic theme for grave using foundation",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "armansansd",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"6to5ify": "^4.1.1",
|
|
"@babel/core": "^7.4.0",
|
|
"@babel/preset-env": "^7.4.2",
|
|
"babelify": "^10.0.0",
|
|
"browser-sync": "^2.26.3",
|
|
"browserify": "^16.2.3",
|
|
"foundation-sites": "^6.5.3",
|
|
"gulp": "^4.0.0",
|
|
"gulp-cli": "^2.0.1",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-modernizr": "^3.2.1",
|
|
"gulp-sass": "^4.0.2",
|
|
"gulp-sourcemaps": "^2.6.5",
|
|
"gulp-uglify": "^3.0.2",
|
|
"gulp-util": "^3.0.8",
|
|
"vinyl-buffer": "^1.0.1",
|
|
"vinyl-source-stream": "^2.0.0",
|
|
"what-input": "^5.1.4"
|
|
},
|
|
"dependencies": {
|
|
"jquery": "^3.3.1",
|
|
"slick-carousel": "^1.8.1"
|
|
}
|
|
}
|