-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 899 Bytes
/
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
{
"name": "CHANGEME",
"version": "0.0.1",
"private": true,
"scripts": {
"prettier:check": "prettier-standard -- --check \"**/*.js\" \"app/**/*.css\"",
"prettier:format": "prettier-standard -- \"**/*.js\" \"app/**/*.css\"",
"prettier:lint": "prettier-standard -- --lint \"**/*.js\" \"app/**/*.css\"",
"release": "standard-version"
},
"dependencies": {
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.1.1",
"@tailwindcss/custom-forms": "^0.2.1",
"@tailwindcss/typography": "^0.2.0",
"stimulus": "^1.1.1",
"stimulus_reflex": "^3.2.2-pre0",
"tailwindcss": "^1.6.0",
"turbolinks": "^5.2.0"
},
"devDependencies": {
"prettier-standard": "^16.4.1",
"standard-version": "^8.0.2",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-dev-server": "^3.11.0"
}
}