forked from rubyaustralia/ruby_au
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.1 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.1 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
{
"type": "module",
"dependencies": {
"@amcharts/amcharts4": "^4.10.40",
"@amcharts/amcharts4-geodata": "^4.1.30",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.13",
"@rails/actiontext": "^8.0.200",
"@rails/ujs": "^7.1.501",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/postcss": "^4.1.7",
"@tailwindcss/typography": "^0.5.16",
"animate.css": "^4.1.1",
"chart.js": "^4.4.9",
"core-js": "^3.38.1",
"jquery": "^3.7.1",
"lucide": "^0.562.0",
"postcss-import": "^16.1.0",
"regenerator-runtime": "^0.14.1",
"sass": "^1.89.0",
"signature_pad": "^5.0.7",
"tailwindcss": "^4.1.4",
"trix": "^2.1.15",
"vite-plugin-rails": "^0.5.0"
},
"devDependencies": {
"@eslint/js": "^9.31.0",
"@herb-tools/linter": "^0.8.5",
"@types/node": "^25.0.3",
"autoprefixer": "^10.4.21",
"eslint": "^9.31.0",
"jsdom": "^27.4.0",
"postcss": "^8.5.3",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-nested": "^7.0.2",
"postcss-preset-env": "^10.1.5",
"stimulus-vite-helpers": "^3.1.0",
"stylelint": "^16.26.1",
"stylelint-config-standard-scss": "^16.0.0",
"vite": "^7.3.0",
"vite-plugin-ruby": "^5.1.1",
"vite-plugin-stimulus-hmr": "^3.0.0",
"vitest": "^4.0.16"
},
"engines": {
"node": "24.x.x",
"yarn": "1.x.x"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "vitest --config vitest.config.mts",
"test:run": "vitest run --config vitest.config.mts",
"test:ui": "vitest --ui --config vitest.config.mts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:css": "stylelint \"**/*.{css,scss}\"",
"herb:lint": "herb-lint"
},
"repository": {
"type": "git",
"url": "https://github.com/rubyaustralia/ruby_au.git"
},
"license": "MIT",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}