-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
71 lines (71 loc) · 1.54 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "qing-yu",
"version": "1.1.0",
"description": "Manage docs for your team.",
"author": "loliconer",
"scripts": {
"serve": "vue-cli-service serve --port 8100",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.19.3",
"got": "^11.8.3",
"jsonwebtoken": "^8.5.1",
"nodemailer": "^6.7.2",
"restify": "^8.6.0",
"sequelize": "^6.12.0-beta.1",
"sqlite3": "^5.0.2"
},
"devDependencies": {
"@lovue/utils": "^1.0.0",
"@vue/cli-plugin-babel": "~4.5.15",
"@vue/cli-service": "~4.5.15",
"cache-loader": "^4.1.0",
"less": "^4.1.2",
"less-loader": "7.3.0",
"lovue": "^3.1.4",
"marked": "^4.0.6",
"nprogress": "^0.2.0",
"prismjs": "^1.25.0",
"qrcode.vue": "^1.7.0",
"vue": "^2.6.14",
"vue-template-compiler": "^2.6.14"
},
"eslintConfig": {
"root": true,
"env": {
"es6": true,
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"plugins": [
"html"
],
"rules": {
"no-console": "off",
"no-unused-vars": "off",
"no-undef": "off",
"vue/require-v-for-key": "off"
},
"parserOptions": {
"parser": "babel-eslint"
}
},
"browserslist": [
"Chrome >= 70",
"Firefox >= 65",
"Safari >= 11"
],
"bugs": {
"url": "https://github.com/loliconer/qing-yu/issues"
},
"license": "Anti 996",
"repository": {
"url": "https://github.com/loliconer/qing-yu.git",
"type": "git"
}
}