FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
react-grid-layout/package.json at master · maxid/react-grid-layout · GitHub
maxid
/
react-grid-layout
Public
forked from
react-grid-layout/react-grid-layout
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
react-grid-layout
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
99 lines (99 loc) · 2.5 KB
Breadcrumbs
react-grid-layout
/
package.json
Copy path
File metadata and controls
99 lines (99 loc) · 2.5 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name"
:
"
react-grid-layout
"
,
"version"
:
"
0.17.1
"
,
"description"
:
"
A draggable and resizable grid layout with responsive breakpoints, for React.
"
,
"main"
:
"
index.js
"
,
"scripts"
: {
"lint"
:
"
make lint
"
,
"test"
:
"
make test
"
,
"build"
:
"
make build
"
,
"build-example"
:
"
make build-example
"
,
"view-example"
:
"
make view-example
"
,
"dev"
:
"
make dev
"
,
"prepublishOnly"
:
"
make build
"
,
"validate"
:
"
npm ls
"
,
"flow"
:
"
flow
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git@github.com:STRML/react-grid-layout.git
"
},
"keywords"
: [
"
react
"
,
"
grid
"
,
"
drag
"
,
"
draggable
"
,
"
resize
"
,
"
resizable
"
,
"
fluid
"
,
"
responsive
"
],
"author"
:
"
Samuel Reed <samuel.trace.reed@gmail.com> (http://strml.net/)
"
,
"license"
:
"
MIT
"
,
"bugs"
: {
"url"
:
"
https://github.com/STRML/react-grid-layout/issues
"
},
"homepage"
:
"
https://github.com/STRML/react-grid-layout
"
,
"dependencies"
: {
"classnames"
:
"
2.x
"
,
"lodash.isequal"
:
"
^4.0.0
"
,
"prop-types"
:
"
^15.0.0
"
,
"react-draggable"
:
"
^4.0.0
"
,
"react-resizable"
:
"
^1.9.0
"
},
"devDependencies"
: {
"@babel/cli"
:
"
^7.8.0
"
,
"@babel/core"
:
"
^7.8.0
"
,
"@babel/plugin-proposal-class-properties"
:
"
^7.8.0
"
,
"@babel/plugin-transform-flow-comments"
:
"
^7.8.0
"
,
"@babel/preset-env"
:
"
^7.8.2
"
,
"@babel/preset-flow"
:
"
^7.8.0
"
,
"@babel/preset-react"
:
"
^7.8.0
"
,
"babel-eslint"
:
"
^10.0.3
"
,
"babel-jest"
:
"
^24.9.0
"
,
"babel-loader"
:
"
^8.0.6
"
,
"css-loader"
:
"
^3.4.2
"
,
"ejs"
:
"
^3.0.1
"
,
"eslint"
:
"
^6.8.0
"
,
"eslint-plugin-flowtype"
:
"
^4.6.0
"
,
"eslint-plugin-mocha"
:
"
^6.2.2
"
,
"eslint-plugin-react"
:
"
^7.17.0
"
,
"exports-loader"
:
"
^0.7.0
"
,
"flow-bin"
:
"
^0.115.0
"
,
"husky"
:
"
^3.0.9
"
,
"imports-loader"
:
"
^0.8.0
"
,
"jest-cli"
:
"
^24.9.0
"
,
"lint-staged"
:
"
^9.5.0
"
,
"lodash"
:
"
^4.17.5
"
,
"opener"
:
"
^1.4.3
"
,
"prettier"
:
"
^1.19.1
"
,
"react"
:
"
^16.12.0
"
,
"react-dom"
:
"
^16.12.0
"
,
"react-hot-loader"
:
"
^4.12.18
"
,
"react-transform-hmr"
:
"
^1.0.2
"
,
"style-loader"
:
"
^1.1.2
"
,
"webpack"
:
"
^4.41.5
"
,
"webpack-cli"
:
"
^3.3.10
"
,
"webpack-dev-server"
:
"
^3.10.1
"
},
"publishConfig"
: {
"registry"
:
"
https://registry.npmjs.org
"
},
"jest"
: {
"testMatch"
: [
"
<rootDir>/test/spec/*.js
"
],
"testURL"
:
"
http://localhost
"
},
"lint-staged"
: {
"*.{js,jsx,css}"
: [
"
prettier --write
"
,
"
git add
"
]
},
"husky"
: {
"hooks"
: {
"pre-commit"
:
"
lint-staged && make lint && make test
"
}
}
}
Back
|
FazBrowse Home
|
New Git URL