update npm
This commit is contained in:
Родитель
1145c88f5a
Коммит
2fb7c24d71
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
11
package.json
11
package.json
|
@ -5,6 +5,7 @@
|
||||||
"style": "style.css",
|
"style": "style.css",
|
||||||
"sass": "style.scss",
|
"sass": "style.scss",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"start": "npm run css && npm run custom && open default/index.html",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"css": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 default/default.scss default/default.css",
|
"css": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 default/default.scss default/default.css",
|
||||||
"custom": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 custom/custom.scss custom/custom.css"
|
"custom": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 custom/custom.scss custom/custom.css"
|
||||||
|
@ -12,12 +13,12 @@
|
||||||
"author": "mdo",
|
"author": "mdo",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"autoprefixer": "^8.1.0",
|
"autoprefixer": "^8.6.5",
|
||||||
"bootstrap": "4.1.2",
|
"bootstrap": "4.1.2",
|
||||||
"node-sass": "^4.7.2",
|
"node-sass": "^4.9.2",
|
||||||
"popper.js": "^1.14.0",
|
"popper.js": "^1.14.3",
|
||||||
"postcss-cli": "^5.0.0",
|
"postcss-cli": "^5.0.1",
|
||||||
"stylelint": "^9.1.3",
|
"stylelint": "^9.3.0",
|
||||||
"stylelint-config-recommended-scss": "^3.1.0",
|
"stylelint-config-recommended-scss": "^3.1.0",
|
||||||
"stylelint-config-standard": "^18.2.0",
|
"stylelint-config-standard": "^18.2.0",
|
||||||
"stylelint-order": "^0.8.1",
|
"stylelint-order": "^0.8.1",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче