-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 946 Bytes
/
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
{
"name": "react-simple-masonry",
"version": "1.0.6",
"description": "A simple, standalone react component for responsive masonry layouts.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf dist",
"build": "npm run clean && tsc && cp package.json README.md ./dist"
},
"keywords": [
"react",
"simple",
"masonry",
"masonry layout",
"responsive masonry",
"simple masonry",
"react masonry",
"masonry component"
],
"homepage": "https://github.com/theabdullahalam/react-simple-masonry",
"bugs": {
"url": "https://github.com/theabdullahalam/react-simple-masonry/issues",
"email": "[email protected]"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"typescript": "^4.7.2"
}
}