...
|
...
|
@@ -15,7 +15,7 @@ |
|
|
"lint-js": "./node_modules/.bin/eslint -c .eslintrc --cache --fix .",
|
|
|
"lint-css": "./node_modules/.bin/stylelint --config .stylelintrc public/**/*.css",
|
|
|
"precommit": "node lint.js",
|
|
|
"test": "ava"
|
|
|
"test": "./node_modules/.bin/nyc ./node_modules/.bin/ava"
|
|
|
},
|
|
|
"ava": {
|
|
|
"tap": true,
|
...
|
...
|
@@ -41,12 +41,12 @@ |
|
|
"md5": "^2.1.0",
|
|
|
"memcached": "^2.2.1",
|
|
|
"morgan": "^1.7.0",
|
|
|
"nyc": "^6.4.3",
|
|
|
"oneapm": "^1.2.20",
|
|
|
"request-promise": "^3.0.0",
|
|
|
"serve-favicon": "^2.3.0",
|
|
|
"winston": "^2.2.0",
|
|
|
"winston-daily-rotate-file": "^1.0.1",
|
|
|
"yoho-handlebars": "0.0.1"
|
|
|
"winston-daily-rotate-file": "^1.0.1"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"autoprefixer": "^6.3.6",
|
...
|
...
|
@@ -66,6 +66,8 @@ |
|
|
"husky": "^0.11.4",
|
|
|
"mocha": "^2.4.5",
|
|
|
"nodemon": "1.9.2",
|
|
|
"nyc": "^6.4.3",
|
|
|
"yoho-handlebars": "0.0.1",
|
|
|
"postcss-assets": "^4.0.1",
|
|
|
"postcss-cachebuster": "^0.1.2",
|
|
|
"postcss-calc": "^5.2.1",
|
...
|
...
|
@@ -79,7 +81,6 @@ |
|
|
"postcss-sprites": "^3.1.2",
|
|
|
"postcss-use": "^2.0.2",
|
|
|
"precss": "^1.4.0",
|
|
|
"rewire": "^2.5.1",
|
|
|
"shelljs": "^0.7.0",
|
|
|
"stylelint": "^6.3.3",
|
|
|
"stylelint-config-yoho": "^1.2.2",
|
...
|
...
|
|