UNPKG

2.63 kBJSONView Raw
1{
2 "name": "@vivliostyle/core",
3 "description": "Library for HTML+CSS typesetting and rich paged viewing with EPUB/Web publications support.",
4 "version": "2.0.0-pre.2",
5 "scripts": {
6 "build": "NODE_ENV=production rollup -c",
7 "build-dev": "NODE_ENV=development rollup -c",
8 "clean": "shx rm -rf lib/* .cache",
9 "dev": "yarn build-dev -w",
10 "format": "prettier --write \"{*.{js,md,json},{src,types,test,resources}/**/*.{ts,js,html}}\"",
11 "lint": "eslint src --fix --ext .ts -f codeframe",
12 "test": "karma start test/conf/karma-local.conf.js",
13 "test-sauce": "test -z \"$SAUCE_USERNAME\" || karma start test/conf/karma-sauce.conf.js"
14 },
15 "devDependencies": {
16 "@rollup/plugin-replace": "^2.2.1",
17 "@rollup/plugin-typescript": "^2.0.1",
18 "@typescript-eslint/eslint-plugin": "^2.3.0",
19 "@typescript-eslint/parser": "^2.3.0",
20 "@wessberg/rollup-plugin-ts": "^1.1.83",
21 "circular-dependency-plugin": "^5.2.0",
22 "dts-bundle": "^0.7.3",
23 "dts-bundle-webpack": "^1.0.2",
24 "eslint": "^6.4.0",
25 "eslint-plugin-import": "^2.18.2",
26 "eslint-plugin-prettier": "^3.1.0",
27 "fast-diff": "^1.2.0",
28 "jasmine-core": "^3.4.0",
29 "karma": "^4.3.0",
30 "karma-cli": "^2.0.0",
31 "karma-jasmine": "^2.0.1",
32 "karma-sauce-launcher": "^2.0.2",
33 "karma-sourcemap-loader": "^0.3.7",
34 "karma-typescript-preprocessor": "^0.4.0",
35 "karma-verbose-reporter": "0.0.6",
36 "karma-webpack": "^4.0.2",
37 "mustache": "^3.1.0",
38 "parcel-bundler": "^1.12.4",
39 "raw-loader": "^4.0.0",
40 "rollup": "^1.19.4",
41 "rollup-plugin-babel": "^4.3.3",
42 "rollup-plugin-commonjs": "^10.0.2",
43 "rollup-plugin-node-resolve": "^5.2.0",
44 "rollup-plugin-sourcemaps": "^0.4.2",
45 "rollup-plugin-string": "^3.0.0",
46 "rollup-plugin-strip": "^1.2.2",
47 "rollup-plugin-terser": "^5.1.1",
48 "rollup-plugin-typescript2": "^0.25.3",
49 "ts-loader": "^6.1.0",
50 "tslib": "^1.10.0",
51 "typescript": "^3.7.3",
52 "webpack": "^4.40.2",
53 "webpack-cli": "^3.3.9"
54 },
55 "types": "lib/vivliostyle.d.ts",
56 "module": "lib/esm/vivliostyle.js",
57 "main": "lib/cjs/vivliostyle.js",
58 "author": "Vivliostyle Foundation",
59 "license": "AGPL-3.0",
60 "browser": "lib/vivliostyle.js",
61 "bugs": {
62 "url": "https://github.com/vivliostyle/vivliostyle/issues"
63 },
64 "files": [
65 "lib",
66 "resources"
67 ],
68 "homepage": "https://github.com/vivliostyle/vivliostyle/tree/master/packages/core",
69 "keywords": [
70 "vivliostyle"
71 ],
72 "publishConfig": {
73 "access": "public"
74 },
75 "repository": {
76 "type": "git",
77 "url": "https://github.com/vivliostyle/vivliostyle.git"
78 }
79}