-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
72 lines (72 loc) · 1.79 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
70
71
72
{
"name": "react-window-modal",
"version": "1.0.5",
"description": "A React wrapper for the window-modal package",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"test": "jest",
"lint": "tslint -p ./tsconfig.json",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nik-m2/react-window-modal.git"
},
"keywords": [
"react",
"jsx",
"window",
"modal",
"movable",
"resizable",
"resize",
"move",
"minimize",
"multiple",
"windows",
"browser",
"element"
],
"author": "Nik M",
"license": "ISC",
"bugs": {
"url": "https://github.com/nik-m2/react-window-modal/issues"
},
"homepage": "https://github.com/nik-m2/react-window-modal#readme",
"dependencies": {},
"peerDependencies": {
"react": "^16.8.4",
"react-dom": "^16.8.4"
},
"devDependencies": {
"@types/auto-bind": "^1.2.0",
"@types/enzyme": "^3.9.0",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest": "^24.0.11",
"@types/react": "^16.8.8",
"@types/react-dom": "^16.8.2",
"auto-bind": "^2.0.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
"jest": "^24.5.0",
"jest-summary-reporter": "0.0.2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"source-map-loader": "^0.2.4",
"ts-jest": "^24.0.0",
"ts-loader": "^5.3.3",
"tsconfig-paths": "^3.8.0",
"tsconfig-paths-jest": "0.0.1",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"tslint": "^5.14.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-react": "^3.6.0",
"tslint-react-recommended": "^1.0.15",
"typescript": "^3.3.3333",
"webpack": "^4.29.6",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.0",
"window-modal": "^1.0.3"
}
}