-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.7 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.7 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "services",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "next dev -p 3001",
"dev8001": "next dev -p 8001",
"dev8110": "next dev -p 8110",
"dev:corp": "cross-env APP_ENV=PRODUCTION_CORP next dev",
"build": "next build",
"start": "next start -p 3001",
"start:8001": "cross-env APP_ENV=PRODUCTION_CORP next start -p 8110",
"start:prod": "next start -p 8001",
"start:preview": "next start -p 7002",
"sync:corp": "git checkout stable && rsync -avzhe \"ssh -i ./CentOS-Basic-1-2-10GB-IFQnwacL.pem\" . debian@213.219.214.5:/var/www/frontend-meriter-corp --exclude .git --exclude 'node_modules' --exclude '.next'",
"sync": "rsync -avzhe \"ssh -i ../CentOS-Basic-1-2-10GB-IFQnwacL.pem\" . debian@213.219.214.5:/var/www/services --exclude '.git' --exclude 'node_modules' --exclude '.next'"
},
"dependencies": {
"@draft-js-plugins/editor": "^4.0.0-beta3",
"@types/mongoose": "^5.10.3",
"apollo-server-micro": "^2.18.2",
"aws-sdk": "^2.789.0",
"aws4": "^1.11.0",
"axios": "^0.20.0",
"cookie": "^0.4.1",
"draft-js": "^0.11.7",
"draft-js-markdown-shortcuts-plugin": "^0.6.1",
"draft-js-plugins-editor": "^3.0.0",
"draftjs-md-converter": "^1.4.1",
"evernote": "^2.0.5",
"graphql": "^15.3.0",
"graphql-request": "^3.2.0",
"isomorphic-unfetch": "^3.1.0",
"js-file-download": "^0.4.12",
"jsonwebtoken": "^8.5.1",
"micro": "^9.3.4",
"mongoose": "^5.10.9",
"next": "^10.0.5",
"next-connect": "^0.9.1",
"next-http-proxy-middleware": "^1.0.9",
"next-session": "^3.4.0",
"rc-slider": "^9.6.1",
"react": "^17.0.1",
"react-awesome-reveal": "^3.5.1",
"react-dom": "^17.0.1",
"react-from-json": "^0.7.2",
"react-insta-stories": "^2.1.2",
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^5.0.3",
"react-phone-input-2": "^2.13.8",
"react-transition-group": "^4.4.1",
"sass": "^1.27.0",
"sharp": "^0.27.0",
"shortid": "^2.2.16",
"swr": "^0.3.6",
"uid": "^1.0.0",
"uuid": "^8.3.1"
},
"devDependencies": {
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.1",
"@types/jest": "^26.0.19",
"@types/node": "^14.11.8",
"@types/react": "^16.9.52",
"babel-jest": "^26.6.3",
"cross-env": "^7.0.3",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"typescript": "^4.0.3"
},
"prettier": {
"tabWidth": 4
}
}