-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
69 lines (69 loc) · 1.75 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": "window-modal",
"version": "1.0.5",
"description": "A mini window in your browser that can move, resize, minimize, and more!",
"main": "build/index.js",
"dependencies": {},
"types": "./build/src/index.d.ts",
"devDependencies": {
"@babel/polyfill": "^7.2.5",
"@types/auto-bind": "^1.2.0",
"@types/jest": "^23.3.13",
"auto-bind": "^2.0.0",
"css-loader": "^2.1.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.3.1",
"jest-summary-reporter": "0.0.2",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.5.0",
"serve": "^10.1.2",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"ts-jest": "^24.0.0",
"ts-loader": "^5.3.3",
"ts-node": "^7.0.1",
"tsconfig-paths": "^3.8.0",
"tsconfig-paths-jest": "0.0.1",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"tslint": "^5.12.1",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.3.3333",
"webpack": "^4.29.0",
"webpack-bundle-analyzer": ">=3.3.2",
"webpack-cli": "^3.2.1"
},
"scripts": {
"start": "cp ./test/public/* ./build && serve ./build",
"test": "jest",
"build": "webpack && mv ./build/src/index.d.ts ./build && rm -rf ./build/src rm -rf ./build/test",
"watch": "webpack --watch",
"lint": "tslint -p ./tsconfig.json"
},
"repository": {
"type": "git",
"url": "https://github.com/nik-m2/window-modal"
},
"bugs": "https://github.com/nik-m2/window-modal/issues",
"keywords": [
"window",
"modal",
"minimize",
"close",
"movable",
"move",
"resizable",
"minize",
"in",
"browser",
"react",
"jsx",
"javascript",
"js",
"os",
"popup",
"menu"
],
"author": "Nik McG",
"license": "ISC"
}