-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.12 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
{
"name": "magz",
"private": true,
"scripts": {
"build": "TAILWIND_MODE=build postcss ./app/assets/stylesheets/tailwind.scss -o ./app/assets/stylesheets/tailwind-build.css --verbose",
"dev": "TAILWIND_MODE=watch postcss ./app/assets/stylesheets/tailwind.scss -o ./app/assets/stylesheets/tailwind-build.css -w --verbose"
},
"dependencies": {
"@hotwired/turbo-rails": "^7.0.0-beta.5",
"@rails/actioncable": "^6.0.0",
"@rails/actiontext": "^6.1.1",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.2.1",
"smoothscroll-polyfill": "^0.4.4",
"stimulus": "^2.0.0",
"tabbable": "^5.1.6",
"trix": "^1.2.0"
},
"version": "0.1.0",
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/jit": "^0.1.17",
"@tailwindcss/typography": "^0.3.1",
"@webpack-cli/serve": "^1.3.1",
"autoprefixer": "^10.2.5",
"postcss": "^8.2.8",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.0",
"postcss-nested": "^5.0.5",
"tailwindcss": "^2.0.4",
"webpack-dev-server": "^3.11.2"
}
}