-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.21 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
{
"name": "app",
"private": "true",
"dependencies": {
"@hotwired/stimulus": "^3.1.0",
"@hotwired/turbo-rails": "^7.1.3",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.7",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.16",
"postcss-import": "^15.0.0",
"sass": "^1.54.9",
"stimulus-animated-number": "^4.0.0",
"stimulus-character-counter": "^4.1.0",
"stimulus-vite-helpers": "^3.0.1",
"tailwindcss": "^3.1.8",
"tailwindcss-stimulus-components": "^3.0.4"
},
"scripts": {},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-tailwindcss": "^3.6.2",
"path": "^0.12.7",
"prettier": "^2.7.1",
"typescript": "*",
"vite": "^3.0.0",
"vite-plugin-full-reload": "^1.0.4",
"vite-plugin-ruby": "^3.1.0",
"vite-plugin-stimulus-hmr": "^3.0.0"
}
}