-
-
Notifications
You must be signed in to change notification settings - Fork 486
/
Copy pathpackage.json
48 lines (48 loc) · 1.13 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
46
47
48
{
"name": "casa",
"private": true,
"scripts": {
"test:cypress": "$(npm bin)/cypress run",
"test": "standard && jest",
"test:e2e": "cypress open",
"lint": "standard",
"lint:fix": "standard --fix",
"toc": "markdown-toc -i README.md"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@rails/actioncable": "^6.1.4",
"@rails/activestorage": "^6.1.4",
"@rails/ujs": "^6.1.4",
"@rails/webpacker": "5.4.0",
"bindings": "^1.5.0",
"bootstrap": "4.6.0",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-select": "^1.13.18",
"datatables.net-dt": "^1.10.25",
"faker": "^5.5.3",
"jquery": "^3.6.0",
"node-sass": "^6.0.1",
"popper.js": "^1.16.1",
"select2": "^4.0.13",
"sweetalert2": "^11.1.3",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"cypress": "^8.3.0",
"jest": "^27.0.6",
"markdown-toc": "^1.2.0",
"standard": "^16.0.3",
"start-server-and-test": "^1.13.1",
"webpack-dev-server": "^3.11.2"
},
"standard": {
"ignore": [
"cypress"
]
},
"engines": {
"node": ">=0.12"
}
}