forked from ruby-china/homeland
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.31 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
43
44
45
{
"name": "homeland",
"private": true,
"scripts": {
"start": "./bin/webpack-dev-server",
"tailwinddev": "yarn tailwind -i app/javascript/packs/tailwindcss.css -o app/javascript/packs/tailwindcss_compile.css --watch"
},
"dependencies": {
"@babel/preset-react": "~7.10",
"@fortawesome/fontawesome-free": "~5.15",
"@nathanvda/cocoon": "^1.2.14",
"@rails/actioncable": "~6.0",
"@rails/ujs": "~6.0",
"@rails/webpacker": "~5.2",
"babel-plugin-transform-react-remove-prop-types": "~0.4.24",
"backbone": "~1.4",
"bootstrap": "~4.5",
"dropzone": "~5.7",
"hls.js": "^1.1.5",
"jquery": "~1.12",
"jquery.caret": "~0.3.1",
"moment": "^2.29.1",
"pc-bootstrap4-datetimepicker": "^4.17.51",
"popper.js": "~1.16",
"prop-types": "~15.7.2",
"react": "~16.13",
"react-dom": "~16.13",
"select2": "^4.1.0-rc.0",
"stimulus": "^2.0.0",
"stimulus-checkbox-select-all": "^5.0.0",
"stimulus-lightbox": "^2.0.0",
"stimulus-sortable": "^3.1.0",
"swiper": "^7.0.9",
"tailwindcss-tables": "^0.4.0",
"turbolinks": "~5.2",
"turbolinks-prefetch": "~1.0",
"underscore": "~1.11"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.5",
"webpack-dev-server": "~3.11"
}
}