-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 856 Bytes
/
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
{
"name": "kazuyan-blog",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxt/content": "^1.11.1",
"@nuxt/types": "^2.14.12",
"@nuxtjs/axios": "^5.12.2",
"@nuxtjs/google-gtag": "^1.0.4",
"@tailwindcss/typography": "^0.4.0",
"core-js": "^3.6.5",
"nuxt": "^2.14.6",
"prism-themes": "^1.5.0",
"reading-time": "^1.3.0",
"remark-autolink-headings": "^6.0.1",
"remark-emoji": "^2.1.0"
},
"devDependencies": {
"@nuxt/typescript-build": "^2.0.3",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/tailwindcss": "^3.1.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.1.2"
},
"volta": {
"node": "12.22.12"
}
}