-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.13 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.13 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
68
69
70
71
72
73
74
75
76
{
"name": "baghchal",
"version": "1.0.0",
"description": "Baghchal Game",
"main": "server.js",
"scripts": {
"start": "npm run build && webpack-dev-server --env production",
"development": "npm run build && webpack-dev-server --env production --open --https",
"build": "webpack --env production",
"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.21.2",
"howler": "^2.1.2",
"material-icons": "0.3.1",
"npm": "^11.6.1",
"path": "0.12.7",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"uuid": "^3.3.3"
},
"devDependencies": {
"@babel/core": "7.2.2",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "7.3.1",
"autoprefixer": "^10.4.21",
"babel-core": "^4.7.16",
"babel-loader": "^8.0.5",
"babel-preset-env": "^0.0.0",
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^6.0.4",
"css-loader": "^7.1.2",
"extract-loader": "3.1.0",
"file-loader": "^6.2.0",
"gh-pages": "^6.3.0",
"html-webpack-plugin": "^5.6.4",
"html2canvas": "^1.0.0-rc.5",
"image-webpack-loader": "^4.5.0",
"mini-css-extract-plugin": "^2.9.4",
"postcss-loader": "^8.2.0",
"sass": "^1.93.0",
"sass-loader": "^16.0.5",
"style-loader": "^0.23.1",
"url-loader": "^4.1.1",
"webpack": "^5.101.3",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2",
"webpack-merge": "^4.2.1"
},
"engines": {
"node": "20.x",
"npm": "10.x"
}
}