-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.82 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.82 KB
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
{
"title": "Coil Web Monetization for WordPress",
"name": "coil-web-monetization",
"version": "2.0.1",
"private": true,
"author": "Coil",
"author_uri": "https://coil.com/",
"homepage": "https://wordpress.org/plugins/coil-web-monetization",
"requires": "4.9",
"requires_php": "7.2",
"tested_up_to": "5.3",
"license": "Apache-2.0",
"description": "Coil offers an effortless way to share WordPress content online, and get paid for it.",
"browserslist": [
"> 1%",
"ie >= 11",
"last 1 Android versions",
"last 1 ChromeAndroid versions",
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions",
"last 2 iOS versions",
"last 2 Edge versions",
"last 2 Opera versions"
],
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject",
"cypress:open": "cypress open --project ./tests",
"cypress:run": "cypress run --project ./tests"
},
"devDependencies": {
"@wordpress/stylelint-config": "^20.0.2",
"cypress": "^10.1.0",
"eslint-plugin-cypress": "^2.11.3",
"grunt": "^1.5.3",
"grunt-checktextdomain": "~1.0.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-uglify": "^5.2.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-dev-update": "^2.3.0",
"grunt-eslint": "^24.0.0",
"grunt-newer": "~1.3.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.1.0",
"grunt-stylelint": "^0.18.0",
"grunt-text-replace": "^0.4.0",
"load-grunt-tasks": "^5.1.0",
"node-sass": "^7.0.1",
"postcss": "^8.4.14",
"stylelint": "^14.9.1",
"stylelint-config-prettier-scss": "0.0.1",
"stylelint-order": "^5.0.0"
},
"dependencies": {
"cgb-scripts": "^1.23.0",
"classnames": "^2.2.6",
"grunt-cli": "^1.4.3"
}
}