-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
35 lines (35 loc) · 1.08 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
{
"name": "@45north/jackpine",
"description": "WordPress for the '20s.",
"homepage": "https://github.com/45-North-Ventures-LLC/jackpine",
"bugs": "https://github.com/45-North-Ventures-LLC/jackpine/issues",
"repository": {
"type": "git",
"url": "https://github.com/45-North-Ventures-LLC/jackpine.git"
},
"author": "45 North Ventures",
"contributors": [
"Dylan Layne Tanner <[email protected]>",
"Aedon Tanner <[email protected]>"
],
"version": "0.9.1",
"license": "MIT",
"scripts": {
"bootstrap": "wpackio-scripts bootstrap",
"build": "wpackio-scripts build",
"start": "wpackio-scripts start",
"package": "wpackio-scripts pack"
},
"dependencies": {
"@tailwindcss/typography": "^0.2.0",
"alpinejs": "^2.3.5",
"tailwindcss": "^1.4.6"
},
"devDependencies": {
"@wpackio/entrypoint": "^4.4.1",
"@wpackio/scripts": "^4.4.1",
"node-sass": "^4.14.1",
"plop": "^2.7.1",
"prettier": "^2.0.5"
}
}