-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "cableready-test",
"private": true,
"version": "0.1.0",
"scripts": {
"setup": "(pnpm -v || npx pnpm add -g pnpm) && pnpm install"
},
"dependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@hotwired/turbo": "^7.1.0",
"@hotwired/stimulus": "^3.1.0",
"@rails/actioncable": "^7.0.3-1",
"@rails/activestorage": "^7.0.3-1",
"@shoelace-style/shoelace": "^2.0.0-beta.78",
"@web/test-runner": "^0.13.31",
"autoprefixer": "^10.4.7",
"cable_ready": "5.0.0-pre9",
"konnors-pc": "^0.0.9",
"lit": "^2.2.8",
"mrujs": "0.10.1",
"postcss": "^8.4.14",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.1.0",
"postcss-preset-env": "^7.7.2",
"rollup-plugin-copy": "^3.4.0",
"stimulus": "npm:@hotwired/stimulus",
"stimulus-vite-helpers": "^3.0.0",
"stimulus_reflex": "3.5.0-pre9",
"vite-plugin-copy": "^0.1.6",
"vite-plugin-full-reload": "^1.0.3"
},
"devDependencies": {
"standard": "^17.0.0",
"vite": "^3.0.3",
"vite-plugin-ruby": "^3.1.2"
},
"pnpm": {
"overrides": {
"lit": "2.2.8",
"lit-element": "3.2.0",
"lit-html": "2.2.4"
}
}
}