Remove all dependencies on grunt and the like.
This commit is contained in:
parent
3cb1a940f0
commit
09b6658788
2 changed files with 391 additions and 3487 deletions
3857
package-lock.json
generated
3857
package-lock.json
generated
File diff suppressed because it is too large
Load diff
21
package.json
21
package.json
|
@ -23,8 +23,7 @@
|
|||
"rollup:css:pink": "rollup --config rollup.config-css-pink.js",
|
||||
"rollup:css:red": "rollup --config rollup.config-css-red.js",
|
||||
"rollup:css:white": "rollup --config rollup.config-css-white.js",
|
||||
"rollup:css:yellow": "rollup --config rollup.config-css-yellow.js",
|
||||
"run-grunt": "grunt"
|
||||
"rollup:css:yellow": "rollup --config rollup.config-css-yellow.js"
|
||||
},
|
||||
"homepage": "http://bärneruhr.ch/",
|
||||
"author": {
|
||||
|
@ -51,27 +50,13 @@
|
|||
"@rollup/plugin-node-resolve": "^11.2.0",
|
||||
"chai": "4.2.0",
|
||||
"cssnano": "^4.1.10",
|
||||
"grunt": "^1.3.0",
|
||||
"grunt-cli": "1.3.2",
|
||||
"grunt-contrib-clean": "2.0.0",
|
||||
"grunt-contrib-concat": "1.0.1",
|
||||
"grunt-contrib-connect": "2.0.0",
|
||||
"grunt-contrib-cssmin": "3.0.0",
|
||||
"grunt-contrib-jshint": "2.1.0",
|
||||
"grunt-contrib-qunit": "3.1.0",
|
||||
"grunt-contrib-uglify": "4.0.1",
|
||||
"grunt-contrib-watch": "1.1.0",
|
||||
"grunt-mocha-phantomjs": "4.0.0",
|
||||
"grunt-version": "1.3.0",
|
||||
"jshint-stylish": "2.2.1",
|
||||
"load-grunt-tasks": "4.0.0",
|
||||
"mocha": "6.1.4",
|
||||
"mocha": "^8.3.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"phantomjs-prebuilt": "2.1.16",
|
||||
"postcss": "^8.2.6",
|
||||
"rollup": "^2.39.1",
|
||||
"rollup-plugin-css-bundle": "^1.0.4",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"time-grunt": "2.0.0"
|
||||
"rollup-plugin-terser": "^7.0.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue