-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
83 lines (83 loc) · 2.11 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
{
"name": "curator",
"version": "4.9.0",
"description": "steem content curation interface\u001b[D\u001b[C\u001b[C\u001b",
"main": "setup.js",
"scripts": {
"lintfix": "./node_modules/.bin/eslint \"**/*.js\" --fix",
"lint": "./node_modules/.bin/eslint \"**/*.js\"",
"lintstaged": "./node_modules/.bin/lint-staged",
"qserve": "webpack && node setup.js",
"test": "npm run lintfix",
"build": "webpack",
"start": "node setup.js",
"kill": "taskkill /f /im node.exe"
},
"engines": {
"node": "8.6.0"
},
"repository": {
"type": "git",
"url": "\u001b[D\u001b[D\u001b[C\u001b[C\u001b"
},
"keywords": [
"steem",
"curator",
"moderate"
],
"author": "dzivenu",
"license": "MIT",
"dependencies": {
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/runtime": "^7.1.2",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.3",
"dompurify": "^1.0.8",
"dotenv": "^5.0.1",
"dsteem": "^0.10.1",
"ejs": "^2.6.1",
"express": "^4.16.3",
"fs": "0.0.1-security",
"jquery": "^3.3.1",
"jwt-simple": "^0.5.1",
"markup-builder": "^3.4.0",
"morgan": "^1.9.0",
"mysql": "^2.15.0",
"nodemailer": "^4.6.5",
"remarkable": "^1.7.1",
"rotating-file-stream": "^1.3.6",
"semantic-ui-css": "^2.4.0",
"serve-favicon": "^2.5.0",
"socket.io": "^2.1.1",
"timeago": "^1.6.3",
"util": "^0.10.3",
"uuid": "^3.2.1"
},
"lint-staged": {
"*.js": [
"npm run lintfix",
"git add"
]
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
"clean-webpack-plugin": "^0.1.19",
"compression-webpack-plugin": "^2.0.0",
"css-loader": "^1.0.0",
"eslint": "^5.6.1",
"eslint-plugin-react": "^7.11.1",
"expose-loader": "^0.7.5",
"file-loader": "^2.0.0",
"husky": "^1.0.1",
"lint-staged": "^7.3.0",
"mini-css-extract-plugin": "^0.4.3",
"nodemon": "^1.18.4",
"style-loader": "^0.23.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"url-loader": "^1.1.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
}
}