-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 900 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 900 Bytes
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
{
"name": "bug_tracker",
"private": true,
"dependencies": {
"@fullhuman/postcss-purgecss": "^2.3.0",
"@rails/actioncable": "^6.0.0",
"@rails/actiontext": "^6.0.3-3",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.1.1",
"@tailwindcss/ui": "^0.3.0",
"alpinejs": "^2.4.1",
"cable_ready": "^4.3.0",
"stimulus": "^1.1.1",
"stimulus_reflex": "^3.2.3",
"tailwindcss": "^1.4.6",
"tailwindcss-stimulus-components": "^2.0.5",
"trix": "^1.2.0",
"turbolinks": "^5.2.0"
},
"scripts": {
"lint": "eslint --fix --ext .js app/javascript"
},
"version": "0.1.0",
"devDependencies": {
"eslint": "^7.4.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0",
"webpack-dev-server": "^3.11.0"
}
}