-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.83 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": "wp-typography",
"devDependencies": {
"@babel/cli": "^7.14",
"@babel/core": "^7.14",
"@babel/preset-env": "^7.12.1",
"@lodder/grunt-postcss": "^3.0.0",
"@wordpress/eslint-plugin": "^14",
"@wordpress/scripts": "^26",
"autoprefixer": "^10.4.2",
"coffeescript": "^2.5.1",
"grunt": "^1.4.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2",
"grunt-contrib-copy": "^1.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-eslint": "^24.0.0",
"grunt-exec": "^3.0",
"grunt-load-npm-run-tasks": "^1.0.3",
"grunt-mkdir": "^1.0",
"grunt-newer": "^1.3",
"grunt-rename-util": "^1.0.0",
"grunt-sass": "^3.0.2",
"grunt-shell": "^4",
"grunt-string-replace": "^1.3",
"grunt-wp-deploy": "^2.1.2",
"load-grunt-tasks": "^5.0.0",
"postcss": "^8.1.4",
"sass": "^1.28.0",
"typescript": "^w5"
},
"scripts": {
"build-blocks": "wp-scripts build admin/block-editor/src/index.js --output-path=build/admin/block-editor/js",
"build-clipboard": "babel js/src/clean-clipboard.js --out-file=js/clean-clipboard.js",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js admin/block-editor/src",
"lint:pkg-json": "wp-scripts lint-pkg-json ./package.json",
"start": "wp-scripts start admin/block-editor/src/index.js --output-path=admin/block-editor/js",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js"
},
"browserslist": [
"last 2 version",
"> 1%"
],
"phpPrefixNamespaces": [
"Dice",
"Mundschenk",
"Mastermind"
],
"repository": {
"type": "git",
"url": "https://github.com/mundschenk-at/wp-typography.git"
},
"license": "GPL-2.0+"
}