-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 964 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 964 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
32
33
34
35
36
37
38
39
40
41
{
"name": "leetcode",
"version": "1.0.0",
"description": "leetcode practice",
"main": ".eslintrc.js",
"dependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.13.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.6.11"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chiyu1996/leetcode.git"
},
"keywords": [
"leetcode",
"algorithm",
"javascript"
],
"author": "chiyu1996",
"license": "ISC",
"bugs": {
"url": "https://github.com/chiyu1996/leetcode/issues"
},
"homepage": "https://github.com/chiyu1996/leetcode#readme",
"eslintConfig": {
"parser": "babel-eslint"
}
}