UNPKG

showcar-ui

Version:

Showcar-ui is the pattern library that is used to build the frontend of AutoScout24. It provides CSS classes, custom elements and components.

100 lines (99 loc) 3.11 kB
{ "name": "showcar-ui", "version": "6.2.1", "description": "Showcar-ui is the pattern library that is used to build the frontend of AutoScout24. It provides CSS classes, custom elements and components.", "repository": { "type": "git", "url": "git+https://github.com/AutoScout24/showcar-ui.git" }, "publishConfig": { "access": "public" }, "files": [ "dist", "src" ], "scripts": { "build": "NODE_ENV=production ./node_modules/.bin/gulp build", "docs": "./node_modules/.bin/gulp docs:generate", "docs:serve": "./node_modules/.bin/gulp docs:serve", "docs:edit": "./node_modules/.bin/gulp docs:edit", "docs:watch": "./node_modules/.bin/gulp docs:watch", "test": "./node_modules/.bin/gulp test:travis" }, "author": "AutoScout24 GmbH", "license": "MIT", "homepage": "https://github.com/AutoScout24/showcar-ui#readme", "browserslist": [ "last 2 versions", "ie 11" ], "devDependencies": { "@babel/core": "^7.10.4", "@babel/preset-env": "^7.10.4", "autoprefixer": "^9.8.5", "babel-loader": "^8.1.0", "browser-sync": "^2.26.7", "chai": "^4.2.0", "cssnano": "^4.1.10", "es6-promise": "^4.2.8", "eslint-plugin-compat": "^1.0.4", "express": "^4.15.4", "git-pre-hooks": "^1.2.0", "gulp": "^4.0.2", "gulp-eslint": "^6.0.0", "gulp-nodemon": "^2.2.1", "gulp-postcss": "^8.0.0", "gulp-rename": "^2.0.0", "gulp-sass": "^4.1.0", "gulp-sourcemaps": "^2.6.5", "gulp-string-replace": "^0.4.0", "gulp-stylelint": "^13.0.0", "html-entities": "^1.2.1", "karma": "^5.1.0", "karma-browserstack-launcher": "^1.6.0", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^3.1.0", "karma-firefox-launcher": "^1.3.0", "karma-jasmine": "^3.3.1", "karma-mocha": "^2.0.1", "karma-mocha-reporter": "^2.2.5", "karma-quixote": "^1.0.0", "karma-safari-launcher": "^1.0.0", "karma-sinon": "^1.0.5", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^4.0.2", "marked": "^0.7.0", "mocha": "^8.0.1", "postcss-import": "^12.0.1", "quixote": "git+https://github.com/anders0l/quixote.git#tolerance", "recursive-readdir-sync": "^1.0.6", "sinon": "^9.0.2", "sourcemap": "^0.1.0", "stylelint": "^13.6.1", "terser": "^4.8.0", "terser-webpack-plugin": "^3.0.6", "uglify-js": "^3.10.0", "vinyl-named": "^1.1.0", "webpack": "^4.43.0", "webpack-stream": "^5.2.1", "yargs": "15.4.1" }, "main": "src/js/showcar-ui.js", "dependencies": { "document-register-element": "^0.5.4", "dom4": "^1.8.5", "es6-collections": "^0.5.6", "lazysizes": "5.2.2", "promiz": "^1.0.5", "showcar-carousel": "^4.5.0", "showcar-icons": "https://github.com/Autoscout24/showcar-icons.git", "showcar-pictures": "^3.2.0", "showcar-storage": "^1.1.1", "showcar-tracking": "git+https://github.com/AutoScout24/showcar-tracking.git#v0.2.0", "susy": "^2.2.12", "url-search-params-polyfill": "^6.0.0", "whatwg-fetch": "^1.1.1", "zepto-modules": "^1.0.1" } }