-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.09 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
{
"name": "frontend-leetcode",
"version": "1.0.0",
"description": "this is a front end leetcode problems repo",
"main": "index.js",
"dependencies": {
"@vuepress/plugin-google-analytics": "^1.5.2",
"@vuepress/plugin-pwa": "^1.5.2",
"vuepress": "1.5.2"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.5.2",
"@vuepress/plugin-medium-zoom": "^1.5.2",
"nodemon": "^2.0.4",
"vuepress-plugin-auto-sidebar": "^1.4.1",
"vuepress-plugin-mathjax": "^1.2.8"
},
"scripts": {
"start": "nodemon --ext md,vue,js --watch .vuepress --watch . --exec vuepress dev docs",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BruceYuj/frontend-leetcode.git"
},
"keywords": [
"leetcode",
"javascript"
],
"author": "BY",
"license": "MIT",
"bugs": {
"url": "https://github.com/BruceYuj/frontend-leetcode/issues"
},
"homepage": "https://github.com/BruceYuj/frontend-leetcode#readme"
}