-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.39 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.39 KB
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
{
"name": "basecamp-essentials",
"version": "1.9.0",
"description": "Opinionated features to increase your productivity with basecamp",
"main": "index.js",
"author": "lukascivil <lukas_civil@hotmail.com>",
"license": "MIT",
"scripts": {
"start": "webpack --watch --progress",
"build": "webpack --progress",
"lint": "eslint .",
"check-types": "tsc --noEmit",
"release": "webpack && ts-node release.ts",
"upgrade": "yarn npm-check-updates --interactive"
},
"dependencies": {
"@types/chrome": "^0.1.40",
"archiver": "^7.0.1",
"babel-loader": "^10.1.1",
"clean-webpack-plugin": "^4.0.0",
"date-fns": "^4.1.0",
"jquery": "^4.0.0",
"typescript": "^6.0.3"
},
"devDependencies": {
"@babel/cli": "^7.28.6",
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.2",
"@babel/preset-typescript": "^7.28.5",
"@eslint/js": "^10.0.1",
"@types/jquery": "^4.0.0",
"@types/node": "^25.6.0",
"@typescript-eslint/eslint-plugin": "^8.59.0",
"@typescript-eslint/parser": "^8.59.0",
"copy-webpack-plugin": "^14.0.0",
"eslint": "^10.2.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^17.5.0",
"npm-check-updates": "^21.0.3",
"prettier": "^3.8.3",
"ts-node": "^10.9.2",
"webpack": "^5.106.2",
"webpack-cli": "^7.0.2"
},
"packageManager": "yarn@4.14.1"
}