-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.55 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
{
"name": "@wearerequired/required-tobii",
"version": "0.0.0",
"private": true,
"description": "An accessible, open-source lightbox for WordPress.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "wp-scripts build",
"start": "wp-scripts start",
"lint-js": "wp-scripts lint-js",
"lint-js:fix": "wp-scripts lint-js --fix",
"lint-css": "wp-scripts lint-style",
"lint-css:fix": "wp-scripts lint-style --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wearerequired/required-tobii.git"
},
"author": "required gmbh",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/wearerequired/required-tobii/issues"
},
"homepage": "https://github.com/wearerequired/required-tobii#readme",
"devDependencies": {
"@wearerequired/browserslist-config": "0.3.0",
"@wearerequired/eslint-config": "6.0.0",
"@wearerequired/postcss-config": "1.1.0",
"@wearerequired/stylelint-config": "6.0.0",
"@wordpress/scripts": "27.9.0",
"prettier": "npm:[email protected]"
},
"dependencies": {
"@midzer/tobii": "2.5.0"
},
"stylelint": {
"extends": [
"@wearerequired/stylelint-config/scss"
]
},
"eslintConfig": {
"extends": [
"@wearerequired/eslint-config"
],
"rules": {
"@wordpress/i18n-text-domain": [
"error",
{
"allowedTextDomain": [
"required-tobii"
]
}
]
}
},
"browserslist": [
"extends @wearerequired/browserslist-config/modern"
]
}