forked from conedevelopment/bazar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.18 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
{
"private": true,
"scripts": {
"dev": "yarn run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "yarn run production",
"production": "mix --production",
"test": "jest",
"lint": "eslint resources/js/"
},
"dependencies": {
"@inertiajs/inertia": "^0.8.6",
"@inertiajs/inertia-vue3": "^0.3.8",
"@inertiajs/progress": "^0.2.4",
"@vue/compiler-sfc": "^3.0.5",
"axios": "^0.21",
"bootstrap": "^4.6.0",
"chart.js": "^2.9.4",
"dayjs": "^1.10.4",
"laravel-mix": "^6.0.6",
"postcss": "^8.2.4",
"quill": "^1.3.7",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.4",
"sass-loader": "^8.0.0",
"simplebar": "^5.3.0",
"vue": "^3.0.5",
"vue-loader": "^16.1.0"
},
"devDependencies": {
"@vue/test-utils": "^2.0.0-rc.1",
"eslint": "^7.20.0",
"eslint-plugin-vue": "^7.6.0",
"jest": "^26.6.3",
"typescript": "^4.1.5",
"vue-jest": "^5.0.0-alpha.7"
}
}