-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.82 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
{
"name": "pebble_protectors",
"description": "A FOSS version of the Rock Defenders cybersecurity game written in TypeScript using the phaser framework.",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/NathanielJS1541/PebbleProtectors.git"
},
"author": "Nathaniel Struselis <[email protected]> (https://github.com/NathanielJS1541)",
"contributors": [
"Aedan McHale <[email protected]> (https://github.com/AedanM)",
"Alex Wu (https://github.com/alexx818)",
"Dominic Mason (https://github.com/dominicmason555)",
"Kitty Farren (https://github.com/kitblafar)",
"Thomas Davies (https://github.com/Thomas-M-Davies)"
],
"license": "AGPL-3.0-only",
"licenseUrl": "https://www.gnu.org/licenses/agpl-3.0.txt",
"bugs": {
"url": "https://github.com/NathanielJS1541/PebbleProtectors/issues"
},
"homepage": "https://github.com/NathanielJS1541/PebbleProtectors#readme",
"keywords": [
"cybersecurity",
"education",
"game",
"phasor",
"vue"
],
"scripts": {
"dev": "vite --config vite/config.dev.mjs",
"build": "vite build --config vite/config.prod.mjs"
},
"dependencies": {
"phaser": "^3.80.1",
"vue": "^3.4.20"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.7.2",
"@tsconfig/node20": "^20.1.2",
"@types/node": "^20.11.20",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.22.0",
"npm-run-all2": "^6.1.2",
"terser": "^5.28.1",
"typescript": "~5.3.3",
"vite": "^5.1.4",
"vue-tsc": "^1.8.27"
}
}