-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.21 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.21 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
52
53
54
55
56
57
58
59
60
{
"name": "bustedforcheating",
"version": "1.0",
"author": "PetyXbron",
"license": "MIT",
"bugs": {
"url": "https://github.com/PetyXbron/BustedForCheating/issues"
},
"homepage": "https://github.com/PetyXbron/BustedForCheating",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/fonts": "0.11.4",
"@nuxt/icon": "1.13.0",
"@nuxt/ui": "3.1.3",
"@nuxtjs/seo": "3.0.3",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"nuxt": "^3.17.5",
"nuxt-gtag": "3.0.3",
"vue": "^3.5.16",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@iconify-json/akar-icons": "^1.2.2",
"typescript": "^5.8.3"
},
"keywords": [
"nuxt",
"website",
"student",
"cheating",
"chatgpt",
"onlinetests",
"privacy",
"busted",
"bustedforcheating",
"onlineexams",
"exammonitoring",
"anticheating",
"cheatingdetection",
"academicintegrity",
"studentmonitoring",
"elearningsecurity",
"browsetracking",
"tabvisibility",
"useractivitydetection",
"websecurity",
"frontendsecurity",
"webanalytics",
"digitalprivacy",
"datatracking"
]
}