-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.34 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
{
"name": "onemohrtime",
"description": "Wordpress theme for my personal design portfolio.",
"version": "3.0.0",
"author": {
"name": "Derek Mohr",
"email": "derek@onemohrti.me",
"url": "https://onemohrti.me"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OneMohrTime/onemohrtime-website.git"
},
"license": "MIT",
"main": "index.php",
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"build": "npm run production",
"prod": "npm run production",
"production": "mix --production"
},
"browserslist": [
"last 5 versions",
"> 1%",
"IE 10-11"
],
"dependencies": {
"@fancyapps/ui": "^5.0.23",
"bourbon": "^7.3.0",
"css-reset-and-normalize": "^2.3.6",
"include-media": "^1.4.10",
"modujs": "^1.4.2",
"modularload": "^1.2.8",
"modularscroll": "^1.0.7",
"prismjs": "^1.29.0",
"swiper": "^10.3.1",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"browser-sync": "^2.27.9",
"browser-sync-webpack-plugin": "^2.3.0",
"laravel-mix": "^6.0.43",
"laravel-mix-imagemin": "^1.0.3",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"webpack-cli": "^5.1.4"
}
}