Files
shiny/tools/package.json
2020-07-03 09:23:52 -07:00

26 lines
648 B
JSON

{
"private": true,
"scripts": {
"build": "grunt",
"clean": "grunt clean",
"watch": "grunt default watch"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"babel-eslint": "^10.0.1",
"eslint": "^7.3.1",
"eslint-stylish-mapped": "^1.0.0",
"grunt": "^1.0.3",
"grunt-babel": "^8.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^23.0.0",
"grunt-newer": "^1.1.2",
"grunt-string-replace": "^1.3.1"
}
}