-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 903 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 903 Bytes
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
{
"name": "devjeff-nuxt",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "nuxt build",
"start": "nuxt start",
"dev": "nuxt dev",
"deploy": "nuxt build --preset github_pages && push-dir --dir=.output/public --branch=gh-pages --cleanup --verbose",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"bootstrap": "^5.3.2",
"core-js": "^3.19.3",
"gsap": "^3.6.1",
"markdown-it-for-inline": "^2.0.1",
"nuxt": "^3.12.2",
"scrype": "^1.2.3",
"vue": "3",
"vue-github-button": "^3.1.3",
"vue-markdown-render": "^2.0.1"
},
"devDependencies": {
"@types/markdown-it": "^14.1.1",
"@vueuse/core": "^10.1.2",
"@vueuse/nuxt": "^10.1.2",
"push-dir": "^0.4.1",
"raw-loader": "^4.0.2",
"sass": "^1.60.0",
"vite-plugin-markdown": "^2.2.0-2"
}
}