-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) 路 1.28 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) 路 1.28 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
52
53
54
55
56
{
"name": "mb-code",
"version": "0.1.0",
"description": "",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/tomy0000000/MB-Code.git"
},
"author": "Tomy Hsieh <npm@tomy.me> (https://github.com/tomy0000000)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tomy0000000/MB-Code/issues"
},
"homepage": "https://github.com/tomy0000000/MB-Code#readme",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@babel/core": "^7.0.0",
"animate.css": "^4.1.1",
"clipboard": "^2.0.11",
"core-js": "^3.27.0",
"vue": "^3.2.45"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.2.45",
"eslint": "^8.30.0",
"eslint-plugin-vue": "^9.8.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "@babel/eslint-parser"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}