-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 862 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": "libre-pony",
"version": "0.0.1",
"description": "Get your free pony today!",
"private": true,
"packageManager": "pnpm@7.28.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"pfmt": "prettier . --use-tabs --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SilkRose/LibrePony.git"
},
"contributors": [
"Silk Rose",
"Meadowsys"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/SilkRose/LibrePony/issues"
},
"homepage": "https://github.com/SilkRose/LibrePony#readme",
"devDependencies": {
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "^22.7.4",
"sass": "^1.79.4",
"sharp": "^0.33.5",
"terser": "^5.34.1",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-html": "^3.2.2",
"vite-plugin-image-optimizer": "^1.1.8"
}
}