-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json.default
37 lines (37 loc) · 1.03 KB
/
package.json.default
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
{
"name": "REPLACE_ME",
"version": "1.0.0",
"description": "REPLACE_ME",
"main": "index.js",
"author": "Terry Upton, Amasci Creative Limited",
"contact": "<[email protected]> <www.amasci.co.uk> <01908 668665>",
"copyright": "Amasci Creative Limited",
"sort-packages": true,
"private": true,
"browser": "/web/index.php",
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"prod": "mix --production"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.3.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.1.1",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-webpack-plugin": "^2.4.2",
"laravel-mix": "^6.0.18",
"postcss": "^8.2.13",
"postcss-import": "^14.0.1"
},
"dependencies": {
"alpinejs": "^2.8.2",
"lazysizes": "^5.3.2",
"tailwindcss": "^2.1.2"
}
}