mirror of
https://github.com/jbcr/SyliusCmsPlugin.git
synced 2026-03-25 01:12:18 +01:00
45 lines
1.3 KiB
JSON
Executable File
45 lines
1.3 KiB
JSON
Executable File
{
|
|
"dependencies": {
|
|
"babel-runtime": "^6.26.0",
|
|
"jquery": "^3.2.0",
|
|
"lightbox2": "^2.9.0",
|
|
"npm": "^6.1.0",
|
|
"semantic-ui-css": "^2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"babel-register": "^6.26.0",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-airbnb-base": "^12.1.0",
|
|
"eslint-plugin-import": "^2.12.0",
|
|
"gulp": "^4.0.0",
|
|
"gulp-chug": "^0.5",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-debug": "^2.1.2",
|
|
"gulp-if": "^2.0.0",
|
|
"gulp-livereload": "^3.8.1",
|
|
"gulp-order": "^1.1.1",
|
|
"gulp-sass": "^4.0.1",
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
"gulp-uglify": "^1.5.1",
|
|
"gulp-uglifycss": "^1.0.5",
|
|
"merge-stream": "^1.0.0",
|
|
"upath": "^1.1.0",
|
|
"yargs": "^6.4.0"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp",
|
|
"gulp": "gulp",
|
|
"lint": "yarn lint:js",
|
|
"lint:js": "eslint gulpfile.babel.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Sylius/Sylius.git"
|
|
},
|
|
"author": "Paweł Jędrzejewski",
|
|
"license": "MIT"
|
|
}
|