-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.04 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
{
"name": "vivliostyle-theme-academic-pp",
"description": "An academic theme for Vivliostyle",
"version": "0.1.1",
"author": "PocoPota <contact@pocopota.com>",
"main": "theme.css",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "vivliostyle build",
"preview": "vivliostyle preview",
"validate": "vivliostyle-theme-scripts validate"
},
"dependencies": {
"@vivliostyle/theme-academic": "^2.0.0",
"@vivliostyle/theme-base": "latest"
},
"devDependencies": {
"@vivliostyle/cli": "^8.17.1",
"vivliostyle-theme-scripts": "^0.3.5"
},
"peerDependenciesMeta": {
"@vivliostyle/cli": {
"optional": true
}
},
"files": [
"*.css",
"example",
"vivliostyle.config.js"
],
"keywords": [
"vivliostyle",
"vivliostyle-theme"
],
"license": "MIT",
"vivliostyle": {
"theme": {
"name": "Vivliostyle Theme Academic PP",
"author": "PocoPota <contact@pocopota.com>",
"style": "theme.css",
"category": "report",
"topics": []
}
}
}