-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
67 lines (67 loc) · 1.66 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
58
59
60
61
62
63
64
65
66
67
{
"name": "@grottopress/jentil",
"version": "1.0.4",
"description": "Jentil is a modern framework for rapid WordPress theme development",
"license": "MIT",
"private": true,
"homepage": "https://www.grottopress.com/jentil/",
"author": {
"name": "GrottoPress.com",
"email": "[email protected]",
"url": "https://www.grottopress.com"
},
"contributors": [
{
"name": "N Atta Kusi Adusei",
"url": "https://twitter.com/akadusei"
}
],
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"html5shiv": "^3.7.3",
"jquery": "^3.4.1",
"jquery-migrate": "^3.1.0",
"respond.js": "^1.4.2",
"what-input": "^5.2.7"
},
"devDependencies": {
"@types/jquery": "^3.3.34",
"autoprefixer": "^10.4.14",
"browser-sync": "^3.0.2",
"browser-sync-webpack-plugin": "^2.3.0",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.31",
"postcss-focus": "^6.0.0",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.1",
"postcss-nested-ancestors": "^3.0.0",
"resolve-url-loader": "^5.0.0",
"rtlcss": "^4.1.0",
"tailwindcss": "^3.3.1",
"ts-loader": "^9.4.2",
"tslib": "^2.5.0",
"typescript": "^5.0.4"
},
"scripts": {
"dev": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"keywords": [
"jentil",
"wordpress"
],
"repository": {
"type": "git",
"url": "git+https://github.com/GrottoPress/jentil.git"
},
"bugs": {
"url": "https://github.com/GrottoPress/jentil/issues"
},
"browserslist": [
"last 3 years",
"> 0.1%"
]
}