-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 967 Bytes
/
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
{
"name": "Handle",
"version": "0.0.1",
"author": "Adam Patterson",
"description": "Handle, Child theme for Axe Theme",
"private": true,
"bugs": {
"url": "https://github.com/adampatterson/Handle/issues"
},
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "mix",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "mix --production",
"production": "mix --production"
},
"devDependencies": {
"laravel-mix": "^6.0.11",
"laravel-mix-purgecss": "^6.0.0",
"postcss": "^8.2.6",
"resolve-url-loader": "^3.1.3",
"sass": "^1.32.12",
"sass-loader": "^11.0.1"
},
"dependencies": {
"@popperjs/core": "^2.4.4",
"bootstrap": "^4.6.0",
"jquery": "^3.5.1",
"popper.js": "^1.16.0"
}
}