forked from will-stone/browserosaurus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 4.28 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
119
{
"name": "browserosaurus",
"version": "20.4.0",
"description": "The browser prompter for macOS",
"keywords": [
"macOS",
"Electron",
"Browser chooser"
],
"homepage": "https://wstone.io/browserosaurus",
"bugs": {
"url": "https://github.com/will-stone/browserosaurus/issues"
},
"repository": "https://github.com/will-stone/browserosaurus",
"license": "GPL-3.0-only",
"author": "Will Stone",
"main": ".webpack/main",
"scripts": {
"doctor": "npm run lint && npm run typecheck && npm run test",
"icns": "cd ./src/shared/static/icon && ../../../../scripts/png2icns.sh icon.png",
"lint": "eslint . --ignore-path .gitignore --ext .js,.jsx,.cjs,.mjs,.ts,.tsx",
"list-apps": "ts-node ./scripts/listInstalledApps",
"make": "electron-forge make --arch=x64,arm64",
"make:arm": "electron-forge make --arch=arm64",
"make:intel": "electron-forge make --arch=x64",
"prepackage": "rimraf out",
"package": "NODE_ENV=production electron-forge package --platform=darwin --arch=x64,arm64",
"package:arm": "NODE_ENV=production electron-forge package --platform=darwin --arch=arm64",
"package:intel": "NODE_ENV=production electron-forge package --platform=darwin --arch=x64",
"prepare": "husky install",
"release": "npm run doctor && bump --commit \"chore: release v\" && npm run make",
"start": "ELECTRON_DISABLE_SECURITY_WARNINGS=true electron-forge start",
"test": "jest",
"typecheck": "tsc --noEmit --skipLibCheck",
"website-css:build": "npx tailwindcss -i node_modules/tailwindcss/tailwind.css -o ./docs/style.css --content docs/index.html -m",
"website-css:watch": "npx tailwindcss -i node_modules/tailwindcss/tailwind.css -o ./docs/style.css --content docs/index.html -m --watch"
},
"dependencies": {
"file-icon": "^5.1.1"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@electron-forge/cli": "^6.3.0",
"@electron-forge/maker-zip": "^6.3.0",
"@electron-forge/plugin-base": "^6.3.0",
"@electron-forge/plugin-webpack": "^6.3.0",
"@electron-forge/shared-types": "^6.3.0",
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@timfish/forge-externals-plugin": "^0.2.1",
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.197",
"@types/node": "^18.16.3",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-redux": "^7.1.25",
"@vercel/webpack-asset-relocator-loader": "^1.7.3",
"@will-stone/eslint-config-base": "^7.1.2",
"@will-stone/eslint-config-jest": "^3.0.1",
"@will-stone/eslint-config-node": "^2.0.1",
"@will-stone/eslint-config-prettier": "^3.0.1",
"@will-stone/eslint-config-react": "^3.0.2",
"@will-stone/eslint-config-typescript": "^8.0.2",
"@will-stone/prettier-config": "^7.0.1",
"app-exists": "^2.1.1",
"axios": "^1.4.0",
"clsx": "^2.0.0",
"concurrently": "^8.2.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"cssnano": "^6.0.1",
"electron": "^25.5.0",
"electron-log": "^4.4.8",
"eslint": "^8.46.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"fast-deep-equal": "^3.1.3",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"husky": "^8.0.3",
"immer": "^10.0.2",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"lint-staged": "^13.2.3",
"lodash": "^4.17.21",
"lowdb": "^6.0.1",
"mini-css-extract-plugin": "^2.7.6",
"node-loader": "^2.0.0",
"picocolors": "^1.0.0",
"postcss": "^8.4.27",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3",
"prettier": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.2",
"redux": "^4.2.1",
"rimraf": "^5.0.1",
"style-loader": "^3.3.3",
"tailwindcss": "^3.3.3",
"tidy-url": "^1.6.23",
"tings": "^8.1.2",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"url-loader": "^4.1.1",
"version-bump-prompt": "^6.1.0",
"webpack": "^5.88.2"
},
"engines": {
"node": ">=16.0.0"
},
"productName": "Browserosaurus"
}