-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.18 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
{
"name": "play-cmd",
"private": true,
"scripts": {
"storybook:build": "build-storybook -o public/_storybook"
},
"dependencies": {
"@alpinejs/collapse": "^3.4.2",
"@babel/core": "^7.15.8",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@fullhuman/postcss-purgecss": "^4.0.3",
"@hotwired/turbo-rails": "^7.0.1",
"@rails/actioncable": "^6.0.0",
"@rails/actiontext": "^6.1.4-1",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.3",
"@tailwindcss/aspect-ratio": "^0.2.2",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/line-clamp": "^0.2.2",
"@tailwindcss/typography": "^0.4.1",
"alpinejs": "^3.4.2",
"babel-loader": "^8.2.3",
"postcss": "^8.2.10",
"postcss-loader": "^4.0.3",
"sass": "^1.32.7",
"stimulus": "^3.0.1",
"tailwindcss": "^2.2.16",
"tributejs": "^5.1.3",
"trix": "^1.2.0",
"turbolinks": "^5.2.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"version": "0.1.0",
"devDependencies": {
"@storybook/addon-controls": "^6.3.12",
"@storybook/server": "^6.3.12",
"webpack-dev-server": "^3"
}
}