forked from rubyforgood/casa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 969 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
36
37
38
39
40
{
"name": "casa",
"private": true,
"scripts": {
"test:cypress": "$(npm bin)/cypress run",
"test": "standard && jest",
"test:e2e": "cypress open",
"lint": "standard",
"lint:fix": "standard --fix"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.2.2",
"bootstrap": "4.3.1",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-select": "^1.13.18",
"datatables.net-dt": "^1.10.20",
"jquery": "^3.5.0",
"popper.js": "^1.16.1",
"select2": "^4.0.13",
"sweetalert2": "^9.10.11",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"cypress": "^4.12.1",
"jest": "^26.4.2",
"standard": "^14.3.4",
"start-server-and-test": "^1.11.5",
"webpack-dev-server": "^3.10.3"
},
"standard": {
"ignore": [
"cypress"
]
}
}