generated from pengx17/logseq-plugin-template-react
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1 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
{
"name": "logseq-plugin-code-formatter",
"version": "1.1.1",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preinstall": "npx only-allow pnpm"
},
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.9",
"prettier": "^2.7.1"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "9.0.1",
"@types/node": "18.0.4",
"@types/prettier": "^2.7.1",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"autoprefixer": "10.4.12",
"conventional-changelog-conventionalcommits": "5.0.0",
"eslint": "8.25.0",
"postcss": "8.4.18",
"semantic-release": "19.0.5",
"tailwindcss": "3.1.8",
"typescript": "4.8.4",
"vite": "3.1.8",
"vite-plugin-logseq": "1.1.2"
},
"logseq": {
"id": "logseq-code-formatter",
"title": "logseq-code-formatter"
}
}