-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.2 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
{
"name": "apex-trigger-intermediate",
"version": "1.0.0",
"description": "Apex トリガの中級レベルのチュートリアルです。",
"repository": {
"type": "git",
"url": "git+https://github.com/takahitomiyamoto/apex-trigger-intermediate.git"
},
"keywords": [
"Salesforce",
"Apex"
],
"author": "Takahito Miyamoto",
"license": "MIT",
"bugs": {
"url": "https://github.com/takahitomiyamoto/apex-trigger-intermediate/issues"
},
"homepage": "https://takahitomiyamoto.github.io/apex-trigger-intermediate",
"scripts": {
"gulp:init": "gulp init",
"build": "honkit build",
"deploy": "yarn build && yarn prettier && gh-pages -d _book",
"serve": "honkit serve",
"prettier": "prettier \"**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}\" --write --loglevel log"
},
"devDependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/preset-env": "7.20.2",
"@babel/register": "7.18.9",
"@prettier/plugin-xml": "2.2.0",
"gh-pages": "5.0.0",
"gulp": "4.0.2",
"gulp-babel": "8.0.0",
"gulp-shell": "0.8.0",
"honkit": "4.0.4",
"prettier": "2.8.3",
"prettier-plugin-apex": "1.12.0"
}
}