-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.43 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"prod": "npm run production",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"axios": "^0.21",
"babel-loader": "^8.2.2",
"browser-sync": "^2.26.13",
"browser-sync-webpack-plugin": "^2.2.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.0.0",
"cross-env": "^7.0.3",
"cssnano": "^5.0.3",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-webp": "^6.0.0",
"imagemin-webpack-plugin": "^2.4.2",
"laravel-mix": "^6.0",
"laravel-mix-bundle-analyzer": "^1.0.5",
"laravel-mix-imagemin": "^1.0.3",
"laravel-mix-purgecss": "^6.0.0",
"laravel-mix-svelte": "^0.4",
"postcss": "^8.2.2",
"postcss-fixes": "^2.0.1",
"resolve-url-loader": "^4.0",
"sass": "^1.32.0",
"sass-loader": "^11.0.0",
"svelte": "^3.31.1",
"svelte-loader": "^3.0",
"svelte-preprocess": "^4.7.3",
"vue-template-compiler": "^2.6.12",
"webpackbar": "^5.0.0-3"
},
"dependencies": {
"@inertiajs/inertia": "^0.8.2",
"@inertiajs/inertia-svelte": "^0.6",
"@inertiajs/progress": "^0.2.4",
"lodash": "^4.17.20",
"object-fit-images": "^3.2.4",
"svelte-devtools-standalone": "github:RedHatter/svelte-devtools-standalone",
"svelte-teleport": "^0.1.1",
"sweetalert2": "^11.0"
}
}