-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 934 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"docs": "npx swagger-cli validate docs/api.yml && npx swagger-cli bundle docs/api.yml --type json --outfile swagger.json",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"axios": "^1.6.0",
"bootstrap": "5.3.2",
"cross-env": "^7.0",
"express": "^4.18.2",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
"postcss": "^8.2.13",
"postcss-import": "^15.1.0",
"swagger-cli": "^4.0.4",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"vue": "^3.3.7",
"vue-loader": "^17.3.1"
}
}