-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "recipes",
"scripts": {
"lint": "eslint app/**/*.ts",
"format": "prettier --write app/**/*.ts",
"lint:fix": "eslint --fix app/**/*.ts"
},
"dependencies": {
"@hotwired/stimulus": "^3.2.1",
"@hotwired/turbo-rails": "^7.3.0",
"@twind/core": "^1.1.3",
"@twind/preset-ext": "^1.0.7",
"@twind/preset-tailwind": "^1.1.4",
"@twind/preset-tailwind-forms": "^1.1.2",
"@twind/with-web-components": "^1.1.3",
"flowbite": "^1.8.0",
"lit": "^2.7.5",
"stimulus-vite-helpers": "^3.0.1"
},
"devDependencies": {
"@twind/intellisense": "^1.1.3",
"@types/node": "^20.2.3",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"path": "^0.12.7",
"prettier": "^3.0.0",
"typescript": "*",
"vite": "^4.3.0",
"vite-plugin-full-reload": "^1.0.5",
"vite-plugin-ruby": "^3.2.0",
"vite-plugin-stimulus-hmr": "^3.0.0"
},
"license": "MIT"
}