-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.57 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
{
"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.3.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.30",
"survey-js-ui": "^2.5.30"
},
"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.2",
"daisyui": "^5.6.6",
"eslint": "^10.6.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.6",
"happy-dom": "^20.10.6",
"playwright": "^1.61.1",
"prettier": "^3.9.4",
"prettier-plugin-tailwindcss": "^0.8.0",
"rails-vite-plugin": "^0.2.5",
"size-limit": "^12.1.0",
"tailwindcss": "^4.3.2",
"typescript": "^6.0.3",
"typescript-eslint": "^8.62.1",
"vite": "^8.1.0",
"vite-plugin-compression2": "^2.5.3",
"vitest": "^4.1.9"
},
"size-limit": [
{
"limit": "360 kB",
"path": "public/vite/assets/*.js"
}
],
"engines": {
"bun": "1.3.x"
}
}