-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "pressbooks-network-catalog",
"description": "A plugin which provides an improved catalog for the Pressbooks Aldine theme",
"main": "assets/js/app.js",
"scripts": {
"dev": "cross-env NODE_ENV=development vite",
"build": "vite build",
"build:staging": "TAILWIND_MODE=build vite build --mode staging",
"serve": "vite preview"
},
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pressbooks/pressbooks-network-catalog.git"
},
"keywords": [
"wordpress-plugin"
],
"author": "Pressbooks (Book Oven Inc.)",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/pressbooks/pressbooks-network-catalog/issues"
},
"homepage": "https://github.com/pressbooks/pressbooks-network-catalog#readme",
"devDependencies": {
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"eslint": "^8.52.0",
"eslint-plugin-vue": "^9.26.0",
"postcss": "^8.4.31",
"postcss-nested": "^6.0.1",
"tailwindcss": "^3.3.3",
"vite": "^4",
"vite-plugin-live-reload": "^3.0.2"
},
"dependencies": {
"@barba/core": "^2.9.7",
"@duetds/date-picker": "^1.4.0",
"alpinejs": "^3.14.0",
"dayjs": "^1.11.11",
"nanobar": "^0.4.2"
}
}