silverstripe-mapboxfield/package.json

18 lines
475 B
JSON
Raw Normal View History

2018-11-29 18:38:20 +01:00
{
"name": "@bigfork/silverstripe-mapboxfield",
"version": "1.0.0",
"scripts": {
"build": "yarn && NODE_ENV=production webpack -p --bail --progress",
"watch": "yarn && NODE_ENV=development webpack --watch --progress",
"css": "WEBPACK_CHILD=css npm run build",
"lint": "eslint client/src; sass-lint -v"
},
"dependencies": {
"jquery": "^3.3.1"
},
"devDependencies": {
"@silverstripe/webpack-config": "^1.0.0",
"webpack": "^2.7.0"
}
2019-09-07 01:50:52 +02:00
}