forked from paol-imi/muuri-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 847 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 847 Bytes
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
{
"name": "muuri-react",
"version": "2.2.0",
"description": "A React friendly API wrapper around Muuri.",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"homepage": "https://github.com/Paol-imi/muuri-react",
"repository": {
"type": "git",
"url": "git+https://github.com/Paol-imi/muuri-react.git"
},
"keywords": [
"muuri",
"react"
],
"author": "github.com/Paol-imi",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^8.0.6",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"peerDependencies": {
"muuri": "^0.8.0",
"react": "^16.12.0"
},
"dependencies": {
"prop-types": "^15.7.2"
}
}