-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 4.75 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 4.75 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"private": true,
"version": "5.8.0",
"name": "tickety-tick",
"description": "A browser extension that helps you to create commit messages and branch names from story trackers.",
"author": "bitcrowd <tickety-tick@bitcrowd.net>",
"license": "MIT",
"scripts": {
"build": "run-s -n 'build:* {*}' --",
"build:chrome": "cross-env VARIANT=chrome webpack --config webpack.config.ts",
"build:firefox": "cross-env VARIANT=firefox webpack --config webpack.config.ts",
"build:safari": "run-s 'build:chrome' 'build:safari:xcodebuild'",
"build:safari:xcodebuild": "./script/xcodebuild",
"watch:chrome": "cross-env NODE_ENV=development run-s 'build:chrome --watch'",
"watch:firefox": "cross-env NODE_ENV=development run-s 'build:firefox --watch'",
"open:chrome": "./script/open-in-chrome.mjs ./dist/chrome https://github.com/bitcrowd/tickety-tick",
"open:firefox": "web-ext run --source-dir ./dist/firefox --url https://github.com/bitcrowd/tickety-tick/issues --url https://issues.apache.org/jira/browse/HIVE-29271?filter=-4 --pref browser.rights.shown=true",
"bundle:chrome": "cross-env BUNDLE=true run-s build:chrome",
"bundle:firefox": "cross-env BUNDLE=true run-s build:firefox",
"lint": "eslint .",
"lint:md": "prettier --ignore-path .gitignore --check '**/*.{md,mdx}'",
"lint:ext": "run-s --continue-on-error lint:ext:firefox lint:ext:chrome",
"lint:ext:firefox": "web-ext lint --source-dir ./dist/firefox",
"lint:ext:chrome": "web-ext lint --source-dir ./dist/chrome",
"format": "run-s --continue-on-error format:js format:md",
"format:js": "eslint --fix .",
"format:md": "prettier --ignore-path .gitignore --write '**/*.{md,mdx}'",
"stylelint": "stylelint --ignore-path .gitignore 'src/**/*.scss'",
"test": "jest",
"typecheck": "tsc --noEmit",
"checks": "run-s stylelint lint typecheck test",
"prepare-release": "./script/prepare-release",
"release": "./script/release"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@babel/register": "^7.28.3",
"@eslint/compat": "^2.0.2",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^10.0.1",
"@fullhuman/postcss-purgecss": "^8.0.0",
"@svgr/webpack": "^8.1.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/jest": "30.0.0",
"@types/jsdom": "^28.0.0",
"babel-jest": "^30.2.0",
"babel-loader": "^9.2.1",
"chrome-launcher": "^1.2.1",
"chrome-webstore-upload-cli": "^3.5.0",
"copy-webpack-plugin": "11.0.0",
"cross-env": "7.0.3",
"css-loader": "7.1.2",
"cssnano": "^7.1.1",
"eslint": "^10.0.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^10.1.8",
"eslint-formatter-junit": "^9.0.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.13.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"git-revision-webpack-plugin": "^5.0.0",
"globals": "^17.3.0",
"html-webpack-plugin": "5.6.4",
"jest": "30.2.0",
"jest-environment-jsdom": "30.2.0",
"jest-junit": "^16.0.0",
"jest-watch-typeahead": "^3.0.1",
"jsdom": "28.1.0",
"mini-css-extract-plugin": "^2.9.4",
"npm-run-all": "4.1.5",
"postcss": "^8.5.6",
"postcss-loader": "8.2.0",
"postcss-preset-env": "^11.2.0",
"sass": "^1.93.2",
"sass-loader": "16.0.6",
"stylelint": "^17.3.0",
"stylelint-config-standard-scss": "^17.0.0",
"stylelint-junit-formatter": "^0.2.2",
"stylelint-prettier": "^5.0.3",
"typescript": "^5.9.3",
"typescript-eslint": "^8.55.0",
"web-ext": "9.0.0",
"webpack": "5.104.1",
"webpack-chain": "6.5.1",
"webpack-cli": "^6.0.1",
"zip-webpack-plugin": "4.0.3"
},
"dependencies": {
"@primer/octicons-react": "^19.19.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/react-router-dom": "^5.3.3",
"@types/speakingurl": "^13.0.6",
"@types/webextension-polyfill": "^0.12.4",
"bootstrap": "5.3.8",
"copy-text-to-clipboard": "^3.2.2",
"headers-polyfill": "^5.0.1",
"ky": "^1.14.3",
"mdast-util-from-adf": "^2.1.1",
"mdast-util-gfm": "^2.0.0",
"mdast-util-to-markdown": "^1.2.3",
"micro-match": "^1.0.3",
"prettier": "^3.6.2",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-router": "7.12.0",
"react-textarea-autosize": "^8.5.9",
"serialize-error": "^12.0.0",
"speakingurl": "14.0.1",
"strip-indent": "^4.1.1",
"webextension-polyfill": "^0.12.0"
}
}