-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.87 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.87 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
{
"name": "westrp",
"version": "1.0.0",
"description": "Roleplay for RAGE MP",
"main": "gulpfile.js",
"dependencies": {
"async": "^2.6.2",
"bluebird": "^3.5.4",
"moment": "^2.24.0",
"mongoose": "^5.5.11",
"parallel-walker": "^0.1.2",
"qrcode": "^1.3.3",
"ssh-config": "^2.0.0-beta.1",
"striptags": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@sentry/browser": "^4.6.6",
"@types/ragemp-c": "https://github.com/CocaColaBear/types-ragemp-c/tarball/master",
"azure-arm-cdn": "^4.2.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-try-catch-loader": "^0.2.2",
"babelify": "^7.3.0",
"browserify": "^16.2.3",
"compression": "^1.7.4",
"concurrent-transform": "^1.0.0",
"cors": "^2.8.5",
"del": "^3.0.0",
"envify": "^4.1.0",
"eslint": "^5.16.0",
"express": "^4.17.0",
"gulp": "^4.0.2",
"gulp-aws-s3": "^1.1.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-deploy-azure-cdn": "^2.3.0",
"gulp-html-replace": "^1.6.2",
"gulp-minify": "^3.1.0",
"gulp-modify-css-urls": "^2.0.0",
"gulp-rename": "^1.4.0",
"gulp-ssh": "^0.7.0",
"gulp-terser": "^1.2.0",
"gulp-try-catch-wrapper": "^0.2.0",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^1.0.4",
"gulp-uglifyjs": "^0.6.2",
"gulp-util": "^3.0.8",
"js-yaml": "^3.13.1",
"minifyify": "^7.3.5",
"ms-rest-azure": "^2.6.0",
"node-sass": "^4.12.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"vue": "^2.5.22",
"vue-range-slider": "^0.6.0",
"vue-template-compiler": "^2.5.22",
"vueify": "^9.4.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Wiwishka",
"license": "ISC"
}