-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.68 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"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": {
"bulma": "^0.9.0",
"cross-env": "^7.0",
"eslint-webpack-plugin": "^3.1.1",
"laravel-mix": "^6.0.25",
"laravel-mix-eslint": "^0.2.0",
"node-sass": "^7.0.1",
"resolve-url-loader": "^3.1.0",
"sass": "^1.15.2",
"sass-loader": "^12.6.0",
"sass-resources-loader": "^2.0.3",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"vue-loader": "^15.9.8",
"vue-select": "^3.11.2",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"axios": "^0.26.1",
"camelcase-keys": "^6.2.2",
"@vue/compiler-sfc": "^3.2.33",
"@vue/composition-api": "^1.6.1",
"@vue/eslint-config-typescript": "^10.0.0",
"buefy": "^0.9.0",
"eslint": "^8.13.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^8.6.0",
"js-cookie": "^2.2.1",
"lodash": "^4.17.19",
"minimist": "^1.2.5",
"snakecase-keys": "^3.2.0",
"tailwindcss": "^3.0.24",
"vue": "^2.6.14",
"vue-router": "^3.5.1",
"vue-toastification": "^1.7.14",
"vuedraggable": "^2.24.2",
"vuex": "^3.5.1",
"vuex-i18n": "^1.13.1"
},
"engines": {
"npm": ">=8.1.2",
"node": ">=16.13.2"
}
}