-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
71 lines (71 loc) · 1.87 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
{
"name": "showcar-ui",
"version": "4.3.8",
"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"
],
"git-pre-hooks": {
"pre-push": [
"npm version patch",
"git push --no-verify",
"npm publish"
]
},
"scripts": {
"build": "gulp build",
"docs": "gulp docs:generate",
"docs:serve": "gulp docs:serve",
"docs:edit": "gulp docs:edit",
"docs:watch": "gulp docs:watch",
"test": "gulp test:travis"
},
"author": "AutoScout24 GmbH",
"license": "MIT",
"homepage": "https://github.com/AutoScout24/showcar-ui#readme",
"browserslist": [
"last 2 versions",
"ie 11"
],
"devDependencies": {
"browser-sync": "^2.18.12",
"eslint-plugin-compat": "^1.0.4",
"express": "^4.15.4",
"git-pre-hooks": "^1.2.0",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1",
"gulp-string-replace": "^0.4.0",
"html-entities": "^1.2.1",
"marked": "^0.3.6",
"recursive-readdir-sync": "^1.0.6",
"showcar-gulp": "^2.10.0",
"update-notifier": "^2.2.0",
"yargs": "^4.6.0"
},
"main": "src/js/showcar-ui.js",
"dependencies": {
"document-register-element": "^0.5.4",
"dom4": "^1.8.5",
"es6-collections": "^0.5.6",
"lazysizes": "^3.0.0",
"promiz": "^1.0.5",
"showcar-carousel": "^4.3.4",
"showcar-icons": " ^0.6.x",
"showcar-pictures": "^3.0.3",
"showcar-storage": "^1.1.1",
"showcar-tracking": "git+https://github.com/AutoScout24/showcar-tracking.git#v0.1.11",
"susy": "^2.2.12",
"to": "^0.2.9",
"update": "^0.7.4",
"whatwg-fetch": "^1.1.1",
"zepto-modules": "^1.0.1"
}
}