41 lines
983 B
JSON
41 lines
983 B
JSON
{
|
|
"name": "wp-dev",
|
|
"version": "1.0.0",
|
|
"homepage": "some wp theme",
|
|
"description": "Let's use scss, because we are not barbarian's.",
|
|
"license": "UNLICENSED",
|
|
"private": true,
|
|
"author": "Mark Moser",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "."
|
|
},
|
|
"dependencies": {
|
|
"jquery": "^3.3.1",
|
|
"normalize.css": "^8.0.0",
|
|
"smoothscroll-polyfill": "^0.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^7.2.4",
|
|
"grunt": ">=1.0.1",
|
|
"grunt-concurrent": ">=2.3.1",
|
|
"grunt-contrib-concat": ">=1.0.1",
|
|
"grunt-contrib-uglify": "^3.3.0",
|
|
"grunt-contrib-watch": ">=1.0.0",
|
|
"grunt-eslint": ">=20.1.0",
|
|
"grunt-postcss": ">=0.9.0",
|
|
"grunt-sass": ">=2.0.0",
|
|
"grunt-sass-lint": ">=0.2.4",
|
|
"load-grunt-tasks": ">=3.5.2",
|
|
"postcss-csso": "^3.0.0",
|
|
"sass-lint": ">=1.12.1"
|
|
},
|
|
"browserslist": [
|
|
"defaults"
|
|
]
|
|
}
|