-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.54 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
{
"name": "AllanKukral",
"version": "1.1.0",
"description": "HTML, CSS, JS",
"main": "index.html",
"scripts": {
"dev": "npm run development",
"development": "npx mix",
"watch": "npx mix watch",
"hot": "npx mix watch --hot",
"prod": "npm run production",
"production": "npx mix --production",
"update:packages": "node wipe-dependencies.js && rm -rf node_modules && npm update --save-dev && npm update --save"
},
"author": "AllanKukral",
"license": "ISC",
"bugs": {
"url": "https://github.com/akukral/GulpBuildWIP/issues"
},
"homepage": "https://github.com/akukral/GulpBuildWIP#readme",
"dependencies": {
"@splidejs/splide": "^4.1.4",
"debounce": "^2.0.0",
"lazysizes": "^5.3.2",
"quicklink": "^2.3.0"
},
"devDependencies": {
"@csstools/postcss-cascade-layers": "^4.0.2",
"@csstools/postcss-oklab-function": "^3.0.9",
"browser-sync": "^2.29.3",
"browser-sync-webpack-plugin": "^2.3.0",
"cssnano": "^6.0.3",
"eslint": "^8.56.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-vue": "^9.20.1",
"eslint-webpack-plugin": "^4.0.1",
"laravel-mix": "^6.0.49",
"laravel-mix-criticalcss": "^1.0.2",
"laravel-mix-eslint": "^0.2.0",
"postcss": "^8.4.33",
"postcss-cli": "^11.0.0",
"postcss-custom-properties": "^13.3.4",
"postcss-import": "^16.0.0",
"postcss-loader": "^8.0.0",
"postcss-logical": "^7.0.1",
"postcss-preset-env": "^9.3.0",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-stream": "7.0.0"
}
}