-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 778 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 778 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
{
"name": "willbrowning.me",
"version": "1.0.0",
"description": "willbrowning.me website",
"author": "Will <will@willbrowning.me>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/axios": "^5.12.2",
"@nuxtjs/feed": "^0.1.1",
"@nuxtjs/sitemap": "^0.1.2",
"collect.js": "^4.28.4",
"dayjs": "^1.9.4",
"dotenv": "^6.2.0",
"glob-all": "^3.2.1",
"highlight.js": "^9.18.3",
"marked": "^0.7.0",
"nuxt": "^2.14.7",
"remove-markdown": "^0.3.0"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^3.2.0"
}
}