mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-05-13 05:52:04 +00:00
42 lines
1 KiB
JSON
42 lines
1 KiB
JSON
{
|
|
"name": "outline-server",
|
|
"private": true,
|
|
"dependencies": {
|
|
"node-fetch": "^2.6.7"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/config-conventional": "^17.0.0",
|
|
"@types/jasmine": "^3.5.10",
|
|
"@types/node-fetch": "^2.6.2",
|
|
"@typescript-eslint/eslint-plugin": "^7.7.0",
|
|
"@typescript-eslint/parser": "^7.7.0",
|
|
"@webpack-cli/serve": "^2.0.5",
|
|
"browserslist": "^4.20.3",
|
|
"eslint": "^8.10.0",
|
|
"eslint-import-resolver-typescript": "^2.7.1",
|
|
"eslint-plugin-compat": "^4.0.2",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"generate-license-file": "^1.2.0",
|
|
"husky": "^1.3.1",
|
|
"jasmine": "^3.5.0",
|
|
"minimist": "^1.2.8",
|
|
"prettier": "^2.4.1",
|
|
"pretty-quick": "^3.1.1",
|
|
"typescript": "^4.9.5",
|
|
"webpack-cli": "^5.1.4"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "go build github.com/go-task/task/v3/cmd/task"
|
|
},
|
|
"engines": {
|
|
"node": "18.x.x"
|
|
},
|
|
"workspaces": [
|
|
"src/*"
|
|
],
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "./task lint format"
|
|
}
|
|
}
|
|
}
|