-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 931 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
35
36
37
{
"name": "logseq-plugin-milestone",
"version": "1.0.0",
"main": "dist/index.html",
"logseq": {
"id": "logseq-plugin-milestone",
"icon": "logo.png"
},
"scripts": {
"dev": "vite",
"dev:force": "vite --force",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@logseq/libs": "^0.0.1-alpha.34",
"antd": "^4.18.2",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^8.0.3",
"@types/node": "^17.0.8",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"autoprefixer": "^10.4.1",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.8",
"typescript": "^4.4.4",
"vite": "^2.7.2"
}
}