forked from google/wikiloop-doublecheck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 3 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
89
90
91
92
93
94
95
96
{
"name": "wikiloop-battlefield",
"version": "3.0.1-beta",
"description": "A web app for Wikipedians to fight vandalism together.",
"author": "Zainan Victor Zhou <[email protected]>",
"repository": "[email protected]:google/wikiloop-battlefield.git",
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"prod": "npm run build && npm run start",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"test": "jest",
"heroku-postbuild": "npm run build",
"test-report": "jest --ci --runInBand --reporters=default --reporters=jest-junit",
"ci": "circleci local execute build"
},
"dependencies": {
"@dicebear/avatars": "^4.0.2",
"@dicebear/avatars-identicon-sprites": "^4.0.2",
"@nuxtjs/axios": "^5.8.0",
"@nuxtjs/google-analytics": "^2.2.2",
"@nuxtjs/pwa": "^2.6.0",
"@types/mongodb": "^3.3.12",
"apicache": "^1.5.2",
"body-parser": "^1.19.0",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.1.0",
"connect-mongodb-session": "^2.2.0",
"cookie-parser": "^1.4.4",
"cookie-universal-nuxt": "^2.0.19",
"cross-env": "^5.2.1",
"csv-stringify": "^5.3.4",
"d3": "^4.13.0",
"dotenv": "^7.0.0",
"eventsource": "^1.0.7",
"express": "^4.17.1",
"express-rate-limit": "^5.0.0",
"express-session": "^1.17.0",
"heap": "^0.2.6",
"http": "0.0.0",
"jquery": "^3.4.1",
"log4js": "^5.3.0",
"mongodb": "^3.3.5",
"mongoose": "^5.7.5",
"mysql2": "^1.7.0",
"nuxt": "^2.10.2",
"nuxt-env": "^0.1.0",
"nuxt-i18n": "^6.4.1",
"oauth-fetch-json": "^0.3.3",
"passport": "^0.4.0",
"passport-mediawiki-oauth": "^0.1.0",
"querystring": "^0.2.0",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"universal-analytics": "^0.4.20",
"vue-router": "^3.1.3",
"vue-timeago": "^5.1.2",
"vuex": "^3.1.2"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^0.0.1",
"@vue/test-utils": "^1.0.0-beta.30",
"all-contributors-cli": "^6.11.2",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"eslint": "^5.15.1",
"eslint-config-prettier": "^4.3.0",
"eslint-config-standard": "^14.1.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-nuxt": "^0.5.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^5.2.3",
"jest": "^24.9.0",
"jest-junit": "^6.4.0",
"nodemon": "^1.19.4",
"prettier": "^1.19.1",
"vue-jest": "^3.0.5",
"webpack-hot-middleware": "^2.25.0"
},
"engines": {
"node": "10.16.0",
"npm": "6.10.0"
},
"license": "Apache-2.0"
}