forked from NNTmux/newznab-tmux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 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
{
"private": true,
"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",
"format": "prettier --write 'resources/**/*.{css,js,vue}'",
"package-update": "ncu -u -x pnotify,tinymce"
},
"devDependencies": {
"axios": "^1.4.0",
"cross-env": "^7.0.3",
"jquery": "3.7.0",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
"popper.js": "^1.16.1",
"prettier": "^2.8.8",
"resolve-url-loader": "^5.0.0",
"vue": "^3.3.4"
},
"dependencies": {
"@fancyapps/fancybox": "^3.5.7",
"@fortawesome/fontawesome-free": "^6.4.0",
"@popperjs/core": "^2.11.8",
"animate.css": "^4.1.1",
"autosize": "^6.0.1",
"bootstrap": "^5.3.0",
"bootstrap-datepicker": "^1.10.0",
"bootstrap-hover-dropdown": "^2.2.1",
"bootstrap-progressbar": "^0.9.0",
"datatables": "^1.10.18",
"flexboxgrid2": "^7.2.1",
"icheck": "^1.0.2",
"jquery-colorbox": "^1.6.4",
"jquery-goup": "^1.1.3",
"jquery-migrate": "3.4.1",
"nonblockjs": "^1.0.8",
"normalize.css": "^8.0.1",
"npm-check-updates": "^16.10.13",
"pace-js": "^1.2.4",
"pnotify": "4.0.1",
"tinymce": "5.10.7"
}
}