Формирование списка CSS-импортов
Showing
This diff is collapsed.
{ | { | ||
"name": "NTH-start-project", | "name": "NTH-start-project", | ||
"version": "1.1.0", | "version": "2.0.0", | ||
"description": "Start a library of blocks and technical solutions for HTML/CSS/js page layout.", | "description": "Start a library of blocks and technical solutions for HTML/CSS/js page layout.", | ||
"scripts": { | |||
"test": "stylelint \"src/**/*.less\"", | |||
"start": "gulp", | |||
"deploy": "cross-env NODE_ENV=production ./node_modules/.bin/gulp build && cross-env ./node_modules/.bin/gulp deploy", | |||
"build": "cross-env NODE_ENV=production npm start build", | |||
"precommit": "npm test" | |||
}, | |||
"author": "Nikolay Gromov", | "author": "Nikolay Gromov", | ||
"license": "MIT", | "license": "MIT", | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "https://github.com/nicothin/NTH-start-project.git" | "url": "https://github.com/nicothin/NTH-start-project.git" | ||
}, | }, | ||
"devDependencies": { | "configProject": { | ||
"autoprefixer": "^6.3.3", | "blocks": { | ||
"browser-sync": "^2.11.1", | "page-header": [], | ||
"cross-env": "^3.1.4", | "page-footer": [ | ||
"css-mqpacker": "^5.0.1", | "__inner", | ||
"del": "^2.2.0", | "--some-mod" | ||
"gulp": "github:gulpjs/gulp#4.0", | ] | ||
"gulp-cheerio": "^0.6.2", | |||
"gulp-cleancss": "^0.2.2", | |||
"gulp-concat": "^2.6.0", | |||
"gulp-debug": "^3.0.0", | |||
"gulp-file-include": "^1.0.0", | |||
"gulp-gh-pages": "^0.5.4", | |||
"gulp-if": "^2.0.0", | |||
"gulp-imagemin": "^3.1.1", | |||
"gulp-less": "^3.1.0", | |||
"gulp-newer": "^1.1.0", | |||
"gulp-notify": "^3.0.0", | |||
"gulp-postcss": "^6.1.0", | |||
"gulp-rename": "^1.2.2", | |||
"gulp-replace": "^0.5.4", | |||
"gulp-size": "^2.1.0", | |||
"gulp-sourcemaps": "^2.4.1", | |||
"gulp-svgmin": "^1.2.1", | |||
"gulp-svgstore": "^6.1.0", | |||
"gulp-uglify": "^2.0.1", | |||
"husky": "^0.13.1", | |||
"imagemin-pngquant": "^5.0.0", | |||
"mkdirp": "^0.5.1", | |||
"stylelint": "^7.1.0", | |||
"stylelint-declaration-use-variable": "^1.5.0" | |||
}, | }, | ||
"config": { | "dirs": { | ||
"ghPages": "http://nicothin.github.io/NTH-start-project/index.html", | "srcPath": "./src/", | ||
"directories": { | "buildPath": "./build/", | ||
"source": "./src", | "blocksDirName": "blocks" | ||
"build": "./build" | |||
} | } | ||
}, | |||
"scripts": { | |||
"test": "stylelint \"src/**/*.less\"", | |||
"start": "gulp", | |||
"deploy": "cross-env NODE_ENV=production ./node_modules/.bin/gulp build && cross-env ./node_modules/.bin/gulp deploy", | |||
"build": "cross-env NODE_ENV=production npm start build", | |||
"precommit": "npm test" | |||
}, | |||
"devDependencies": { | |||
"del": "^2.2.2", | |||
"gulp": "^3.9.1", | |||
"gulp-postcss": "^6.3.0", | |||
"gulp-sequence": "^0.4.6", | |||
"postcss-media-variables": "^2.0.0" | |||
} | } | ||
} | } |
src/css/style.css
0 → 100644
src/css/variables.css
0 → 100644
Please
register
or
sign in
to comment