-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 745 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 745 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": "vuepress-theme-simple",
"description": "✏️ Very Simple Blog Theme for VuePress",
"version": "1.2.2",
"main": "index.js",
"scripts": {
"dev": "vuepress dev example",
"lint": "eslint .",
"release": "npm run lint && standard-version && npm publish"
},
"keywords": [
"vuepress",
"vuepress-theme",
"blog-theme"
],
"author": "viko16 <16viko@gmail.com>",
"repository": "viko16/vuepress-theme-simple",
"license": "MIT",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.1.2",
"standard-version": "^8.0.1",
"vuepress": "^1.3.1"
},
"dependencies": {
"@vuepress/plugin-last-updated": "^1.2.0",
"prismjs": "^1.19.0",
"timeago.js": "^4.0.2"
}
}