-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.48 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
{
"name": "tactical-people",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"animate.css": "^4.1.1",
"async-mutex": "^0.3.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"ejs": "^3.1.8",
"express": "^5.0.0-beta.1",
"express-jwt": "^7.7.2",
"express-session": "^1.17.2",
"jsonwebtoken": "^8.5.1",
"luxon": "^2.4.0",
"mysql2": "^2.3.3",
"npm-run-all": "^4.1.5",
"sequelize": "^6.17.0",
"sha2": "^1.0.2",
"socket.io": "^4.4.1"
},
"private": true,
"devDependencies": {
"@babel/core": "^7.18.0",
"@babel/plugin-transform-object-assign": "^7.16.7",
"@babel/preset-env": "^7.18.0",
"babel-loader": "^8.2.5",
"jest": "^27.5.1",
"socket.io-client": "^4.5.1",
"webpack": "^5.72.1",
"webpack-cli": "^4.10.0",
"webpack-remove-debug": "^0.1.0"
},
"scripts": {
"start": "node server.js",
"build": "npx webpack",
"dev": "npm run watch:start",
"dev:production": "npm-run-all --parallel watch:start watch:build",
"watch:build": "npx webpack --watch",
"watch:start": "npx nodemon server.js",
"test": "npx jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iliaamiri/tactical-people.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/iliaamiri/tactical-people/issues"
},
"homepage": "https://github.com/iliaamiri/tactical-people#readme"
}