-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.26 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
{
"name": "steam-key-online-redeem",
"version": "1.2.1",
"description": "A online steam key redeeming website",
"main": "server/index.js",
"author": "hangxingliu",
"license": "MIT",
"scripts": {
"start": "node server/index.js",
"deploy": "pm2 start ecosystem.yaml",
"build": "node ./builder/build.js",
"build-live": "node ./builder/build.js -w"
},
"dependencies": {
"express": "^4.16.2",
"hoek": "^5.0.3",
"request": "^2.85.0",
"steam-user": "^3.23.2",
"ws": "^3.3.3",
"xml2js": "^0.4.19"
},
"devDependencies": {
"@types/bootstrap": "^3.3.36",
"@types/jquery": "^3.2.16",
"@types/node": "^8.0.49",
"async": "^2.6.0",
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-plugin-minify-mangle-names": "^0.2.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-merge-sibling-variables": "^6.8.6",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"bootstrap": "^4.0.0-beta.2",
"browserify": "^14.5.0",
"colors": "^1.1.2",
"downloadjs": "^1.4.7",
"ejs": "^2.5.7",
"fs-extra": "^4.0.2",
"html-minifier": "^3.5.6",
"jquery": "^3.2.1",
"js-yaml": "^3.10.0",
"node-sass": "^4.6.0",
"popper.js": "^1.12.6",
"postcss": "^6.0.14",
"watch": "^1.0.2",
"watchify": "^3.9.0"
}
}