This repository has been archived by the owner on Dec 4, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
executable file
·84 lines (84 loc) · 2.06 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
{
"name": "dontpad",
"version": "1.1.0",
"homepage": "https://dontpad.herokuapp.com/",
"private": true,
"description": "Advanced Dontpad with format, font, image, video, url",
"repository": {
"type": "git",
"url": "git+https://github.com/huynhsamha/dontpad.git"
},
"scripts": {
"start": "node index",
"eslint": "eslint ./ --ext=js --ext=jsx",
"eslint:fix": "eslint ./ --ext=js --ext=jsx --fix",
"eslint:server": "eslint ./index.js ./server/",
"eslint:server:fix": "eslint ./index.js ./server/ --fix",
"eslint:client": "eslint ./client/",
"eslint:client:fix": "eslint ./client/ --fix"
},
"dependencies": {
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-register": "^6.26.0",
"body-parser": "~1.18.2",
"compression": "^1.7.2",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"crypto-js": "^4.0.0",
"crypto-random-string": "^3.3.0",
"debug": "~2.6.9",
"dotenv": "^5.0.1",
"express": "~4.15.5",
"helmet": "^3.12.0",
"mongoose": "^5.0.12",
"morgan": "~1.9.0",
"socket.io": "^2.1.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.11.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.1"
},
"author": {
"name": "huynhsamha",
"email": "huynhsamha@gmail.com",
"url": "https://github.com/huynhsamha"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/huynhsamha/dontpad/issues"
},
"engines": {
"node": ">=12.19.0",
"npm": ">=6.14.8"
},
"contributors": [
"huynhsamha"
],
"icon": "./public/favicon.ico",
"keywords": [
"dontpad",
"advanced dontpad",
"docs",
"react",
"heroku",
"mlab",
"mongodb",
"mongo",
"socket.io",
"scoket",
"link",
"image",
"video",
"url",
"format",
"realtime"
]
}