-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.21 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.21 KB
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
{
"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"
},
"devDependencies": {
"axios": "^1.7",
"bootstrap": "^5.0.0",
"jquery": "^3.6",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.19",
"popper.js": "^1.16.1",
"postcss": "^8.4.31",
"resolve-url-loader": "^4.0.0",
"sass": "^1.42.0",
"sass-loader": "^12.1.0"
},
"name": "personal-finance",
"description": "<p align=\"center\"><a href=\"https://laravel.com\" target=\"_blank\"><img src=\"https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg\" width=\"400\"></a></p>",
"version": "1.0.0",
"main": "webpack.mix.js",
"directories": {
"test": "tests"
},
"author": "ibishek",
"license": "ISC",
"dependencies": {
"@popperjs/core": "^2.10.1",
"ansi-regex": ">=6.0.1",
"nth-check": ">=2.0.1"
}
}