-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.43 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
{
"name": "@semibold/fullscreen",
"version": "3.1.0",
"description": "JavaScript Fullscreen API. Support different frames(documents)",
"browser": "dist/release/fullscreen.js",
"types": "src/index.ts",
"scripts": {
"build": "webpack --mode=production --devtool=source-map",
"start": "webpack -w --mode=development --devtool=cheap-module-eval-source-map",
"tslint": "tslint -c tslint.json -p tsconfig.json",
"version": "npm run build && git add -A dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Semibold/Fullscreen.git"
},
"keywords": [
"browser",
"fullscreen"
],
"author": "Aqours",
"license": "MIT",
"bugs": {
"url": "https://github.com/Semibold/Fullscreen/issues"
},
"homepage": "https://github.com/Semibold/Fullscreen#readme",
"engines": {
"node": ">=8.9.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/node": "8.9.5",
"event-hooks-webpack-plugin": "2.1.1",
"git-rev-sync": "1.12.0",
"husky": "1.3.1",
"prettier": "1.15.3",
"pretty-quick": "1.8.0",
"rimraf": "2.6.2",
"shell-env": "2.1.0",
"ts-loader": "5.3.2",
"tslint": "5.12.0",
"typescript": "3.2.2",
"uglifyjs-webpack-plugin": "2.1.1",
"webpack": "4.28.2",
"webpack-bundle-analyzer": "3.3.2",
"webpack-cli": "3.1.2"
}
}