This repository was archived by the owner on Jan 31, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·64 lines (64 loc) · 2.01 KB
/
package.json
File metadata and controls
executable file
·64 lines (64 loc) · 2.01 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
{
"name": "read-later",
"displayName": "Read Later",
"version": "2.2.1",
"description": "An extension to help you manage your browser tabs effortlessly. Mark tabs to save and read them later!",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/longnghia/read-later.git"
},
"scripts": {
"start": "NODE_ENV=development node --loader ts-node/esm scripts/build.ts --dev",
"build": "NODE_ENV=production node --loader ts-node/esm scripts/build.ts",
"postinstall": "patch-package"
},
"type": "module",
"dependencies": {
"@react-spring/web": "^9.7.4",
"@types/webextension-polyfill": "^0.10.0",
"antd": "^5.20.5",
"lodash": "^4.17.21",
"patch-package": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-modal": "^3.16.1",
"sweetalert2": "^11.12.4",
"vanilla-jsoneditor": "^0.23.8",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@esbuilder/html": "^0.0.6",
"@types/chrome": "^0.0.209",
"@types/fs-extra": "^11.0.1",
"@types/jsoneditor": "^9.9.5",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-modal": "^3.16.3",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"autoprefixer": "^10.4.13",
"concurrently": "^7.6.0",
"esbuild": "^0.23.1",
"esbuild-style-plugin": "^1.6.1",
"eslint": "^8.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.2",
"fs-extra": "^11.1.0",
"get-installed-browsers": "^0.1.7",
"node-watch": "^0.7.3",
"postcss": "^8.4.21",
"rimraf": "^4.1.1",
"tailwindcss": "^3.2.6",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"web-ext": "^7.4.0"
}
}