-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1008 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
{
"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",
"cert": "./bin/generate_cert.sh server",
"frontend": "node services/frontend"
},
"dependencies": {
"axios": "^1.6.0",
"tailwindcss": "^1.2.0",
"vue": "^2.5.17",
"vue-i18n": "^8.0.0",
"vue-notification": "^1.3.13",
"vue-router": "^3.0.7",
"vue-typeahead": "^2.3.2",
"vuex": "^3.1.1"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.2.0",
"express": "^4.20.0",
"laravel-mix": "^6.0.41",
"postcss": "^8.4.31",
"sass": "^1.49.0",
"sass-loader": "^12.1.0",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.14"
}
}