-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.03 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.03 KB
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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"axios": "^1.6.4",
"bootstrap": "^4.5.0",
"counterup2": "^1.0.4",
"jquery": "^3.5.1",
"laravel-mix": "^6.0.12",
"less": "^4.1.1",
"less-loader": "^8.0.0",
"lodash": "^4.17.5",
"popper.js": "^1.12",
"postcss": "^8.2.8",
"resolve-url-loader": "^2.3.1",
"sass": "^1.26.9",
"sass-loader": ">=12.1.0",
"vue": "^2.5.17",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.11",
"waypoints": "^4.0.1",
"concurrently": "^9.0.1"
},
"dependencies": {
"headroom.js": "^0.11.0",
"imagesloaded": "^4.1.4",
"isotope-layout": "^3.0.6"
}
}