-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.98 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
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
{
"name": "nuxt-notion",
"version": "1.0.0",
"private": true,
"homepage": "https://sonthanhdan.github.io/nuxt-notion",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"predeploy": "nuxt generate",
"deploy": "gh-pages -d dist -t"
},
"dependencies": {
"@editorjs/checklist": "^1.4.0",
"@editorjs/code": "^2.8.0",
"@editorjs/delimiter": "^1.3.0",
"@editorjs/editorjs": "^2.26.4",
"@editorjs/embed": "^2.5.3",
"@editorjs/header": "^2.7.0",
"@editorjs/image": "^2.8.1",
"@editorjs/inline-code": "^1.4.0",
"@editorjs/link": "^2.5.0",
"@editorjs/list": "^1.8.0",
"@editorjs/marker": "^1.3.0",
"@editorjs/paragraph": "^2.9.0",
"@editorjs/quote": "^2.5.0",
"@editorjs/raw": "^2.4.0",
"@editorjs/table": "^2.2.0",
"@editorjs/warning": "^1.3.0",
"@groupher/editor-mention": "^1.0.8",
"@kangc/v-md-editor": "^1.7.11",
"@nuxt/content": "^1.5.0",
"@popperjs/core": "^2.11.6",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"@types/marked": "^4.0.8",
"core-js": "^3.19.3",
"editorjs-drag-drop": "^1.1.11",
"editorjs-html": "^3.4.2",
"editorjs-inline-font-family-tool": "^1.0.4",
"editorjs-inline-font-size-tool": "^1.0.1",
"editorjs-inline-image": "^1.2.2",
"editorjs-text-alignment-blocktune": "^1.0.3",
"editorjs-undo": "^2.0.16",
"highlight.js": "^11.7.0",
"nuxt": "^2.15.8",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"reading-time": "^1.5.0",
"vue": "^2.6.14",
"vue-notion": "^1.4.3",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0"
},
"devDependencies": {
"@nuxt/postcss8": "^1.1.3",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"autoprefixer": "^10.4.13",
"gh-pages": "^4.0.0",
"postcss": "^8.4.20",
"push-dir": "^0.4.1",
"tailwindcss": "^3.2.4"
}
}