-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.1 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": "starter",
"private": true,
"dependencies": {
"@hotwired/turbo-rails": "^7.0.0-beta.5",
"@popperjs/core": "^2.9.2",
"@rails/actioncable": "^6.0.0",
"bootstrap": "^5.0.0-beta3",
"stimulus": "^2.0.0",
"stimulus-vite-helpers": "^1.0.3"
},
"version": "0.1.0",
"devDependencies": {
"@arkweid/lefthook": "^0.7.4",
"@prettier/plugin-ruby": "^1.5.5",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.3.1",
"prettier": "^2.2.1",
"prettier-plugin-erb": "^0.1.0",
"sass": "^1.32.11",
"stylelint": "^13.12.0",
"stylelint-config-recommended": "^4.0.0",
"stylelint-prettier": "^1.2.0",
"typescript": "^4.2.4",
"vite": "^2.2.3",
"vite-plugin-full-reload": "^0.2.1",
"vite-plugin-ruby": "^2.0.2",
"vite-plugin-stimulus-hmr": "^1.0.1"
}
}