forked from GDGoC-CAU/GDSC-CAU.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 720 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 720 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
{
"name": "gdsc-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",
"@nuxtjs/sitemap": "^2.4.0",
"@tailwindcss/typography": "^0.4.1",
"core-js": "^3.15.1",
"nuxt": "^2.15.7",
"nuxt-content-git": "^2.0.9"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/tailwindcss": "^4.2.1",
"autoprefixer": "^10.3.7",
"babel-loader": "^8.2.3",
"postcss": "^8.3.11",
"tailwindcss": "^2.2.17",
"webpack": "^4.46.0"
}
}