-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 KB
/
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
36
37
38
39
40
41
42
43
{
"name": "nuxtpress",
"version": "0.3.0",
"description": "NuxtPress is a professional blog module for nuxt.js",
"module": "./src/index.js",
"jsnext:main": "./src/index.js",
"main": "./src/index.js",
"scripts": {
"cloc": "node cloc",
"toc": "doctoc README.md",
"lint": "eslint src --ext .js,.vue --fix --quiet",
"release": "npm run cloc && npm run toc && standard-version && git push --follow-tags && npm publish"
},
"peerDependencies": {},
"dependencies": {
"diacritics": "^1.3.0",
"eslint-config-willin": "^1.0.3",
"express": "^4.16.4",
"globby": "^8.0.1",
"gray-matter": "^4.0.1",
"js-yaml": "^3.12.0",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^5.0.2",
"markdown-it-table-of-contents": "^0.4.3",
"remove-markdown": "^0.3.0",
"striptags": "^3.1.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"cloc": "^2.5.1",
"doctoc": "^1.4.0",
"eslint": "^7.5.0",
"standard-version": "^8.0.2"
},
"keywords": [
"nuxtpress",
"nuxt",
"vuepress"
],
"repository": "[email protected]:assholev0/nuxtpress.git",
"author": "willin <[email protected]>",
"license": "MIT"
}