forked from Team-COSADAMA/Blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 709 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 709 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
{
"name": "CSDM-BLOG",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxt/content": "^1.14.0",
"@tailwindcss/line-clamp": "^0.3.1",
"core-js": "^3.15.1",
"nuxt": "^2.15.7",
"nuxt-content-git": "^2.0.14",
"pretendard": "^1.2.1",
"vue-infinite-loading": "^2.4.5"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^4.2.1",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.7",
"tailwindcss": "^3.0.23"
}
}