-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.86 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
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "cookie-app",
"private": true,
"version": "1.0.0",
"type": "module",
"description": "Cookie...",
"author": "Sebastian Jn <[email protected]>",
"scripts": {
"test": "echo \"Test: yes that was a test!\" && exit 1",
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "npx @biomejs/biome lint --write",
"format": "npx @biomejs/biome format --write",
"copy": "npx cap copy",
"update": "npx cap update",
"sync": "npx cap sync",
"prepare": "husky",
"pre-commit": "cz"
},
"hooks": {
"prepare-commit-msg": "npx --no -- commitlint --edit $1; exec < /dev/tty && npx cz --hook || true"
},
"dependencies": {
"@capacitor-community/admob": "^6.1.0",
"@capacitor/android": "^6.2.0",
"@capacitor/core": "^6.2.0",
"@capacitor/push-notifications": "^6.0.3",
"@capacitor/splash-screen": "^6.0.3",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"dotenv": "^16.4.7",
"i18next": "^24.2.1",
"jquery": "^3.7.1",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@biomejs/biome": "1.9.4",
"@capacitor/cli": "^6.2.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@types/jquery": "^3.5.32",
"babel-plugin-transform-remove-console": "^6.9.4",
"core-js": "^3.39.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^9.1.7",
"sass": "^1.83.1",
"sass-embedded": "^1.83.0",
"typescript": "^5.7.2",
"vite": "^6.0.0",
"vite-plugin-babel": "^1.3.0"
},
"engines": {
"npm": ">=8",
"node": ">=18"
},
"repository": {
"type": "git",
"url": "https://github.com/sebastianjnuwu/cookie.git"
}
}