-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 978 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
36
37
38
39
{
"name": "@rawewhat/routra",
"description": "RoutRa is a StoRa plugin for simple routing solution in React.",
"version": "0.0.3",
"main": "index.js",
"scripts": {
"build": "babel src -o index.js",
"watch": "babel src -w -o index.js"
},
"repository": "github:rawewhat/routra",
"keywords": [
"routra",
"stora",
"router",
"dom",
"react"
],
"author": "Cheng Sokdara <[email protected]> (http://rawewhat-team.web.app)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rawewhat/routra/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/rawewhat/routra#readme",
"dependencies": {
"@rawewhat/stora": "^0.2.1"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"prettier": "^1.19.1"
},
"peerDependencies": {
"react": "16.x.x",
"react-dom": "16.x.x"
}
}