-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.15 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.15 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
39
40
41
42
43
44
45
46
47
48
49
50
{
"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": "^0.21",
"bootstrap": "^4.4.0",
"cross-env": "^7.0",
"eslint": "^9.16.0",
"jquery": "^3.4",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"nodemon": "^3.1.7",
"popper.js": "^1.12",
"postcss": "^8.1.14",
"resolve-url-loader": "^4.0.0",
"sass": "^1.57.1",
"sass-loader": "^12.6.0"
},
"name": "vrv",
"version": "1.2.0",
"main": "webpack.mix.js",
"directories": {
"test": "tests"
},
"keywords": [],
"author": "vrv",
"license": "ISC",
"description": "vrv security assisment",
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.4.6",
"express": "^4.21.1",
"express-validator": "^7.2.0",
"helmet": "^8.0.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.8.3",
"morgan": "^1.10.0",
"vrv": "file:"
}
}