mirror of
https://github.com/doctrine/doctrine-website.git
synced 2026-03-23 22:32:11 +01:00
25 lines
600 B
JSON
25 lines
600 B
JSON
{
|
|
"devDependencies": {
|
|
"css-loader": "^1.0.0",
|
|
"mini-css-extract-plugin": "^0.4.4",
|
|
"node-sass": "^4.9.4",
|
|
"prettier": "1.14.3",
|
|
"sass-loader": "^7.1.0",
|
|
"webpack": "^4.23.0",
|
|
"webpack-cli": "^3.1.2"
|
|
},
|
|
"name": "doctrine-website",
|
|
"directories": {
|
|
"doc": "docs",
|
|
"test": "tests"
|
|
},
|
|
"dependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "NODE_ENV=production webpack",
|
|
"dev": "webpack",
|
|
"watch": "webpack --watch",
|
|
"prettier": "prettier --write --single-quote source/**/*.{scss,js}"
|
|
}
|
|
}
|