forked from OlegWock/anori
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 5.24 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": "Anori",
"description": "Customizable new tab: compose your own page from widgets",
"version": "1.16.2",
"repository": "git@github.com:OlegWock/anori.git",
"author": "OlegWock",
"license": "AGPL-3.0",
"scripts": {
"postinstall": "patch-package",
"dev": "webpack build --config webpack.config.ts --env mode=development",
"production": "webpack build --config webpack.config.ts --env mode=production",
"production:all-permissions": "webpack build --config webpack.config.ts --env mode=production --env targetBrowser=chrome-all-permissions",
"watch": "webpack watch --config webpack.config.ts",
"dev:ff": "webpack build --config webpack.config.ts --env mode=development --env targetBrowser=firefox",
"production:ff": "webpack build --config webpack.config.ts --env mode=production --env targetBrowser=firefox",
"watch:ff": "webpack watch --config webpack.config.ts --env targetBrowser=firefox",
"dev:sf": "webpack build --config webpack.config.ts --env mode=development --env targetBrowser=safari",
"production:sf": "webpack build --config webpack.config.ts --env mode=production --env targetBrowser=safari",
"watch:sf": "webpack watch --config webpack.config.ts --env targetBrowser=safari",
"prepare": "husky install",
"lint": "eslint . && ts-node translations-manager.ts check-missing",
"lint:fix": "eslint . --fix",
"typecheck": "tsc --noEmit",
"pre-commit": "run-p lint",
"icons": "ts-node generate-icons-assets.ts",
"translations:missing": "ts-node translations-manager.ts check-missing",
"translations:extract": "ts-node translations-manager.ts extract-untranslated",
"translations:clean": "ts-node translations-manager.ts remove-excessive",
"translations:merge": "ts-node translations-manager.ts merge-back",
"translations:locales": "ts-node translations-manager.ts generate-locales",
"translations:safari": "ts-node translations-manager.ts generate-safari"
},
"dependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@floating-ui/react": "^0.23.0",
"@iconify/json": "^2.2.86",
"@iconify/react": "^4.1.0",
"@popmotion/popcorn": "^0.4.4",
"@radix-ui/react-checkbox": "^1.0.1",
"@radix-ui/react-direction": "^1.0.1",
"@radix-ui/react-menubar": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.2",
"@radix-ui/react-select": "^1.2.0",
"@radix-ui/react-tabs": "^1.0.3",
"@types/node": "^18.0.4",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-grid-layout": "^1.3.2",
"@types/react-window": "^1.8.5",
"@types/webextension-polyfill": "^0.10.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^4.0.0",
"clsx": "^1.2.1",
"cmdk": "^0.1.21",
"copy-webpack-plugin": "git+https://github.com/OlegWock/copy-webpack-plugin.git",
"css-loader": "^6.7.1",
"file-loader": "^6.2.0",
"filemanager-webpack-plugin": "^7.0.0",
"framer-motion": "^10.15.0",
"generate-file-webpack-plugin": "^1.0.1",
"i18next": "^22.5.0",
"inject-react-anywhere": "^1.0.0",
"jotai": "^2.0.0",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"mathjs": "^11.9.1",
"moment-locales-webpack-plugin": "^1.2.0",
"moment-timezone": "^0.5.40",
"moment-timezone-data-webpack-plugin": "^1.5.1",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-grid-layout": "^1.3.4",
"react-hotkeys-hook": "^4.3.7",
"react-i18next": "^12.3.1",
"react-markdown": "^8.0.7",
"react-merge-refs": "^2.0.1",
"react-use-motion-measure": "^3.0.0",
"react-window": "^1.8.8",
"remark-breaks": "^3.0.3",
"remark-gfm": "^3.0.1",
"rss-parser": "^3.13.0",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"stream-browserify": "^3.0.0",
"string-replace-loader": "^3.1.0",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.3",
"timers-browserify": "^2.0.12",
"to-string-loader": "^1.2.0",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^5.3.2",
"url": "^0.11.0",
"walk-sync": "^3.0.0",
"webextension-polyfill": "^0.10.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"wrapper-webpack-plugin": "^2.2.2"
},
"devDependencies": {
"@iconify/tools": "^3.0.4",
"@types/lodash": "^4.14.195",
"@types/speed-measure-webpack-plugin": "^1.3.4",
"@types/webpack-bundle-analyzer": "^4.6.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.3",
"npm-run-all": "^4.1.5",
"speed-measure-webpack-plugin": "^1.5.0",
"webpack-bundle-analyzer": "^4.7.0"
}
}