-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.77 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.77 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "helios",
"private": true,
"license": "UNLICENSED",
"scripts": {
"erb:format": "herb-format",
"erb:check": "herb-format --check .",
"lint": "eslint --cache .",
"format": "prettier . --write --plugin=prettier-plugin-tailwindcss",
"tsc": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@fontsource-variable/geist": "^5.2.9",
"@fontsource-variable/geist-mono": "^5.2.8",
"@fortawesome/fontawesome-free": "^7.2.0",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.23",
"@rails/actioncable": "^8.1.300",
"highlight.js": "^11.11.1",
"stimulus-vite-helpers": "^3.1.0",
"survey-core": "^2.5.25",
"survey-js-ui": "^2.5.25"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@herb-tools/formatter": "^0.10.1",
"@herb-tools/linter": "^0.10.1",
"@size-limit/file": "^12.1.0",
"@tailwindcss/vite": "^4.3.0",
"daisyui": "^5.5.20",
"eslint": "^10.4.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"happy-dom": "^20.9.0",
"playwright": "^1.60.0",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.8.0",
"rails-vite-plugin": "^0.2.4",
"size-limit": "^12.1.0",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.4",
"vite": "^8.0.14",
"vite-plugin-compression2": "^2.5.3",
"vitest": "^4.1.7"
},
"dependenciesMeta": {
"@tailwindcss/oxide": {
"built": true
},
"esbuild": {
"built": true
},
"vite": {
"built": true
}
},
"size-limit": [
{
"limit": "360 kB",
"path": "public/vite/assets/*.js"
}
],
"engines": {
"node": ">=24"
},
"packageManager": "yarn@4.15.0"
}