-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
56 lines (56 loc) · 1.55 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
{
"name": "wewe",
"version": "1.0.0",
"description": "Open wechat group chat messages to the world",
"main": "index.js",
"scripts": {
"build": "next build",
"start": "NODE_ENV=production node backend/index.js",
"sb": "nodemon backend/index.js --watch backend/ --watch config.js --watch db/",
"sw": "node bots/wechat/index.js",
"initDb": "node db/initDb.js",
"deploy": "npm run build && npm prune --production && up deploy production --no-build && npm i --offline"
},
"repository": {
"type": "git",
"url": "git+https://github.com/t9tio/wewe.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/t9tio/wewe/issues"
},
"homepage": "https://github.com/t9tio/wewe#readme",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"aws": "0.0.3-2",
"aws-sdk": "^2.471.0",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"bulma": "^0.7.5",
"cors": "^2.8.5",
"dayjs": "^1.8.14",
"express": "^4.17.1",
"linkifyjs": "^2.1.8",
"lodash.chunk": "^4.2.0",
"nanoid": "^2.0.3",
"next": "^8.1.0",
"node-sass": "^4.12.0",
"qs": "^6.7.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-paginate": "^6.3.0",
"timeago.js": "^4.0.0-beta.2",
"validator": "^11.0.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"nodemon": "^2.0.2"
}
}