forked from nationalfevertracker/national-fever-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 845 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
{
"name": "jumpstart-app",
"private": true,
"dependencies": {
"@fullhuman/postcss-purgecss": "^2.0.0",
"@rails/actioncable": "^6.0.0",
"@rails/actiontext": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "^4.2.0",
"clipboard": "^2.0.4",
"cocoon": "github:nathanvda/cocoon#c24ba53",
"core-js": "3",
"flatpickr": "^4.6.1",
"js-cookie": "^2.2.0",
"jstz": "^2.0.0",
"local-time": "^2.1.0",
"purgecss": "^2.0.0",
"slim-select": "^1.23.1",
"stimulus": "^1.1.0",
"tailwindcss": "^1.2.0",
"tailwindcss-stimulus-components": "^1.0.0",
"tippy.js": "^6.0.0",
"tributejs": "^5.0.0",
"trix": "^1.2.0",
"turbolinks": "^5.2.0"
},
"devDependencies": {
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.3.1"
}
}