-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
118 lines (118 loc) · 4.65 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
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
{
"private": true,
"version": "5.4.0",
"name": "tickety-tick",
"description": "A browser extension that helps you to create commit messages and branch names from story trackers.",
"author": "bitcrowd <[email protected]>",
"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 --pref startup.homepage_welcome_url=https://github.com/bitcrowd/tickety-tick",
"bundle:chrome": "cross-env BUNDLE=true run-s build:chrome",
"bundle:firefox": "cross-env BUNDLE=true run-s build:firefox",
"lint": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx .",
"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 --ignore-path .gitignore --fix --ext .js,.ts,.tsx .",
"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.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@babel/register": "^7.25.7",
"@fullhuman/postcss-purgecss": "^4.0.3",
"@svgr/webpack": "^6.5.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^15.0.6",
"@types/jest": "^27.0.1",
"@types/jsdom": "^16.2.13",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.2.1",
"chrome-launcher": "^1.1.2",
"chrome-webstore-upload-cli": "^3.3.1",
"copy-webpack-plugin": "11.0.0",
"cross-env": "7.0.3",
"css-loader": "6.8.1",
"cssnano": "^5.0.1",
"eslint": "^8.56.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"file-loader": "^6.2.0",
"git-revision-webpack-plugin": "^5.0.0",
"html-webpack-plugin": "5.5.3",
"jest": "^27.2.4",
"jest-junit": "^12.0.0",
"jest-watch-typeahead": "^1.0.0",
"jsdom": "17.0.0",
"mini-css-extract-plugin": "^2.9.1",
"npm-run-all": "4.1.5",
"postcss": "^8.4.47",
"postcss-loader": "8.1.1",
"postcss-preset-env": "^6.7.0",
"sass": "^1.80.1",
"sass-loader": "16.0.2",
"stylelint": "^15.10.3",
"stylelint-config-standard-scss": "^11.0.0",
"stylelint-junit-formatter": "^0.2.2",
"stylelint-prettier": "^4.0.2",
"typescript": "^5.6.3",
"web-ext": "8.3.0",
"webpack": "5.95.0",
"webpack-chain": "6.5.1",
"webpack-cli": "^5.1.4",
"zip-webpack-plugin": "4.0.1"
},
"dependencies": {
"@primer/octicons-react": "^19.11.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@types/speakingurl": "^13.0.6",
"@types/webextension-polyfill": "^0.12.1",
"bootstrap": "5.3.3",
"copy-text-to-clipboard": "^3.2.0",
"headers-polyfill": "^4.0.3",
"ky": "^1.7.2",
"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.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router": "6.26.2",
"react-router-dom": "6.26.2",
"react-textarea-autosize": "^8.5.3",
"serialize-error": "^11.0.3",
"speakingurl": "14.0.1",
"strip-indent": "^4.0.0",
"webextension-polyfill": "^0.12.0"
}
}