mirror of
https://github.com/a2nt/silverstripe-mapboxfield.git
synced 2024-10-22 14:05:53 +02:00
18 lines
475 B
JSON
18 lines
475 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|