forked from inakianduaga/showcar-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 3.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "showcar-ui",
"version": "6.1.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.3.4",
"showcar-icons": "https://github.com/Autoscout24/showcar-icons.git#rebranded",
"showcar-pictures": "^3.1.3",
"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"
}
}