-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.1 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
{
"name": "game-controller-tester",
"version": "1.0.0",
"description": "This is a web app that allows the user to test their connected game controller",
"scripts": {
"start": "webpack serve --open --watch",
"build": "webpack"
},
"keywords": [
"game",
"controller",
"tester",
"web",
"gaming"
],
"author": {
"name": "Pantelis Manikas",
"email": "hello@pantelismanikas.com",
"url": "https://pantelismanikas.com",
"github": "https://github.com/pmanikas",
"linkedin": "https://www.linkedin.com/in/pmanikas"
},
"repository": {
"type": "git",
"url": "git@github.com:pmanikas/gaming-controller-tester.git"
},
"license": "ISC",
"devDependencies": {
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.0",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}