-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
88 lines (88 loc) · 2.39 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "comment9",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "vue-cli-service build",
"start": "node bin/www",
"start-dev": "env NODE_ENV=development node bin/www",
"serve": "yarn build && yarn start",
"lint": "vue-cli-service lint && eslint bin/www models/**/*.js routes/**/*.js utils/**/*.js --fix",
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/langs/**/*.json\""
},
"dependencies": {
"axios": "^0.21.1",
"connect-history-api-fallback": "^1.6.0",
"connect-redis": "^6.0.0",
"cookie-parser": "~1.4.4",
"dotenv": "^10.0.0",
"express": "~4.16.1",
"express-session": "^1.17.2",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"mongoose": "^5.13.3",
"node-telegram-bot-api": "^0.54.0",
"pino": "^6.13.0",
"pino-pretty": "^5.1.2",
"redis": "^3.1.2",
"socket.io": "^4.1.3",
"tinycolor2": "^1.4.2",
"wechat": "^2.1.0"
},
"devDependencies": {
"@intlify/vue-i18n-loader": "^1.0.0",
"@vercel/nft": "^0.15.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"dayjs": "^1.10.6",
"dplayer": "^1.26.0",
"element-ui": "^2.4.5",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^6.2.2",
"hls.js": "^1.0.10",
"js-cookie": "^3.0.1",
"node-sass": "^6.0.1",
"prettier": "^2.2.1",
"sass-loader": "^10.1.1",
"socket.io-client": "^4.1.3",
"vue": "^2.6.11",
"vue-axios": "^3.2.5",
"vue-cli-plugin-element": "~1.0.1",
"vue-cli-plugin-i18n": "~2.1.2",
"vue-clipboard2": "^0.3.1",
"vue-i18n": "^8.22.3",
"vue-router": "^3.2.0",
"vue-template-compiler": "^2.6.11",
"vue-tinder": "^2.0.3",
"vuex": "^3.4.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended",
"plugin:prettier/recommended",
"@vue/prettier"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"license": "MIT",
"repository": "https://github.com/tuna/Comment9"
}