forked from sawhney17/logseq-smartblocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 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
39
{
"name": "logseq-smartblocks-plugin",
"version": "3.5.1",
"description": "A plugin to replicate Smartblocks",
"author": "@sawhney17",
"license": "MIT",
"scripts": {
"dev": "parcel ./index.html --public-url ./",
"build": "parcel build --public-url . --no-source-maps index.html"
},
"devDependencies": {
"@logseq/libs": "^0.0.6",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"autoprefixer": "^10.4.2",
"parcel": "^2.0.0",
"postcss": "^8.1.0"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "latest",
"autoprefix": "^1.0.1",
"axios": "^0.26.1",
"logseq-dateutils": "latest",
"postcss-cli": "^9.1.0",
"postcss-import": "^14.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-tooltip": "^4.2.21",
"sherlockjs": "^1.4.2",
"tailwindcss": "^3.0.15"
},
"logseq": {
"id": "logseq-smartblocks",
"main": "dist/index.html",
"icon": "./logo.png"
}
}