-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.19 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.19 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "cookie-clicker-brasil",
"private": true,
"version": "1.0.3",
"type": "module",
"license": "Apache-2.0",
"author": "Sebastian Jn <sebastianjnuwu@gmail.com>",
"scripts": {
"start": "vite",
"start-api": "cd server && npm run build && npm run start",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0 --port 80",
"typos": "typos --config typos.toml",
"lint": "npx @biomejs/biome lint --write",
"format": "npx @biomejs/biome format --write",
"copy": "npx cap copy",
"update": "npx cap update",
"sync": "npx cap sync",
"pre-commit": "cz"
},
"hooks": {
"prepare-commit-msg": "npx --no -- commitlint --edit $1; exec < /dev/tty && npx cz --hook || true"
},
"dependencies": {
"@capacitor-community/admob": "^7.0.1",
"@capacitor/android": "^7.1.0",
"@capacitor/app": "^7.0.1",
"@capacitor/core": "^7.1.0",
"@capacitor/ios": "^7.1.0",
"@capacitor/push-notifications": "^7.0.0",
"@capacitor/splash-screen": "^7.0.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"dotenv": "^16.4.7",
"firebase": "^11.5.0",
"i18next": "^24.2.3",
"jquery": "^3.7.1",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@biomejs/biome": "1.9.4",
"@capacitor/cli": "^7.1.0",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@types/bootstrap": "^5.2.10",
"@types/jquery": "^3.5.32",
"@types/node": "^22.13.11",
"babel-plugin-transform-remove-console": "^6.9.4",
"core-js": "^3.41.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^9.1.7",
"sass": "^1.86.0",
"sass-embedded": "^1.86.0",
"typescript": "^5.8.2",
"vite": "^6.2.2",
"vite-plugin-babel": "^1.3.0"
},
"engines": {
"npm": ">=8",
"node": ">=18"
},
"repository": {
"type": "git",
"url": "https://github.com/sebastianjnuwu/cookie.git"
},
"trustedDependencies": [
"@biomejs/biome",
"@firebase/util",
"@parcel/watcher",
"core-js",
"protobufjs"
]
}