-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.83 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
66
67
68
69
70
71
72
73
74
75
{
"name": "birdle",
"version": "1.18.0",
"description": "birdle",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"clean": "rm -rf ./dist",
"dev": "vite serve --port 3002",
"start": "cross-env NODE_ENV=development npm run dev",
"prebuild": "npm run clean && npm install",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"repository": {
"url": "https://github.com/mikesprague/birdle"
},
"author": {
"name": "Michael Sprague",
"email": "[email protected]"
},
"engines": {
"node": ">= 20.x",
"npm": ">= 10.x"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mikesprague/birdle/issues"
},
"homepage": "https://birdle.app",
"dependencies": {
"@rwh/keystrokes": "1.5.6",
"@sweetalert2/theme-dark": "5.0.18",
"balloons-js": "0.0.1",
"clipboard": "2.0.11",
"common-tags": "1.8.2",
"cross-env": "7.0.3",
"dayjs": "1.11.13",
"emoji-blast": "0.10.1",
"sweetalert2": "11.14.4"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@fullhuman/postcss-purgecss": "6.0.0",
"autoprefixer": "10.4.20",
"charts.css": "1.1.0",
"cssnano": "7.0.6",
"cz-git": "^1.10.1",
"postcss": "8.4.47",
"postcss-cli": "11.0.0",
"sass": "1.80.4",
"stylelint": "16.10.0",
"stylelint-config-standard": "36.0.1",
"stylelint-config-standard-scss": "13.1.0",
"tailwindcss": "3.4.14",
"vite": "5.4.10",
"vite-plugin-html": "3.2.2",
"vite-plugin-pwa": "0.20.5"
},
"browserslist": {
"development": ["last 1 version"],
"production": ["> 1%", "last 2 versions", "not ie <= 10"]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-git"
}
},
"volta": {
"node": "23.0.0",
"npm": "10.9.0"
}
}