-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.5 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
{
"private": true,
"name": "memori-online-games-repository",
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
"modernizr": "^3.13.0",
"moment": "^2.29.4",
"npm-modernizr": "^2.8.3",
"postcss": "^8.4.31",
"resolve-url-loader": "^5.0.0",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"vue-resource": "^1.5.3",
"webpack": "^5.94.0"
},
"dependencies": {
"@sentry/browser": "^7.119.1",
"bootstrap": "^3.4.1",
"bootstrap-sass": "^3.4.3",
"bootstrap-select": "^1.13.18",
"bxslider": "^4.2.14",
"chosen-js": "^1.8.7",
"datatables": "^1.10.18",
"fastclick": "^1.0.6",
"font-awesome": "^4.7.0",
"html2canvas": "^1.4.1",
"icheck": "^1.0.2",
"ionicons": "^3.0.0",
"jasny-bootstrap": "^3.1.3",
"jquery": "^3.7.1",
"jquery-knob": "^1.2.11",
"jquery-ui": "^1.13.2",
"jquery-ui-dist": "^1.13.2",
"popper.js": "^1.12",
"scrollmonitor": "stutrek/scrollMonitor",
"textarea-autosize": "^1.0.0",
"toastr": "^2.1.4",
"velocity-animate": "^1.5.2"
}
}