-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
69 lines (69 loc) · 2.14 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
{
"name": "je-global-component-library",
"title": "Just Eat – Component Library",
"description": "Component Library and Guidelines for all of Just Eat's Front-End Platforms",
"version": "2.25.0",
"homepage": "https://github.com/justeat/global-component-library",
"contributors": [
"Github contributors <https://github.com/justeat/global-component-library/graphs/contributors>"
],
"repository": {
"type": "git",
"url": "[email protected]:justeat/global-component-library.git"
},
"bugs": {
"url": "https://github.com/justeat/global-component-library/issues"
},
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"@justeat/f-dom": "1.1.0",
"@justeat/f-footer": "1.25.6",
"@justeat/f-header": "1.11.1",
"@justeat/f-icons": "1.31.0",
"@justeat/f-toggle": "1.1.0",
"@justeat/f-utilities": "0.8.6",
"@justeat/f-validate": "1.4.1",
"@justeat/fozzie": "3.0.0-beta.1",
"bezier-easing": "2.1.0",
"kickoff-grid.css": "1.2.0",
"lite-ready": "1.0.4",
"lodash.throttle": "4.1.1",
"picturefill": "3.0.3",
"qwery": "4.0.0",
"svg4everybody": "2.1.9"
},
"devDependencies": {
"@babel/preset-env": "7.10.2",
"@justeat/gulp-build-fozzie": "8.5.0",
"danger": "6.1.8",
"eslint-plugin-import": "2.20.2",
"gulp": "3.9.1"
},
"keywords": [],
"scripts": {
"prestart": "yarn",
"start": "gulp docs",
"predeploy": "yarn --ignore-optional",
"deploy": "gulp docs:deploy",
"prepare": "yarn lint",
"lint": "yarn run lint:css && yarn run lint:js",
"lint:css": "gulp scss:lint --prod",
"lint:js": "gulp scripts:lint --prod"
},
"scripts-info": {
"start": "Start up the Global Component Library locally",
"deploy": "Compile all assets for production deployment"
},
"browserslist": [
"> 5%",
"last 2 versions",
"Safari >= 8",
"not ie 10"
],
"resolutions": {
"highlight.js": "9.12.0"
}
}