This repository was archived by the owner on Dec 1, 2025. It is now read-only.
forked from solectrus/solectrus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.75 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
{
"name": "solectrus",
"private": true,
"scripts": {
"lint": "eslint --cache .",
"tsc": "tsc --noEmit"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@honeybadger-io/js": "^6.10.1",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.12",
"chart.js": "^4.4.6",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-zoom": "^2.0.1",
"date-fns": "^4.1.0",
"el-transition": "^0.0.7",
"morphdom": "^2.7.4",
"plausible-tracker": "^0.3.9",
"throttle-debounce": "^5.0.2",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@size-limit/file": "^11.1.6",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@types/throttle-debounce": "^5.0.2",
"autoprefixer": "^10.4.20",
"cypress": "^13.15.1",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^4.0.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"rollup": "^4.24.3",
"size-limit": "^11.1.6",
"tailwindcss": "^3.4.14",
"tailwindcss-displaymodes": "^1.0.8",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"vite": "^5.4.10",
"vite-plugin-rails": "^0.5.0"
},
"size-limit": [
{
"limit": "190 kB",
"gzip": true,
"path": "public/{vite,vite-dev,vite-test}/assets/*.js"
}
],
"engines": {
"node": ">=18"
},
"packageManager": "yarn@4.5.1"
}