|
1 | 1 | {
|
2 | 2 | "name": "betterseqtaplus",
|
3 |
| - "version": "3.3.2", |
| 3 | + "version": "3.4.0", |
4 | 4 | "type": "module",
|
5 | 5 | "description": "Enhance SEQTA Learn's usability and aesthetics! A fork of BetterSEQTA to continue development, while incorporating a plethora of new and improved features!",
|
6 | 6 | "browserslist": "> 0.5%, last 2 versions, not dead",
|
7 | 7 | "scripts": {
|
8 |
| - "dev": "MODE=chrome vite dev", |
9 |
| - "dev:firefox": "MODE=firefox vite build --watch", |
10 |
| - "build": "MODE=chrome vite build && MODE=firefox vite build", |
11 |
| - "build:chrome": "MODE=chrome vite build", |
12 |
| - "build:firefox": "MODE=firefox vite build", |
13 |
| - "build:safari": "MODE=safari vite build", |
| 8 | + "dev": "cross-env MODE=chrome vite dev", |
| 9 | + "dev:firefox": "cross-env MODE=firefox vite build --watch", |
| 10 | + "build": "cross-env MODE=chrome vite build && cross-env MODE=firefox vite build", |
| 11 | + "build:chrome": "cross-env MODE=chrome vite build", |
| 12 | + "build:firefox": "cross-env MODE=firefox vite build", |
| 13 | + "build:safari": "cross-env MODE=safari vite build", |
14 | 14 | "convert:safari": "xcrun safari-web-extension-converter dist/safari --project-location . --app-name $npm_package_name-safari",
|
15 | 15 | "release": "gh release create $npm_package_name@$npm_package_version ./dist/*.zip --generate-notes",
|
16 | 16 | "publish": "bun lib/publish.js --b",
|
|
31 | 31 | },
|
32 | 32 | "license": "MIT",
|
33 | 33 | "devDependencies": {
|
34 |
| - "@crxjs/vite-plugin": "^2.0.0-beta.23", |
| 34 | + "@crxjs/vite-plugin": "2.0.0-beta.25", |
35 | 35 | "@types/mime-types": "^2.1.4",
|
36 |
| - "@vitejs/plugin-react-swc": "^3.6.0", |
37 |
| - "eslint": "^8.56.0", |
| 36 | + "@vitejs/plugin-react-swc": "^3.7.0", |
| 37 | + "cross-env": "^7.0.3", |
| 38 | + "eslint": "^8.57.0", |
38 | 39 | "glob": "^11.0.0",
|
39 | 40 | "mime-types": "^2.1.35",
|
40 |
| - "parcel": "^2.11.0", |
41 |
| - "prettier": "^3.2.5", |
| 41 | + "prettier": "^3.3.3", |
42 | 42 | "process": "^0.11.10",
|
43 |
| - "sass": "^1.70.0", |
| 43 | + "sass": "^1.78.0", |
44 | 44 | "sass-loader": "^13.3.3",
|
45 | 45 | "semver": "^7.6.3",
|
46 |
| - "url": "^0.11.3" |
| 46 | + "url": "^0.11.4" |
47 | 47 | },
|
48 | 48 | "dependencies": {
|
49 | 49 | "@bedframe/cli": "^0.0.85",
|
50 |
| - "@blocknote/core": "^0.14.1", |
51 |
| - "@blocknote/mantine": "^0.14.1", |
52 |
| - "@blocknote/react": "^0.14.1", |
| 50 | + "@codemirror/lang-css": "^6.3.0", |
53 | 51 | "@codemirror/lang-less": "^6.0.2",
|
54 |
| - "@heroicons/react": "^2.1.3", |
55 |
| - "@million/lint": "latest", |
56 |
| - "@tailwindcss/forms": "^0.5.7", |
| 52 | + "@codemirror/theme-one-dark": "^6.1.2", |
| 53 | + "@sveltejs/vite-plugin-svelte": "^4.0.0", |
| 54 | + "@tailwindcss/forms": "^0.5.9", |
| 55 | + "@tsconfig/svelte": "^5.0.4", |
| 56 | + "@types/chrome": "^0.0.270", |
57 | 57 | "@types/color": "^3.0.6",
|
58 | 58 | "@types/dompurify": "^3.0.5",
|
59 |
| - "@types/lodash": "^4.17.4", |
60 |
| - "@types/node": "^20.11.30", |
61 |
| - "@types/react": "^18.2.55", |
62 |
| - "@types/react-dom": "^18.2.19", |
63 |
| - "@types/sortablejs": "^1.15.7", |
| 59 | + "@types/lodash": "^4.17.7", |
| 60 | + "@types/node": "^20.16.5", |
| 61 | + "@types/react": "17", |
| 62 | + "@types/react-dom": "17", |
| 63 | + "@types/sortablejs": "^1.15.8", |
64 | 64 | "@types/uuid": "^9.0.8",
|
65 | 65 | "@types/webextension-polyfill": "^0.10.7",
|
66 |
| - "@uiw/codemirror-extensions-color": "^4.21.25", |
67 |
| - "@uiw/codemirror-theme-github": "^4.21.25", |
68 |
| - "@uiw/react-codemirror": "^4.21.25", |
69 |
| - "autoprefixer": "^10.4.17", |
| 66 | + "@uiw/codemirror-extensions-color": "^4.23.3", |
| 67 | + "@uiw/codemirror-theme-github": "^4.23.3", |
| 68 | + "@vitejs/plugin-react": "^4.3.1", |
| 69 | + "autoprefixer": "^10.4.20", |
70 | 70 | "classnames": "^2.5.1",
|
| 71 | + "codemirror": "^6.0.1", |
71 | 72 | "color": "^4.2.3",
|
72 |
| - "dompurify": "^3.0.8", |
73 |
| - "framer-motion": "^11.0.25", |
| 73 | + "dompurify": "^3.1.6", |
| 74 | + "embla-carousel-autoplay": "^8.3.1", |
| 75 | + "embla-carousel-svelte": "^8.3.1", |
| 76 | + "fuse.js": "^7.0.0", |
| 77 | + "idb": "^8.0.0", |
74 | 78 | "kolorist": "^1.8.0",
|
75 | 79 | "localforage": "^1.10.0",
|
76 | 80 | "lodash": "^4.17.21",
|
77 |
| - "million": "latest", |
78 |
| - "motion": "^10.17.0", |
| 81 | + "million": "^3.1.11", |
| 82 | + "motion": "^10.18.0", |
| 83 | + "postcss": "^8.4.45", |
79 | 84 | "publish-browser-extension": "^2.2.1",
|
80 |
| - "react": "^18.2.0", |
81 |
| - "react-best-gradient-color-picker": "3.0.5", |
82 |
| - "react-dom": "^18.2.0", |
83 |
| - "react-error-boundary": "^4.0.13", |
84 |
| - "react-router-dom": "^6.22.0", |
85 |
| - "react-toastify": "^10.0.5", |
86 |
| - "rimraf": "^5.0.5", |
87 |
| - "sortablejs": "^1.15.2", |
88 |
| - "swiper": "latest", |
89 |
| - "tailwindcss": "^3.4.1", |
90 |
| - "ts-loader": "^9.5.1", |
91 |
| - "typescript": "^5.3.3", |
| 85 | + "react": "17", |
| 86 | + "react-best-gradient-color-picker": "^3.0.10", |
| 87 | + "react-dom": "17", |
| 88 | + "sortablejs": "^1.15.3", |
| 89 | + "svelte": "^5.1.9", |
| 90 | + "tailwindcss": "^3.4.11", |
| 91 | + "typescript": "^5.6.2", |
92 | 92 | "uuid": "^9.0.1",
|
93 |
| - "vite": "^5.4.2", |
| 93 | + "vite": "^5.4.4", |
94 | 94 | "webextension-polyfill": "^0.10.0"
|
95 | 95 | }
|
96 | 96 | }
|
0 commit comments