mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
33 lines
915 B
JSON
33 lines
915 B
JSON
{
|
|
"name": "your-project-title",
|
|
"version": "3.0.0",
|
|
"description": "",
|
|
"engines": {
|
|
"node": "^6.x"
|
|
},
|
|
"scripts": {
|
|
"build": "NODE_ENV=production webpack -p --bail --progress",
|
|
"watch": "NODE_ENV=development webpack --watch --progress",
|
|
"tx": "tx push --source && tx pull --all && node transifex.js",
|
|
"dist": "npm run tx && npm run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:a2nt/silverstripe-webpack.git"
|
|
},
|
|
"keywords": [
|
|
"silverstripe"
|
|
],
|
|
"author": "Tony Air",
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/a2nt/silverstripe-webpack/issues"
|
|
},
|
|
"homepage": "https://github.com/a2nt/silverstripe-webpack",
|
|
"dependencies": {
|
|
"webpack": "^3.10"
|
|
},
|
|
"devDependencies": {
|
|
"@silverstripe/webpack-config": "^0.7"
|
|
}
|
|
} |