44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
|
{
|
||
|
"name": "cwp-starter-theme",
|
||
|
"version": "3.0.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"watch": "webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js --watch",
|
||
|
"dev": "yarn lint && webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
|
||
|
"build": "yarn lint && NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
|
||
|
"lint": "yarn lint-js; yarn lint-sass",
|
||
|
"lint-js": "node_modules/.bin/eslint src/js",
|
||
|
"lint-sass": "node_modules/.bin/sass-lint -v"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/silverstripe/cwp-starter-theme"
|
||
|
},
|
||
|
"license": "BSD-3-Clause",
|
||
|
"dependencies": {
|
||
|
"ajv": "^6.5.5",
|
||
|
"bootstrap": "^4.3.1",
|
||
|
"font-awesome": "^4.7.0",
|
||
|
"imagemin": "^6.0.0",
|
||
|
"jquery-highlight": "^3.3.0",
|
||
|
"path": "^0.12.7",
|
||
|
"popper.js": "^1.14.5"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.4.0",
|
||
|
"@babel/polyfill": "^7.4.0",
|
||
|
"@babel/preset-env": "^7.4.0",
|
||
|
"babel-eslint": "^7.1.1",
|
||
|
"eslint": "^3.13.1",
|
||
|
"eslint-config-airbnb": "^14.0.0",
|
||
|
"eslint-plugin-import": "^2.2.0",
|
||
|
"eslint-plugin-jsx-a11y": "^3.0.2",
|
||
|
"eslint-plugin-react": "^6.9.0",
|
||
|
"laravel-mix": "^4.0.0",
|
||
|
"sass": "^1.17.3",
|
||
|
"sass-lint": "^1.10.2",
|
||
|
"sass-loader": "^7.3.1",
|
||
|
"vue-template-compiler": "^2.6.10"
|
||
|
}
|
||
|
}
|