-
Notifications
You must be signed in to change notification settings - Fork 495
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 4.24 KB
/
Copy pathpackage.json
File metadata and controls
110 lines (110 loc) · 4.24 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
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
{
"name": "obsidian-excalidraw-plugin",
"version": "2.2.5",
"description": "This is an Obsidian.md plugin that lets you view and edit Excalidraw drawings",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"dev": "cross-env NODE_ENV=development rollup --config rollup.config.mjs",
"build": "cross-env NODE_ENV=production rollup --config rollup.config.mjs",
"lib": "cross-env NODE_ENV=lib rollup --config rollup.config.mjs",
"code": "eslint --max-warnings=0 --ext .ts,.tsx ./src",
"code:fix": "eslint --max-warnings=0 --ext .ts,.tsx ./src --fix",
"code:unused": "eslint --max-warnings=0 --ext .ts,.tsx ./src --quiet --format json | node -e \"let d='';process.stdin.on('data',c=>d+=c).on('end',()=>{const r=JSON.parse(d);for(const f of r){for(const m of f.messages||[]){if(m.ruleId==='@typescript-eslint/no-unused-vars'||m.ruleId==='no-unused-vars'){console.log(f.filePath+':'+m.line+':'+m.column+' '+m.ruleId+' '+m.message);}}}})\"",
"code:escape": "eslint --max-warnings=0 --ext .ts,.tsx ./src --quiet --format json | node -e \"let d='';process.stdin.on('data',c=>d+=c).on('end',()=>{const r=JSON.parse(d);for(const f of r){for(const m of f.messages||[]){if(m.ruleId==='no-useless-escape'){console.log(f.filePath+':'+m.line+':'+m.column+' '+m.ruleId+' '+m.message);}}}})\"",
"madge": "madge --circular .",
"doc": "npm run lib && node scripts/generate-script-library.mjs",
"skill": "npm run lib && node scripts/skill-builder.mjs",
"mindmap": "node scripts/deploy-mindmap-builder.mjs",
"lint": "eslint .",
"lint:fix": "npx prettier --write \"src/**/*.{ts,tsx}\" && eslint --max-warnings=0 --ext .ts,.tsx ./src --fix"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@lezer/lr": "^1.4.10",
"@popperjs/core": "^2.11.8",
"@radix-ui/number": "^1.1.2",
"@zsviczian/colormaster": "^1.2.2",
"@zsviczian/excalidraw": "0.18.118",
"chroma-js": "^3.1.2",
"clsx": "^2.0.0",
"es6-promise-pool": "2.5.0",
"gl-matrix": "^3.4.3",
"lz-string": "^1.5.0",
"monkey-around": "^2.3.0",
"nanoid": "^5.1.16",
"pako": "^2.1.0",
"points-on-path": "^0.2.1",
"polybooljs": "^1.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"roughjs": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@codemirror/commands": "6.8.1",
"@codemirror/lang-css": "6.3.1",
"@codemirror/language": "6.11.0",
"@codemirror/search": "6.5.11",
"@codemirror/state": "6.5.0",
"@codemirror/view": "6.38.6",
"@excalidraw/prettier-config": "^1.0.2",
"@lezer/highlight": "1.2.3",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^29.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@types/chroma-js": "^3.1.1",
"@types/js-beautify": "^1.14.0",
"@types/node": "^22.19.19",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@zsviczian/excalidraw-extras-api": "^0.0.13",
"@zsviczian/rollup-plugin-postprocess": "^1.0.3",
"cross-env": "^7.0.3",
"cssnano": "^6.0.2",
"eslint": "^9.39.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-obsidianmd": "^0.4.0",
"eslint-plugin-prettier": "^5.0.0",
"jiti": "^2.6.1",
"obsidian": "1.8.7",
"postcss": "^8.5.25",
"prettier": "^3.0.1",
"rollup": "^4.14.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-visualizer": "^7.0.1",
"tslib": "^2.8.1",
"typescript": "5.9.3",
"uglify-js": "^3.19.3"
},
"overrides": {
"lodash": "^4.18.1",
"lodash-es": "^4.18.1",
"serialize-javascript": "^7.0.5",
"nanoid": "^5.1.16",
"dompurify": "^3.4.12",
"fast-uri": "^3.1.4",
"immutable": "^4.3.9",
"js-yaml": "^4.3.0",
"svgo": "^3.3.4"
},
"resolutions": {
"strip-ansi": "^7.0.1"
},
"prettier": "@excalidraw/prettier-config",
"engines": {
"node": ">=22.0.0",
"npm": ">=10.0.0"
}
}