-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
46 lines (46 loc) · 1.29 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
{
"name": "rotor",
"version": "1.0.0",
"description": "Rotor",
"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"
},
"dependencies": {
"@fancyapps/ui": "^5.0.35",
"@fortawesome/fontawesome-free": "^6.5",
"@popperjs/core": "^2.11.8",
"bootbox": "^6.0.0",
"bootstrap": "^5.3.3",
"jquery": "^3.7.1",
"jquery-mask-plugin": "^1.14.16",
"toastr": "^2.1.4"
},
"devDependencies": {
"axios": "^1.7",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
"postcss": "^8.4.38",
"resolve-url-loader": "^5.0.0",
"sass": "^1.77.4",
"sass-loader": "^13.3.3",
"webpack": "^5.94.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/visavi/rotor.git"
},
"author": "Alexander Grigorev",
"license": "MIT",
"bugs": {
"url": "https://github.com/visavi/rotor/issues"
},
"homepage": "https://github.com/visavi/rotor#readme",
"main": "webpack.mix.js"
}