-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 954 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
30
31
32
33
34
35
{
"name": "myapp",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@rails/actioncable": "^6.0.0",
"@rails/actiontext": "^6.1.5-1",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.3",
"bootstrap": "^5.1.3",
"bootstrap-datepicker": "^1.9.0",
"cocoon": "github:nathanvda/cocoon#c24ba53",
"coffee-loader": "^1.0.0",
"coffeescript": "^2.5.1",
"daterangepicker": "^3.1.0",
"font-awesome": "^4.7.0",
"jquery": "^3.5.1",
"popper.js": "^1.16.1",
"sass": "^1.51.0",
"select2": "^4.1.0-rc.0",
"trix": "^1.2.0",
"turbolinks": "^5.2.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"version": "0.1.0",
"devDependencies": {
"coffeelint": "^2.1.0",
"stylelint": "^14.10.0",
"stylelint-config-standard-scss": "^5.0.0",
"webpack-dev-server": "^3"
},
"packageManager": "yarn@1.22.17"
}