-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
79 lines (79 loc) · 2.79 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
{
"name": "llfetcher-3.0",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build-script-inject": "esbuild src/content-scripts/inject/main.jsx --minify --bundle --outfile=src/content-scripts/inject/dist/content-inject.js --loader:.js=jsx",
"build": "vite build &&npm run build-script-inject && npm run cp:bsi && cpy preline.js dist/",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"bsi": "npm run build-script-inject && npm run cp:bsi",
"cp:bsi": "cpy src/content-scripts/inject/dist dist/assets/content-script-inject --flat",
"patch:build": "vite-node src/patch-scripts/patch-build.js",
"patch:dev": "nodemon --watch src/patch-scripts src/patch-scripts/patch-build.js"
},
"dependencies": {
"@editorjs/editorjs": "^2.29.0",
"@lexical/react": "^0.13.1",
"@popperjs/core": "^2.11.7",
"@preline/accordion": "^2.0.1",
"@preline/dropdown": "^2.0.1",
"@preline/overlay": "^2.0.1",
"base-64": "^1.0.0",
"bootstrap-icons": "^1.10.5",
"bunyan-request-logger": "^0.2.5",
"bunyan-sfdx-no-dtrace": "^1.8.2",
"country-list": "^2.3.0",
"cp-react-tree-table": "^1.1.2",
"crc": "^4.3.2",
"crypto-js": "^4.2.0",
"fetch-retry": "^5.0.6",
"file-saver": "^2.0.5",
"fontawesome-4.7": "^4.7.0",
"formik": "^2.4.5",
"is-network-error": "^1.0.0",
"jquery": "^3.7.1",
"js-file-downloader": "^1.1.25",
"jsstore": "^4.7.3",
"lexical": "^0.13.1",
"marked": "^12.0.0",
"mime": "^4.0.1",
"preline": "^2.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.13.0",
"react18-json-view": "^0.2.6",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-visualizer": "^5.12.0",
"streamsaver": "^2.0.6",
"underscore": "^1.13.6",
"uuid": "^9.0.1",
"video.js": "^8.6.1"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.21",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"cheerio": "^1.0.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"nodemon": "^3.1.0",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.5",
"vite": "^5.0.0",
"vite-node": "^3.0.0",
"vite-plugin-express": "^1.0.3",
"vite-plugin-node-polyfills": "^0.19.0"
},
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
}