-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·52 lines (52 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·52 lines (52 loc) · 1.45 KB
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
{
"name": "mob-time-elm",
"version": "1.0.22",
"description": "",
"source": "src/index.html",
"engines": {
"node": "^24"
},
"scripts": {
"build": "vite build",
"build:watch": "vite build --watch",
"start": "vite",
"test": "elm-test-rs",
"postinstall": "elm-tooling install ; husky install",
"review": "elm-review",
"build:doc": "vite build --config ./doc/vite.config.js",
"start:doc": "vite --config ./doc/vite.config.js ",
"stylelint": "stylelint **/*.scss"
},
"keywords": [],
"author": "",
"license": "ISC",
"staticFiles": {
"staticPath": "public"
},
"devDependencies": {
"@playwright/test": "^1.61.0",
"@types/node": "^25.9.3",
"buffer": "^6.0.3",
"elm": "0.19.1-6",
"elm-review": "^2.13.5",
"elm-test": "0.19.1-revision17",
"elm-tooling": "^1.17.0",
"husky": "^9.1.7",
"postcss": "^8.5.15",
"prettier": "^3.8.4",
"process": "^0.11.10",
"stylelint": "^17.13.0",
"stylelint-config-sass-guidelines": "^13.0.0",
"stylelint-config-standard": "^40.0.0",
"stylelint-scss": "^7.2.0",
"tippy.js": "^6.3.7",
"uuid": "^14.0.0",
"vite": "^8.0.16",
"vite-plugin-elm": "^3.0.1",
"y-websocket": "^3.0.0",
"yjs": "^13.6.31"
},
"dependencies": {
"howler": "^2.2.4"
}
}