-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 889 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 889 Bytes
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
{
"name": "sync-timer",
"version": "1.0.0",
"description": "マイナスからスタートできるシンプルなストップウォッチです。",
"author": "Eisuke Kuwahata",
"private": true,
"directories": {
"test": "tests"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@picocss/pico": "2.1.1",
"@types/node": "22.15.18",
"elm-format": "^0.8.7",
"elm-hot": "^1.1.6",
"elm-test": "0.19.1-revision15",
"node-elm-compiler": "^5.0.6",
"sass": "^1.85.1",
"vite": "6.3.5",
"vite-plugin-elm": "3.0.1",
"vite-plugin-sitemap": "0.8.2"
},
"scripts": {
"dev": "vite",
"check-format": "elm-format --validate src/*.elm",
"format-all": "elm-format --yes src/*.elm",
"test": "elm-test",
"build": "vite build"
},
"targets": {
"main": false
},
"packageManager": "pnpm@10.11.0"
}