-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.23 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
{
"name": "@o2project/vivliostyle-theme-o2project",
"description": "Vivliostyle theme for O2 Project",
"version": "2.8.1",
"author": "O2 Project <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/o2project/vivliostyle-theme-o2project.git"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "run-p build:scss build:vivliostyle",
"build:scss": "sass src:lib",
"build:vivliostyle": "vivliostyle build",
"dev": "run-p preview watch:scss",
"preview": "vivliostyle preview",
"validate": "vivliostyle-theme-scripts validate",
"watch:scss": "sass --watch src:lib"
},
"devDependencies": {
"@kubosho/configs": "^4.0.8",
"@vivliostyle/cli": "^8.17.1",
"npm-run-all": "^4.1.5",
"sass": "^1.82.0",
"vivliostyle-theme-scripts": "^0.3.1"
},
"files": [
"example",
"fonts",
"src",
"lib",
"vivliostyle.config.js"
],
"keywords": [
"vivliostyle",
"vivliostyle-theme"
],
"vivliostyle": {
"theme": {
"name": "Vivliostyle Theme Vivliostyle Theme O2 Project",
"author": "O2 Project <[email protected]>",
"style": "./lib/print.css",
"category": "misc",
"topics": []
}
}
}