forked from rubyforgood/casa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.12 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
49
50
51
{
"name": "casa",
"private": true,
"scripts": {
"test": "jest",
"lint": "standard",
"lint:fix": "standard --fix",
"toc": "markdown-toc -i README.md"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@rails/actioncable": "^7.0.2",
"@rails/activestorage": "^7.0.2",
"@rails/ujs": "^7.0.2",
"@rails/webpacker": "5.4.3",
"add2calendar": "^1.1.8",
"bindings": "^1.5.0",
"bootstrap": "4.6.1",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-select": "^1.13.18",
"datatables.net-dt": "^1.11.5",
"faker": "^5.5.3",
"jquery": "^3.6.0",
"node-sass": "^7.0.1",
"popper.js": "^1.16.1",
"select2": "^4.0.13",
"sweetalert2": "^11.3.5",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"@webpack-cli/serve": "^1.6.1",
"jest": "^27.5.1",
"markdown-toc": "^1.2.0",
"standard": "^16.0.4",
"start-server-and-test": "^1.14.0",
"webpack-dev-server": "~3"
},
"standard": {
"globals": [
"$",
"jQuery"
],
"ignore": [
"cypress"
]
},
"engines": {
"node": ">=0.12"
}
}