|
|
@ -40,8 +40,6 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
"homepage": "https://wekan.github.io", |
|
|
|
"homepage": "https://wekan.github.io", |
|
|
|
"devDependencies": { |
|
|
|
"devDependencies": { |
|
|
|
"@babel/eslint-parser": "^7.12.13", |
|
|
|
|
|
|
|
"@typescript-eslint/parser": "^4.14.2", |
|
|
|
|
|
|
|
"eslint": "^7.19.0", |
|
|
|
"eslint": "^7.19.0", |
|
|
|
"eslint-config-meteor": "0.0.9", |
|
|
|
"eslint-config-meteor": "0.0.9", |
|
|
|
"eslint-config-prettier": "^3.6.0", |
|
|
|
"eslint-config-prettier": "^3.6.0", |
|
|
@ -52,12 +50,13 @@ |
|
|
|
"lint-staged": "^7.3.0", |
|
|
|
"lint-staged": "^7.3.0", |
|
|
|
"pre-commit": "^1.2.2", |
|
|
|
"pre-commit": "^1.2.2", |
|
|
|
"prettier": "^1.19.1", |
|
|
|
"prettier": "^1.19.1", |
|
|
|
"prettier-eslint": "^9.0.2", |
|
|
|
"prettier-eslint": "^9.0.2" |
|
|
|
"typescript": "^4.1.3" |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"dependencies": { |
|
|
|
"@babel/core": "^7.12.10", |
|
|
|
"@babel/core": "^7.12.10", |
|
|
|
|
|
|
|
"@babel/eslint-parser": "^7.12.13", |
|
|
|
"@babel/runtime": "^7.12.5", |
|
|
|
"@babel/runtime": "^7.12.5", |
|
|
|
|
|
|
|
"@typescript-eslint/parser": "^4.14.2", |
|
|
|
"ajv": "^7.0.4", |
|
|
|
"ajv": "^7.0.4", |
|
|
|
"babel-runtime": "^6.26.0", |
|
|
|
"babel-runtime": "^6.26.0", |
|
|
|
"bcrypt": "^5.0.0", |
|
|
|
"bcrypt": "^5.0.0", |
|
|
@ -81,6 +80,7 @@ |
|
|
|
"qs": "^6.9.6", |
|
|
|
"qs": "^6.9.6", |
|
|
|
"source-map-resolve": "^0.6.0", |
|
|
|
"source-map-resolve": "^0.6.0", |
|
|
|
"source-map-support": "^0.5.19", |
|
|
|
"source-map-support": "^0.5.19", |
|
|
|
|
|
|
|
"typescript": "^4.1.3", |
|
|
|
"xss": "^1.0.8" |
|
|
|
"xss": "^1.0.8" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|