-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.43 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
{
"name": "cyclic-cms-client",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "set NODE_OPTIONS=--openssl-legacy-provider && nuxt",
"build": "NODE_OPTIONS=--openssl-legacy-provider && nuxt build",
"start": "NODE_OPTIONS=--openssl-legacy-provider && nuxt start",
"generate": "NODE_OPTIONS=--openssl-legacy-provider && nuxt generate",
"lint:prettier": "prettier --check .",
"lint": "yarn lint:prettier",
"lintfix": "prettier --write --list-different .",
"postbuild": "yarn generate"
},
"dependencies": {
"@nuxtjs/markdownit": "^2.0.0",
"@tiptap/starter-kit": "^2.0.0-beta.209",
"@tiptap/vue-2": "^2.0.0-beta.209",
"core-js": "^3.25.3",
"markdown-it-attrs": "^4.1.6",
"markdown-it-div": "^1.1.0",
"nuxt": "^2.15.8",
"prosemirror-commands": "^1.5.0",
"prosemirror-dropcursor": "^1.6.1",
"prosemirror-gapcursor": "^1.3.1",
"prosemirror-history": "^1.3.0",
"prosemirror-keymap": "^1.2.0",
"prosemirror-schema-list": "^1.2.2",
"vue": "^2.7.10",
"vue-server-renderer": "^2.7.10",
"vue-template-compiler": "^2.7.10"
},
"devDependencies": {
"@nuxtjs/composition-api": "^0.33.1",
"@nuxtjs/google-fonts": "^2.0.0",
"@nuxtjs/tailwindcss": "^5.3.3",
"@tailwindcss/typography": "^0.5.9",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.17",
"prettier": "^2.7.1"
},
"resolutions": {
"@nuxt/kit": "3.0.0-rc.13"
}
}