forked from sumn2u/baghchal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2 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
{
"name": "baghchal",
"version": "1.0.0",
"description": "Baghchal Game",
"main": "server.js",
"scripts": {
"start": "npm run build && webpack-dev-server ",
"development": "npm run build && webpack-dev-server --env production --open --https",
"build": "webpack --mode=production --config webpack.config.js ",
"build:fb": "webpack --mode=production --config webpack.config.js --env production ",
"test": "echo \"Error: no test specified\" && exit 1",
"predeploy": "npm run build",
"server": "npm run server/app.js",
"gernerate:sound": "node audiospirite.js",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sumn2u/baghchal.git"
},
"keywords": [
"baghchal",
"nepali",
"game"
],
"author": "Tek Raj, Suman Kunwar",
"license": "ISC",
"bugs": {
"url": "https://github.com/sumn2u/baghchal/issues"
},
"homepage": "https://github.com/sumn2u/baghchal#readme",
"dependencies": {
"audiosprite": "^0.7.1",
"body-parser": "^1.15.2",
"express": "4.16.4",
"howler": "^2.1.2",
"material-icons": "0.3.1",
"npm": "6.7.0",
"path": "0.12.7",
"socket.io": "^1.7.1",
"socket.io-client": "^2.3.0",
"uuid": "^3.3.3"
},
"devDependencies": {
"@babel/core": "7.2.2",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "7.3.1",
"autoprefixer": "9.4.7",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.5",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "2.1.0",
"extract-loader": "3.1.0",
"file-loader": "3.0.1",
"gh-pages": "^2.1.1",
"html-webpack-plugin": "^3.2.0",
"html2canvas": "^1.0.0-rc.5",
"node-sass": "^4.11.0",
"postcss-loader": "3.0.0",
"sass-loader": "7.1.0",
"style-loader": "^0.23.1",
"url-loader": "1.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.2.1"
}
}