-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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
{
"name": "totally-balanced-chess",
"version": "1.0.0",
"description": "balanced chess? maybe?",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@types/jquery": "^3.5.14",
"babel-loader": "^8.2.5",
"eslint": "^8.17.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"sequelize-cli": "^6.4.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"browser": {
"crypto": false
},
"dependencies": {
"@chrisoakman/chessboardjs": "^1.0.0",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"chess.js": "^0.13.2",
"cookie-parser": "^1.4.6",
"core-js": "^3.23.1",
"crypto-browserify": "^3.12.0",
"ejs": "^3.1.8",
"express": "^4.18.1",
"jquery": "^3.6.0",
"nodemon": "^1.3.3",
"path": "^0.12.7",
"pg": "^8.7.3",
"sequelize": "^6.21.0",
"serve-favicon": "^2.5.0",
"socket.io": "^4.5.1"
}
}