Skip to content

Commit 5a00525

Browse files
committed
style: 🎨 sort package json according to oxfmt standard
1 parent 3cd5d1f commit 5a00525

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

‎package.json‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "othello-web-app",
3-
"private": true,
43
"version": "0.0.0",
4+
"private": true,
55
"type": "module",
66
"scripts": {
77
"dev": "npm run wasm-dev && vite",
@@ -15,6 +15,11 @@
1515
"wasm-dev": "wasm-pack build ./rust-othello --target web --dev --debug",
1616
"wasm-release": "wasm-pack build ./rust-othello --target web --release"
1717
},
18+
"dependencies": {
19+
"@mdi/js": "^7.4.47",
20+
"comlink": "^4.4.2",
21+
"idb": "^8.0.3"
22+
},
1823
"devDependencies": {
1924
"@eslint/js": "^10.0.1",
2025
"@types/html-minifier-terser": "^7.0.2",
@@ -26,10 +31,5 @@
2631
"vite": "^7.3.2",
2732
"vite-plugin-html": "^3.2.2",
2833
"vite-plugin-pwa": "^1.2.0"
29-
},
30-
"dependencies": {
31-
"@mdi/js": "^7.4.47",
32-
"comlink": "^4.4.2",
33-
"idb": "^8.0.3"
3434
}
3535
}

0 commit comments

Comments
 (0)