forked from codex-team/editorjs.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.37 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
{
"private": true,
"scripts": {
"build-docs": "codex.docs build-static",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"start-docs": "codex.docs",
"start-all": "http-server dist",
"build-full": "yarn generate && yarn build-docs",
"preview": "nuxt preview",
"editor-update": "./editor-update.sh"
},
"devDependencies": {
"nuxt": "^3.2.0",
"postcss-apply": "^0.12.0",
"postcss-nested": "^5.0.6",
"postcss-preset-env": "^7.7.2",
"typescript": "^4.7.4",
"vue-tsc": "^0.39.4"
},
"dependencies": {
"@amplitude/analytics-browser": "^1.6.6",
"@codexteam/nuxt-icons": "^0.0.4",
"@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/marker": "^1.3.0",
"@editorjs/nested-list": "^1.3.0",
"@editorjs/quote": "^2.5.0",
"@editorjs/raw": "^2.4.0",
"@editorjs/table": "^2.2.0",
"@editorjs/warning": "^1.3.0",
"@nuxt/kit": "^3.0.0",
"codex.docs": "2.2.0-rc.16",
"http-server": "^14.1.1",
"modern-css-reset": "^1.4.0",
"yandex-metrika-module-nuxt3": "^1.5.3"
},
"packageManager": "[email protected]"
}