forked from Nodlik/StPageFlip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.3 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": "page-flip",
"version": "2.0.0",
"main": "dist/js/page-flip.browser.js",
"browser": "dist/js/page-flip.browser.js",
"author": "[email protected]",
"license": "MIT",
"description": "Powerful, simple and flexible JS Library for creating realistic and beautiful page turning effect",
"repository": {
"type": "git",
"url": "https://github.com/Nodlik/StPageFlip.git"
},
"publishConfig": {},
"homepage": "https://nodlik.github.io/StPageFlip/",
"dependencies": {},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"css-loader": "^3.5.3",
"eslint": "^7.0.0",
"eslint-plugin-typescript": "^0.14.0",
"prettier": "^2.0.5",
"rollup": "^2.33.1",
"rollup-plugin-postcss": "^3.1.1",
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-typescript2": "^0.27.1",
"style-loader": "^1.2.1",
"ts-loader": "^7.0.4",
"typedoc": "^0.17.8",
"typescript": "latest",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"scripts": {
"eslint": "eslint . --ext .ts",
"build-global": "npx webpack",
"build": "rollup -c"
},
"keywords": [
"typescript",
"page",
"flip",
"canvas",
"book",
"reader",
"fold",
"frontend",
"javascript"
]
}