generated from unxok/obsidian-vite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 968 Bytes
/
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
{
"name": "limit-breaker",
"author": "Unxok",
"license": "MIT",
"keywords": [],
"version": "0.1.0",
"main": "main.js",
"scripts": {
"dev": "vite build --watch --mode=development",
"build": "vite build",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"release": "git tag -a %npm_config_tag% -m '%npm_config_tag%' && git push origin %npm_config_tag%"
},
"devDependencies": {
"@codemirror/language": "^6.10.3",
"@types/node": "^20.14.11",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"autoprefixer": "^10.4.19",
"builtin-modules": "^3.3.0",
"eslint": "^8.57.0",
"obsidian": "latest",
"obsidian-typings": "^2.2.1-beta.33",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"tslib": "^2.8.0",
"typescript": "^4.7.4",
"vite": "^5.3.4"
},
"dependencies": {
"monkey-around": "^3.0.0"
}
}