ocw/front/package.json

46 lines
1.5 KiB
JSON

{
"name": "ocw-front",
"version": "1.0.0",
"main": "index.js",
"license": "AGPL-3.0",
"author": "Laura Liberda <laura@selfisekai.rocks>, Dominika Liberda <dominika@sdomi.pl>",
"scripts": {
"build": "yarn gulp build && yarn build:copy",
"build:copy": "cp -rT build ../webroot/assets/",
"build:ts": "yarn gulp build:ts",
"build:sass": "yarn gulp build:sass",
"lint": "yarn lint:eslint",
"lint:fix": "yarn lint:prettier:fix && yarn lint:eslint:fix",
"lint:eslint": "yarn eslint ./src",
"lint:eslint:fix": "yarn eslint --fix ./src",
"lint:prettier:fix": "yarn prettier --check --write ./src"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@selfisekai/gulp-sass": "^4.2.0",
"@types/gulp": "^4.0.7",
"@types/gulp-babel": "^6.1.29",
"@types/gulp-sourcemaps": "^0.0.32",
"@types/leaflet": "^1.5.19",
"@types/sass": "^1.16.0",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"babel-preset-minify": "^0.5.1",
"bulma": "^0.9.1",
"eslint": "^7.10.0",
"eslint-config-airbnb-typescript": "^11.0.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^6.0.0-alpha.1",
"prettier": "^2.1.2",
"sass": "^1.28.0",
"typescript": "^4.0.3"
}
}