-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 852 Bytes
/
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
{
"name": "cookproj",
"version": "1.0.2",
"description": "Educational Game",
"main": "./src/firebaseinit.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jaibadon/cookproj.git"
},
"keywords": [
"cooking",
"game"
],
"author": "Jai Nielsen, Alex Mcauley",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jaibadon/cookproj/issues"
},
"homepage": "https://github.com/Jaibadon/cookproj#readme",
"dependencies": {
"bootstrap": "^5.1.3",
"firebase": "^9.6.10",
"firebase-cli": "^1.2.0",
"firebaseui": "^6.0.1",
"jquery": "^3.6.0",
"uuid": "^8.3.2",
"yarn": "^1.22.18"
},
"devDependencies": {
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
}
}