-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
48 lines (48 loc) · 1.24 KB
/
package.json
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
{
"name": "app",
"private": "true",
"dependencies": {
"@appsignal/javascript": "^1.3.26",
"@github/combobox-nav": "^3.0.1",
"@hotwired/stimulus": "^3.2.1",
"@hotwired/turbo-rails": "^8.0.4",
"@rails/request.js": "^0.0.11",
"@splidejs/splide": "^4.1.4",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.15",
"chart.js": "^4.3.0",
"chartkick": "^5.0.1",
"morphdom": "^2.7.0",
"rfs": "^10.0.0",
"stimulus-use": "^0.52.0",
"tippy.js": "^6.3.7",
"vlitejs": "^6.0.3"
},
"scripts": {
"build": "bin/vite build",
"lint": "standard",
"lint:yml": "yarn prettier --check data/**/**/*.yml",
"format": "standard --fix",
"format:yml": "yarn run lint:yml --write"
},
"packageManager": "[email protected]",
"devDependencies": {
"autoprefixer": "^10.4.14",
"daisyui": "^4.12.14",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-nested": "^6.0.1",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"standard": "^17.1.0",
"stimulus-vite-helpers": "^3.1.0",
"tailwindcss": "^3.4.4",
"vite": "^5.3.6",
"vite-plugin-rails": "^0.5.0"
},
"standard": {
"globals": [
"requestAnimationFrame"
]
}
}