-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.08 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
{
"name": "xowlpost-tictactoe",
"version": "1.0.0",
"description": "A simple TicTacToe game built using HTML, CSS, and JavaScript. It allows two players to play on the same app and keeps track of the score. It also includes a simple AI player that can be played against.",
"main": "game.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "XO",
"license": "ISC",
"dependencies": {
"buildtools": "^0.1.1",
"css-vars-ponyfill": "^2.4.8",
"date-fns": "^2.30.0",
"express": "^4.18.2",
"lodash": "^4.17.21",
"magic-sdk": "^17.1.3",
"node.js": "^0.0.1-security",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"request": "^2.88.2",
"sendbird-uikit": "^2.7.2",
"servify": "^0.1.12",
"socket.io": "^4.6.1",
"swagger-ui": "^4.19.0",
"tree-sitter": "^0.20.1",
"tree-sitter-json": "^0.20.0",
"tree-sitter-yaml": "^0.5.0",
"uglify-js": "^3.17.4",
"underscore.string": "^3.3.5",
"unsplash-js": "^7.0.16",
"web3": "^1.10.0",
"zip": "^1.2.0"
}
}