-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 933 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
30
31
32
33
34
35
36
37
{
"name": "php_vue",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@popperjs/core": "^2.9.1",
"@vue/compiler-sfc": "^3.1.5",
"axios": "^0.21.1",
"bootstrap": "^5.0.0-beta3",
"bootstrap-icons": "^1.5.0",
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.2.2",
"datatables.net-bs5": "^1.10.25",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.13",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"postcss": "^8.2.8",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"vue": "^3.1.5",
"vue-loader": "^16.2.0",
"vue-router": "^4.0.10",
"vuex": "^4.0.2",
"webpack": "^5.47.0"
}
}