-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.99 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": "autoenv-nginx-image",
"version": "2.0.0",
"main": "index.js",
"repository": "https://github.com/d-tw/autoenv-nginx-image",
"author": "Douglas Willcocks <douglas@d-tw.org>",
"license": "MIT",
"private": true,
"scripts": {
"lint": "eslint --max-warnings 0 ./src/**/*.ts",
"format": "prettier --write .",
"format:check": "prettier --check .",
"build": "gulp build",
"build:container": "gulp build-container",
"postinstall": "husky install"
},
"devDependencies": {
"@commitlint/config-conventional": "^16.0.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.2",
"@swc/core": "^1.2.126",
"@swc/helpers": "^0.3.2",
"@types/gulp": "^4.0.9",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.7",
"@types/rimraf": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"commitlint": "^16.0.1",
"copy-webpack-plugin": "^10.2.0",
"eslint": "^7.12.1",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.0.0",
"fork-ts-checker-webpack-plugin": "^6.5.0",
"gulp": "^4.0.2",
"husky": "^7.0.4",
"parse-github-url": "^1.0.2",
"prettier": "^2.5.1",
"regenerator-runtime": "^0.13.9",
"rimraf": "^3.0.2",
"semantic-release": "^18.0.1",
"swc-loader": "^0.1.15",
"ts-node": "^10.4.0",
"typescript": "^4.5.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-permissions-plugin": "^1.0.8"
},
"dependencies": {
"lodash": "^4.17.21",
"tslib": "^2.3.1"
},
"packageManager": "yarn@3.1.1"
}