This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
69 lines (69 loc) · 2.26 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "vivliostyle-ui",
"version": "2019.11.100-pre",
"description": "Vivliostyle Viewer UI component, for rich paged viewing and printing in browser",
"scripts": {
"setup-local-vivliostyle": "node scripts/setup-local-vivliostyle.js",
"build": "gulp build && NODE_ENV=production webpack",
"build-dev": "gulp build-dev && NODE_ENV=development webpack",
"serve": "gulp serve",
"serve-dev": "gulp serve-dev",
"test-local": "NODE_ENV=development gulp test-local",
"test-sauce": "NODE_ENV=development gulp test-sauce",
"lint-scripts": "eslint src/ts --ext .ts",
"lint-styles": "stylelint src/scss/{*.*,**/*.*}",
"format": "prettier --write {*.*,src/{*.*,**/*.*,**/**/*.*}}"
},
"repository": {
"type": "git",
"url": "https://github.com/vivliostyle/vivliostyle-ui.git"
},
"author": "Vivliostyle Foundation",
"bugs": {
"url": "https://github.com/vivliostyle/vivliostyle-ui/issues"
},
"license": "AGPL-3.0",
"homepage": "https://github.com/vivliostyle/vivliostyle-ui",
"dependencies": {
"font-awesome": "^4.7.0",
"vivliostyle": "next"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@typescript-eslint/eslint-plugin": "^2.3.2",
"@typescript-eslint/parser": "^2.3.2",
"browser-sync": "^2.26.7",
"circular-dependency-plugin": "^5.2.0",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.0",
"gulp-ejs": "^4.1.1",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"jasmine-core": "^3.4.0",
"karma": "^4.2.0",
"karma-jasmine": "^2.0.1",
"karma-sauce-launcher": "^2.0.2",
"karma-typescript-preprocessor": "^0.4.0",
"karma-verbose-reporter": "0.0.6",
"karma-webpack": "^4.0.2",
"knockout": "^3.5.0",
"node-sass": "^4.12.0",
"prettier": "^1.18.2",
"stylelint": "^11.0.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-scss": "^3.11.0",
"terser-webpack-plugin": "^2.1.2",
"tinyify": "^2.5.1",
"ts-loader": "^6.2.0",
"typescript": "^3.6.3",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
}
}