-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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
{
"name": "classic-rp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "node scripts/build.js",
"prod": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/classicroleplay/classic-gamemode.git"
},
"author": "classic-rp team",
"license": "ISC",
"homepage": "https://bitbucket.org/classicroleplay/classic-gamemode#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2017": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"install": "^0.13.0",
"javascript-obfuscator": "^0.18.1",
"npm": "^6.13.0",
"or": "^0.2.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"exec": "^0.2.1",
"jquery-param": "^1.0.2",
"md5": "^2.2.1",
"mysql": "^2.17.1",
"mysql2": "^1.6.5",
"nodemailer": "^6.2.1",
"request": "^2.88.0",
"rimraf": "^3.0.0",
"sequelize": "^5.21.2",
"trello-node-api": "0.0.7",
"wrench": "^1.5.9"
}
}