-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.38 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
57
{
"name": "timber-wordpress-webpack",
"version": "1.0.0",
"description": "",
"author": {
"name": "Derek Mohr",
"email": "derek@onemohrti.me",
"url": "https://onemohrti.me/"
},
"main": "index.php",
"scripts": {
"dev": "npm run development",
"development": "npx mix",
"watch": "npx mix watch",
"watch-poll": "npx mix watch -- --watch-options-poll=1000",
"hot": "npx mix watch --hot",
"build": "npm run production",
"prod": "npm run production",
"production": "npx mix --production"
},
"browserslist": [
"last 5 versions",
"> 1%",
"IE 10-11"
],
"repository": {
"type": "git",
"url": "git@github.com:OneMohrTime/timber-starter-theme.git"
},
"bugs": {
"url": "https://github.com/OneMohrTime/timber-starter-theme/issues"
},
"license": "MIT",
"engines": {
"node": "20"
},
"devDependencies": {
"browser-sync": "^3.0.2",
"browser-sync-webpack-plugin": "^2.3.0",
"laravel-mix": "^6.0.49",
"laravel-mix-imagemin": "^1.0.3",
"sass": "^1.77.6",
"sass-loader": "^12.6.0"
},
"dependencies": {
"@fancyapps/ui": "^5.0.36",
"bourbon": "^7.3.0",
"css-reset-and-normalize": "^2.3.6",
"family.scss": "^1.0.8",
"include-media": "^2.0.0",
"modujs": "^1.4.2",
"modularload": "^1.2.8",
"modularscroll": "^1.0.7",
"swiper": "^11.1.4",
"tippy.js": "^6.3.7"
}
}