-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.59 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.59 KB
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
44
45
46
47
48
49
50
51
{
"name": "geek-web-page",
"version": "1.0.0",
"description": "My impressive Nuxt.js project",
"author": "nozo-moto",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "npm run processmd && nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"processmd": "rm -f ./blog/*.json && processmd ./blog/* --stdout --outputDir ./blog/ > ./blog/summary.json"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@nuxtjs/markdownit": "^2.0.0",
"@nuxtjs/sitemap": "^2.4.0",
"cross-env": "^7.0.3",
"markdown-it-anchor": "^8.0.1",
"markdown-it-highlight": "^0.2.0",
"markdown-it-meta": "^0.0.1",
"markdown-it-table-of-contents": "^0.5.2",
"next": "^11.0.0",
"nuxt": "^2.15.7",
"postcss-hexrgba": "^2.0.1",
"postcss-nested": "^5.0.5",
"postcss-responsive-type": "^1.0.0",
"sass": "^1.35.1",
"sass-loader": "^10.1.1",
"sticky": "^0.8.0",
"vue-sticky-directive": "0.0.10",
"vue-sticky-position": "^2.0.0"
},
"devDependencies": {
"@nuxt/webpack": "^2.15.7",
"babel-eslint": "^8.2.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^7.11.1",
"eslint-webpack-plugin": "^2.5.4",
"nodemon": "^2.0.7",
"nuxt-fontawesome": "^0.4.0",
"prettier": "2.3.1",
"processmd": "^4.6.1"
}
}