-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "nuxt-blog",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxt/content": "^1.15.1",
"@nuxtjs/feed": "^2.0.0",
"@nuxtjs/redirect-module": "^0.3.1",
"@nuxtjs/sitemap": "^2.4.0",
"@tailwindcss/typography": "^0.5.2",
"core-js": "^3.22.4",
"devicon": "^2.15.1",
"nuxt": "^2.15.8",
"prism-themes": "^1.9.0",
"prismjs": "^1.27.0",
"reading-time": "^1.5.0",
"remove-markdown": "^0.5.0",
"three": "^0.140.1",
"v-click-outside": "^3.1.2",
"vue": "^2.6.14",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"vue-typed-js": "^0.1.2",
"webpack": "^4.46.0"
},
"devDependencies": {
"@nuxt/image": "^0.6.2",
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/svg": "^0.4.0",
"autoprefixer": "^10.4.4",
"nuxt-vite": "^0.3.5",
"postcss": "^8.4.12",
"sass": "^1.51.0",
"sass-loader": "10.2.1",
"tailwindcss": "^3.0.23"
}
}