|
1 | 1 | {
|
2 |
| - "name": "obsidian-dataloom", |
3 |
| - "version": "8.12.2", |
4 |
| - "description": "Weave together data from diverse sources into a cohesive table view. Inspired by Excel Spreadsheets and Notion.so.", |
5 |
| - "main": "main.js", |
6 |
| - "scripts": { |
7 |
| - "dev": "node esbuild.config.mjs", |
8 |
| - "dev-with-tools": "node esbuild.config.mjs tools", |
9 |
| - "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", |
10 |
| - "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
11 |
| - "test": "jest", |
12 |
| - "version": "node version-bump.mjs && git add manifest.json versions.json" |
13 |
| - }, |
14 |
| - "keywords": [], |
15 |
| - "author": "Trey Wallis", |
16 |
| - "license": "GPL-3.0+", |
17 |
| - "devDependencies": { |
18 |
| - "@babel/preset-env": "^7.19.0", |
19 |
| - "@babel/preset-react": "^7.18.6", |
20 |
| - "@babel/preset-typescript": "^7.18.6", |
21 |
| - "@simbathesailor/use-what-changed": "^2.0.0", |
22 |
| - "@testing-library/jest-dom": "^5.16.2", |
23 |
| - "@testing-library/react": "^13.4.0", |
24 |
| - "@testing-library/user-event": "^14.4.3", |
25 |
| - "@types/codemirror": "^5.60.7", |
26 |
| - "@types/jest": "^29.0.0", |
27 |
| - "@types/lodash": "^4.14.180", |
28 |
| - "@types/markdown-it": "^12.2.3", |
29 |
| - "@types/mock-fs": "^4.13.1", |
30 |
| - "@types/node": "^18.7.15", |
31 |
| - "@types/papaparse": "^5.3.7", |
32 |
| - "@types/react": "^18.0.18", |
33 |
| - "@types/react-dom": "^18.0.6", |
34 |
| - "@types/uuid": "^8.3.4", |
35 |
| - "@typescript-eslint/eslint-plugin": "^5.59.8", |
36 |
| - "@typescript-eslint/parser": "^5.59.8", |
37 |
| - "babel-jest": "^29.0.2", |
38 |
| - "builtin-modules": "^3.2.0", |
39 |
| - "esbuild": "^0.15.7", |
40 |
| - "eslint": "^8.41.0", |
41 |
| - "eslint-config-react-app": "^7.0.1", |
42 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
43 |
| - "eslint-plugin-react-refresh": "^0.4.1", |
44 |
| - "jest": "^29.5.0", |
45 |
| - "jest-date-mock": "^1.0.8", |
46 |
| - "jest-environment-jsdom": "^29.7.0", |
47 |
| - "jsdom": "^22.1.0", |
48 |
| - "obsidian": "^1.4.11", |
49 |
| - "react-test-renderer": "^18.2.0", |
50 |
| - "renamer": "^4.0.0", |
51 |
| - "ts-jest": "^29.0.5", |
52 |
| - "tslib": "^2.4.0", |
53 |
| - "typescript": "^5.1.3" |
54 |
| - }, |
55 |
| - "dependencies": { |
56 |
| - "@reduxjs/toolkit": "^1.8.5", |
57 |
| - "codemirror": "^6.0.1", |
58 |
| - "dayjs": "^1.11.10", |
59 |
| - "fuzzysort": "^2.0.4", |
60 |
| - "htmlparser2": "^9.0.0", |
61 |
| - "lucide": "^0.241.0", |
62 |
| - "markdown-it": "^13.0.1", |
63 |
| - "markdown-table": "^3.0.3", |
64 |
| - "papaparse": "^5.4.1", |
65 |
| - "react": "^18.2.0", |
66 |
| - "react-dom": "^18.2.0", |
67 |
| - "react-redux": "^8.0.4", |
68 |
| - "react-virtuoso": "^4.6.0", |
69 |
| - "recoil": "^0.7.7", |
70 |
| - "runtypes": "^6.7.0", |
71 |
| - "ts-node": "^10.9.1", |
72 |
| - "uuid": "^9.0.0" |
73 |
| - } |
| 2 | + "name": "obsidian-dataloom", |
| 3 | + "version": "8.13.0", |
| 4 | + "description": "Weave together data from diverse sources into a cohesive table view. Inspired by Excel Spreadsheets and Notion.so.", |
| 5 | + "main": "main.js", |
| 6 | + "scripts": { |
| 7 | + "dev": "node esbuild.config.mjs", |
| 8 | + "dev-with-tools": "node esbuild.config.mjs tools", |
| 9 | + "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", |
| 10 | + "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
| 11 | + "test": "jest", |
| 12 | + "version": "node version-bump.mjs && git add manifest.json versions.json" |
| 13 | + }, |
| 14 | + "keywords": [], |
| 15 | + "author": "Trey Wallis", |
| 16 | + "license": "GPL-3.0+", |
| 17 | + "devDependencies": { |
| 18 | + "@babel/preset-env": "^7.19.0", |
| 19 | + "@babel/preset-react": "^7.18.6", |
| 20 | + "@babel/preset-typescript": "^7.18.6", |
| 21 | + "@simbathesailor/use-what-changed": "^2.0.0", |
| 22 | + "@testing-library/jest-dom": "^5.16.2", |
| 23 | + "@testing-library/react": "^13.4.0", |
| 24 | + "@testing-library/user-event": "^14.4.3", |
| 25 | + "@types/codemirror": "^5.60.7", |
| 26 | + "@types/jest": "^29.0.0", |
| 27 | + "@types/lodash": "^4.14.180", |
| 28 | + "@types/markdown-it": "^12.2.3", |
| 29 | + "@types/mock-fs": "^4.13.1", |
| 30 | + "@types/node": "^18.7.15", |
| 31 | + "@types/papaparse": "^5.3.7", |
| 32 | + "@types/react": "^18.0.18", |
| 33 | + "@types/react-dom": "^18.0.6", |
| 34 | + "@types/uuid": "^8.3.4", |
| 35 | + "@typescript-eslint/eslint-plugin": "^5.59.8", |
| 36 | + "@typescript-eslint/parser": "^5.59.8", |
| 37 | + "babel-jest": "^29.0.2", |
| 38 | + "builtin-modules": "^3.2.0", |
| 39 | + "esbuild": "^0.15.7", |
| 40 | + "eslint": "^8.41.0", |
| 41 | + "eslint-config-react-app": "^7.0.1", |
| 42 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 43 | + "eslint-plugin-react-refresh": "^0.4.1", |
| 44 | + "jest": "^29.5.0", |
| 45 | + "jest-date-mock": "^1.0.8", |
| 46 | + "jest-environment-jsdom": "^29.7.0", |
| 47 | + "jsdom": "^22.1.0", |
| 48 | + "obsidian": "^1.4.11", |
| 49 | + "react-test-renderer": "^18.2.0", |
| 50 | + "renamer": "^4.0.0", |
| 51 | + "ts-jest": "^29.0.5", |
| 52 | + "tslib": "^2.4.0", |
| 53 | + "typescript": "^5.1.3" |
| 54 | + }, |
| 55 | + "dependencies": { |
| 56 | + "@reduxjs/toolkit": "^1.8.5", |
| 57 | + "codemirror": "^6.0.1", |
| 58 | + "dayjs": "^1.11.10", |
| 59 | + "fuzzysort": "^2.0.4", |
| 60 | + "htmlparser2": "^9.0.0", |
| 61 | + "jsondiffpatch": "^0.5.0", |
| 62 | + "lucide": "^0.241.0", |
| 63 | + "markdown-it": "^13.0.1", |
| 64 | + "markdown-table": "^3.0.3", |
| 65 | + "papaparse": "^5.4.1", |
| 66 | + "react": "^18.2.0", |
| 67 | + "react-dom": "^18.2.0", |
| 68 | + "react-redux": "^8.0.4", |
| 69 | + "react-virtuoso": "^4.6.0", |
| 70 | + "recoil": "^0.7.7", |
| 71 | + "runtypes": "^6.7.0", |
| 72 | + "ts-node": "^10.9.1", |
| 73 | + "uuid": "^9.0.0" |
| 74 | + } |
74 | 75 | }
|
0 commit comments