-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.48 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.48 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
{
"name": "readysetscript",
"version": "1.0.0",
"description": "A game all about developing critical thinking skills.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"dev": "ts-node-dev --respawn --transpile-only ./server/server.ts",
"start": "ts-node-dev ./server/server.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Treterten/readysetscript.git"
},
"author": "Tre Moore",
"license": "ISC",
"bugs": {
"url": "https://github.com/Treterten/readysetscript/issues"
},
"homepage": "https://github.com/Treterten/readysetscript#readme",
"dependencies": {
"browserfs": "^1.4.3",
"express": "^4.17.1",
"phaser": "^3.50.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"socket.io": "^3.0.4",
"ts-node-dev": "^1.1.1",
"typescript": "^4.1.3"
},
"devDependencies": {
"@types/node": "^14.14.14",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"awesome-typescript-loader": "^5.2.1",
"babel": "^6.23.0",
"electron": "^11.1.0",
"eslint": "^7.16.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"nodemon": "^2.0.6",
"ts-loader": "^8.0.12",
"ts-node": "^9.1.1",
"webpack": "^5.11.0",
"webpack-cli": "^4.2.0"
}
}