-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.7 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
{
"name": "squarecandy-plugin-starter",
"version": "5.0.0",
"description": "A WordPress plugin template to get you started with common features and file structure.",
"repository": {
"type": "git",
"url": "git+https://github.com/squarecandy/squarecandy-plugin-starter.git"
},
"author": "Square Candy Design / Peter Wise",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/squarecandy/squarecandy-plugin-starter"
},
"homepage": "https://github.com/squarecandy/squarecandy-plugin-starter",
"scripts": {
"release": "standard-version",
"preinstall": "composer install --ignore-platform-reqs"
},
"standard-version": {
"skip": {
"tag": false
}
},
"devDependencies": {
"@lodder/grunt-postcss": "^3.1.1",
"@types/eslint": "6.8.0",
"@wordpress/eslint-plugin": "^8.0.2",
"@wordpress/scripts": "^23.1.0",
"@wordpress/stylelint-config": "^20.0.2",
"autoprefixer": "^9.8.6",
"caniuse-lite": "^1.0.30001341",
"cssnano": "^5.1.8",
"grunt": "^1.5.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^22.0.0",
"grunt-phpcs": "^0.4.0",
"grunt-run": "^0.8.1",
"grunt-sass": "^3.1.0",
"grunt-string-replace": "^1.3.1",
"grunt-stylelint": "^0.18.0",
"grunt-terser": "^1.0.0",
"pixrem": "^5.0.0",
"prettier": "npm:wp-prettier@^2.8.5",
"sass": "^1.26.10",
"squarecandy-common": "github:squarecandy/squarecandy-common#main",
"standard-version": "^9.3.0",
"stylelint": "^14.8.2",
"stylelint-config-recommended-scss": "^6.0.0",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-config-scss": "^1.0.0-security",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.2.0",
"terser": "^4.8.0"
}
}