-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 912 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
{
"name": "@pressbooks/pressbooks-multi-institution",
"description": "Tools for managing Pressbooks networks shared by multiple institutions",
"main": "resources/assets/js/pressbooks-multi-institution.js",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/pressbooks/pressbooks-multi-institution.git"
},
"keywords": [
"wordpress-plugin"
],
"author": "Pressbooks (Book Oven Inc.)",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/pressbooks/pressbooks--multi-institution/issues"
},
"homepage": "https://github.com/pressbooks/pressbooks--multi-institution#readme",
"devDependencies": {
"@kucrut/vite-for-wp": "^0.9.1",
"cross-env": "^7.0.3",
"postcss-nesting": "^12.1.4"
},
"dependencies": {
"@pressbooks/multiselect": "^2.4.0"
}
}