-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.05 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.05 KB
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
{
"name": "quik-course",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.0",
"@rails/actioncable": "^8.0.0",
"@rails/actiontext": "^8.0.0",
"@rails/activestorage": "^8.0.0",
"@rails/ujs": "^7.1.0",
"jquery": "^3.7.1",
"trix": "^2.1.8"
},
"devDependencies": {
"@playwright/test": "^1.56.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.19",
"autoprefixer": "^10.4.21",
"playwright": "^1.56.0",
"playwright-core": "^1.56.0",
"postcss": "^8.5.6",
"sass-embedded": "^1.93.2",
"tailwindcss": "^4.1.14",
"vite": "^5.0.0",
"vite-plugin-ruby": "^5.1.0"
},
"scripts": {
"build": "vite build",
"dev": "vite dev",
"test": "playwright test",
"test:headed": "playwright test --headed",
"test:ui": "playwright test --ui",
"test:debug": "playwright test --debug",
"test:report": "playwright show-report tmp/playwright-report"
},
"version": "0.1.0"
}